Shades of Water Leaf #BDE9E1
Tints of Water Leaf #BDE9E1
RGB
CMYK
RGB Variations
Color information
#BDE9E1 (or 0xBDE9E1) is known color: Water Leaf. HEX triplet: BD, E9 and E1. RGB value is (189,233,225). Sum of RGB (Red+Green+Blue) = 189+233+225=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9E1 is #42161E. Grayscale: #DADADA. Windows color (decimal): -4331039 or 14805437. OLE color: 14805437.
HSL color Cylindrical-coordinate representation of color #BDE9E1: hue angle of 169.09º 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 #BDE9E1 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 225 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.09 |
| HSL | 169.09º | 0.5% | 0.83% | - |
| HSV(B) | 169.09º | 0.19% | 0.91% | - |
| XYZ | 63.72 | 74.53 | 82.26 | - |
| YUV | 218.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 225 | 0.19 | 0 | 0.03 | 0.09 | 169.09 | 0.5 | 0.83 |
| Hex | BD | E9 | E1 | 13 | 0 | 3 | 9 | A9 | 32 | 53 |
| Octal | 275 | 351 | 341 | 23 | 0 | 3 | 11 | 251 | 62 | 123 |
| Binary | 10111101 | 11101001 | 11100001 | 10011 | 0 | 11 | 1001 | 10101001 | 110010 | 1010011 |
Color Harmonies of #BDE9E1
Complementary color
Monochromatic Colors of #BDE9E1
Black with #BDE9E1
Text Example
Text Example
White with #BDE9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9E1; }
p { color: rgb(189,233,225); }
H1.HeaderClassName
{
color: #BDE9E1;
}
.AnyTagClassName
{
color: #BDE9E1;
}
</style>
background-color css
<style>
a { background-color: #BDE9E1; }
a { background-color: rgb(189,233,225); }
div.DivClassName
{
background-color: #BDE9E1;
}
.BgClassName
{
background-color: #BDE9E1;
}
</style>
border-color css
<style>
span { border-color: #BDE9E1; }
span { border-color: rgb(189,233,225); }
td.TdClassName
{
border-color: #BDE9E1;
}
.TagClassName
{
border-color: #BDE9E1;
}
</style>