#BDCCD3
A light, muted blue closely aligning with Lightgray.
About #BDCCD3
Visually, #BDCCD3 is defined as a muted blue. It is closely associated with the named CSS color Lightgray. This translates to an RGB value of rgb(189, 204, 211).
Translating this color to physical media requires the CMYK color model. The color uses 10% Cyan, 3% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDCCD3
RGB189, 204, 211
HSL199.1°, 20.0%, 78.4%
CMYK10%, 3%, 0%, 17%
HSV199.1°, 10.4%, 82.7%
LAB81.1, -3.7, -5.2
XYZ54.3, 58.7, 70.1
Decimal12438739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.74:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDCCD3;
}
.text-color {
color: #BDCCD3;
}
.border-color {
border: 2px solid #BDCCD3;
}