#BDE9DB
A very light, moderate green closely aligning with Paleturquoise.
About #BDE9DB
At its core, #BDE9DB is a very light and moderate hue. If you're using CSS, you might find it aligns closely with Paleturquoise. This translates to an RGB value of rgb(189, 233, 219).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 19% cyan, 0% magenta, 6% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDE9DB
RGB189, 233, 219
HSL160.9°, 50.0%, 82.7%
CMYK19%, 0%, 6%, 9%
HSV160.9°, 18.9%, 91.4%
LAB89.0, -16.9, 2.1
XYZ62.9, 74.2, 78.0
Decimal12446171
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.84:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE9DB;
}
.text-color {
color: #BDE9DB;
}
.border-color {
border: 2px solid #BDE9DB;
}