#BDE2DB
A very light, moderate cyan closely aligning with Powderblue.
About #BDE2DB
The precise color #BDE2DB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Powderblue. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 226, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 16% Cyan, 0% Magenta, 3% Yellow, and 11% Black. With a hue angle of 168.6 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. 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#BDE2DB
RGB189, 226, 219
HSL168.6°, 38.9%, 81.4%
CMYK16%, 0%, 3%, 11%
HSV168.6°, 16.4%, 88.6%
LAB87.2, -13.4, -0.6
XYZ61.0, 70.3, 77.4
Decimal12444379
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.07:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE2DB;
}
.text-color {
color: #BDE2DB;
}
.border-color {
border: 2px solid #BDE2DB;
}