#BDC5DB
A very light, muted blue closely aligning with Lightsteelblue.
About #BDC5DB
The hex code #BDC5DB represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Lightsteelblue. This translates to an RGB value of rgb(189, 197, 219).
Translating this color to physical media requires the CMYK color model. The color uses 14% Cyan, 10% Magenta, 0% Yellow, and 14% Black. With a hue angle of 224.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDC5DB
RGB189, 197, 219
HSL224.0°, 29.4%, 80.0%
CMYK14%, 10%, 0%, 14%
HSV224.0°, 13.7%, 85.9%
LAB79.5, 1.6, -11.9
XYZ53.7, 55.9, 75.0
Decimal12436955
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.17:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDC5DB;
}
.text-color {
color: #BDC5DB;
}
.border-color {
border: 2px solid #BDC5DB;
}