#BDCCCC
A light, muted cyan closely aligning with Silver.
About #BDCCCC
When working with digital screens, the color #BDCCCC is rendered by mixing light. Its closest recognized web color is Silver. This translates to an RGB value of rgb(189, 204, 204).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 7% C, 0% M, 0% Y, and 20% K. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDCCCC
RGB189, 204, 204
HSL180.0°, 12.8%, 77.1%
CMYK7%, 0%, 0%, 20%
HSV180.0°, 7.4%, 80.0%
LAB80.9, -5.1, -1.8
XYZ53.5, 58.4, 65.6
Decimal12438732
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.67:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDCCCC;
}
.text-color {
color: #BDCCCC;
}
.border-color {
border: 2px solid #BDCCCC;
}