#BDE9CC
A very light, moderate green closely aligning with Paleturquoise.
About #BDE9CC
The precise color #BDE9CC is an excellent choice for modern design projects. It is closely associated with the named CSS color Paleturquoise. In the RGB color space, it consists of 189 red, 233 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 19% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#BDE9CC
RGB189, 233, 204
HSL140.5°, 50.0%, 82.7%
CMYK19%, 0%, 12%, 9%
HSV140.5°, 18.9%, 91.4%
LAB88.7, -19.8, 9.4
XYZ61.0, 73.5, 68.1
Decimal12446156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.69:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE9CC;
}
.text-color {
color: #BDE9CC;
}
.border-color {
border: 2px solid #BDE9CC;
}