#BCCCDC Color Information

Hex color code: #BCCCDC

A light blue shade, #BCCCDC appears as (188, 204, 220) in RGB and (210°, 31%, 80%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLight Steel Blue
HEX
#BCCCDC
RGB
188, 204, 220
HSL
210°, 31%, 80%
CMYK
15%, 7%, 0%, 14%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #BCCCDC; 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 #BCCCDC; background-color: #BCCCDC15; }

Alert / Toast

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

Link / Accent

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

a { color: #BCCCDC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

188, 204, 220

Red: 188 / Green: 204 / Blue: 220

HSL

210°, 31%, 80%

Hue: 210° / Saturation: 31% / Lightness: 80%

CMYK

15%, 7%, 0%, 14%

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

What color is #BCCCDC?

#BCCCDC is a blue-purple hue associated with creativity and luxury.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #BCCCDC to RGB:

rgb(188, 204, 220)HEX to RGB Converter →

HEX to HSL

Convert #BCCCDC to HSL:

hsl(210, 31%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #BCCCDC to CMYK:

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

Color Meaning and Usage

A delicate blue tone, #BCCCDC has RGB (188, 204, 220) and HSL (210°, 31%, 80%). Known for evoking creativity and luxury, this blue-purple hue is frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #BCCCDC is #DCCCBC, creating high-contrast pairings. For softer combinations, try analogous colors like #BCDCDC.

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

Contrast with #BCCCDC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #BCCCDC?

#BCCCDC is a delicate blue color - a blue-purple hue that evokes creativity and luxury.

What is the RGB value of #BCCCDC?

#BCCCDC in RGB is (188, 204, 220) - 188 red, 204 green, and 220 blue.

How to use #BCCCDC in CSS?

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

What colors go well with #BCCCDC?

#DCCCBC (complementary), #BCDCDC (analogous), and #8AA6C1 (lighter shade) work well with #BCCCDC.