Shades of Water Leaf #BDE9DE
Tints of Water Leaf #BDE9DE
RGB
CMYK
RGB Variations
Color information
#BDE9DE (or 0xBDE9DE) is known color: Water Leaf. HEX triplet: BD, E9 and DE. RGB value is (189,233,222). Sum of RGB (Red+Green+Blue) = 189+233+222=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9DE is #421621. Grayscale: #DADADA. Windows color (decimal): -4331042 or 14608829. OLE color: 14608829.
HSL color Cylindrical-coordinate representation of color #BDE9DE: hue angle of 165º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9DE is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 222 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.09 |
| HSL | 165º | 0.5% | 0.83% | - |
| HSV(B) | 165º | 0.19% | 0.91% | - |
| XYZ | 63.31 | 74.37 | 80.13 | - |
| YUV | 218.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 222 | 0.19 | 0 | 0.05 | 0.09 | 165 | 0.5 | 0.83 |
| Hex | BD | E9 | DE | 13 | 0 | 5 | 9 | A5 | 32 | 53 |
| Octal | 275 | 351 | 336 | 23 | 0 | 5 | 11 | 245 | 62 | 123 |
| Binary | 10111101 | 11101001 | 11011110 | 10011 | 0 | 101 | 1001 | 10100101 | 110010 | 1010011 |
Color Harmonies of #BDE9DE
Complementary color
Monochromatic Colors of #BDE9DE
Black with #BDE9DE
Text Example
Text Example
White with #BDE9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9DE; }
p { color: rgb(189,233,222); }
H1.HeaderClassName
{
color: #BDE9DE;
}
.AnyTagClassName
{
color: #BDE9DE;
}
</style>
background-color css
<style>
a { background-color: #BDE9DE; }
a { background-color: rgb(189,233,222); }
div.DivClassName
{
background-color: #BDE9DE;
}
.BgClassName
{
background-color: #BDE9DE;
}
</style>
border-color css
<style>
span { border-color: #BDE9DE; }
span { border-color: rgb(189,233,222); }
td.TdClassName
{
border-color: #BDE9DE;
}
.TagClassName
{
border-color: #BDE9DE;
}
</style>