Shades of Water Leaf #BDE4DE
Tints of Water Leaf #BDE4DE
RGB
CMYK
RGB Variations
Color information
#BDE4DE (or 0xBDE4DE) is known color: Water Leaf. HEX triplet: BD, E4 and DE. RGB value is (189,228,222). Sum of RGB (Red+Green+Blue) = 189+228+222=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4DE is #421B21. Grayscale: #D7D7D7. Windows color (decimal): -4332322 or 14607549. OLE color: 14607549.
HSL color Cylindrical-coordinate representation of color #BDE4DE: hue angle of 170.77º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4DE is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 222 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.11 |
| HSL | 170.77º | 0.42% | 0.82% | - |
| HSV(B) | 170.77º | 0.17% | 0.89% | - |
| XYZ | 61.91 | 71.58 | 79.66 | - |
| YUV | 215.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 222 | 0.17 | 0 | 0.03 | 0.11 | 170.77 | 0.42 | 0.82 |
| Hex | BD | E4 | DE | 11 | 0 | 3 | B | AB | 2A | 52 |
| Octal | 275 | 344 | 336 | 21 | 0 | 3 | 13 | 253 | 52 | 122 |
| Binary | 10111101 | 11100100 | 11011110 | 10001 | 0 | 11 | 1011 | 10101011 | 101010 | 1010010 |
Color Harmonies of #BDE4DE
Complementary color
Monochromatic Colors of #BDE4DE
Black with #BDE4DE
Text Example
Text Example
White with #BDE4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4DE; }
p { color: rgb(189,228,222); }
H1.HeaderClassName
{
color: #BDE4DE;
}
.AnyTagClassName
{
color: #BDE4DE;
}
</style>
background-color css
<style>
a { background-color: #BDE4DE; }
a { background-color: rgb(189,228,222); }
div.DivClassName
{
background-color: #BDE4DE;
}
.BgClassName
{
background-color: #BDE4DE;
}
</style>
border-color css
<style>
span { border-color: #BDE4DE; }
span { border-color: rgb(189,228,222); }
td.TdClassName
{
border-color: #BDE4DE;
}
.TagClassName
{
border-color: #BDE4DE;
}
</style>