#BDCCFF
A very light, vivid blue closely aligning with Lightsteelblue.
About #BDCCFF
Visually, #BDCCFF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Lightsteelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 204, and 255.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 26% C, 20% M, 0% Y, and 0% K. The HSL representation is 226.4° hue, 100.0% saturation, and 87.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDCCFF
RGB189, 204, 255
HSL226.4°, 100.0%, 87.1%
CMYK26%, 20%, 0%, 0%
HSV226.4°, 25.9%, 100.0%
LAB82.5, 5.8, -26.7
XYZ60.6, 61.2, 103.2
Decimal12438783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.24:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDCCFF;
}
.text-color {
color: #BDCCFF;
}
.border-color {
border: 2px solid #BDCCFF;
}