#B0CDED Color Information

Hex color code: #B0CDED

A light blue shade, #B0CDED appears as (176, 205, 237) in RGB and (211°, 63%, 81%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLight Blue
HEX
#B0CDED
RGB
176, 205, 237
HSL
211°, 63%, 81%
CMYK
26%, 14%, 0%, 7%

Shades

CSS Usage
color: #B0CDED;
background-color: #B0CDED;
border-color: #B0CDED;
box-shadow: 0 0 10px #B0CDED;
border: 2px solid #B0CDED;
Tailwind Usage
bg-[#B0CDED]
text-[#B0CDED]
border-[#B0CDED]
shadow-[0_0_10px_B0CDED]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #B0CDED, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #B0CDED; color: #000000; }

Badge

New Feature
.badge { background-color: #B0CDED; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #B0CDED; background-color: #B0CDED15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #B0CDED20; border-left: 4px solid #B0CDED; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #B0CDED; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #B0CDED in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

176, 205, 237

Red: 176 / Green: 205 / Blue: 237

HSL

211°, 63%, 81%

Hue: 211° / Saturation: 63% / Lightness: 81%

CMYK

26%, 14%, 0%, 7%

Cyan: 26% / Magenta: 14% / Yellow: 0% / Key: 7%

What color is #B0CDED?

#B0CDED is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #B0CDED to RGB:

rgb(176, 205, 237)HEX to RGB Converter →

HEX to HSL

Convert #B0CDED to HSL:

hsl(211, 63%, 81%)RGB to HSL Converter →

HEX to CMYK

Convert #B0CDED to CMYK:

cmyk(26%, 14%, 0%, 7%)Color Converter →

Color Meaning and Usage

#B0CDED is a light blue color with RGB values of 176, 205, 237 and HSL of 211°, 63%, 81%. This very light tint evokes purity and simplicity, making it suitable for frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #B0CDED is #EDD0B0, creating high-contrast pairings. For softer combinations, try analogous colors like #B0ECED.

Use #B0CDED in CSS: color: #B0CDED or background-color: #B0CDED. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #B0CDED

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 12.80:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #B0CDED?

#B0CDED is a light blue color - a very light tint that evokes purity and simplicity.

What is the RGB value of #B0CDED?

#B0CDED in RGB is (176, 205, 237) - 176 red, 205 green, and 237 blue.

How to use #B0CDED in CSS?

Use #B0CDED directly in your CSS properties like color or background-color.

What colors go well with #B0CDED?

#EDD0B0 (complementary), #B0ECED (analogous), and #72A6DF (lighter shade) work well with #B0CDED.