Shades of Water Leaf #BDE6DC
Tints of Water Leaf #BDE6DC
RGB
CMYK
RGB Variations
Color information
#BDE6DC (or 0xBDE6DC) is known color: Water Leaf. HEX triplet: BD, E6 and DC. RGB value is (189,230,220). Sum of RGB (Red+Green+Blue) = 189+230+220=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6DC is #421923. Grayscale: #D8D8D8. Windows color (decimal): -4331812 or 14476989. OLE color: 14476989.
HSL color Cylindrical-coordinate representation of color #BDE6DC: hue angle of 165.37º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6DC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 220 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.10 |
| HSL | 165.37º | 0.45% | 0.82% | - |
| HSV(B) | 165.37º | 0.18% | 0.9% | - |
| XYZ | 62.2 | 72.58 | 78.44 | - |
| YUV | 216.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 220 | 0.18 | 0 | 0.04 | 0.10 | 165.37 | 0.45 | 0.82 |
| Hex | BD | E6 | DC | 12 | 0 | 4 | A | A5 | 2D | 52 |
| Octal | 275 | 346 | 334 | 22 | 0 | 4 | 12 | 245 | 55 | 122 |
| Binary | 10111101 | 11100110 | 11011100 | 10010 | 0 | 100 | 1010 | 10100101 | 101101 | 1010010 |
Color Harmonies of #BDE6DC
Complementary color
Monochromatic Colors of #BDE6DC
Black with #BDE6DC
Text Example
Text Example
White with #BDE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6DC; }
p { color: rgb(189,230,220); }
H1.HeaderClassName
{
color: #BDE6DC;
}
.AnyTagClassName
{
color: #BDE6DC;
}
</style>
background-color css
<style>
a { background-color: #BDE6DC; }
a { background-color: rgb(189,230,220); }
div.DivClassName
{
background-color: #BDE6DC;
}
.BgClassName
{
background-color: #BDE6DC;
}
</style>
border-color css
<style>
span { border-color: #BDE6DC; }
span { border-color: rgb(189,230,220); }
td.TdClassName
{
border-color: #BDE6DC;
}
.TagClassName
{
border-color: #BDE6DC;
}
</style>