Shades of Water Leaf #BDE4DD
Tints of Water Leaf #BDE4DD
RGB
CMYK
RGB Variations
Color information
#BDE4DD (or 0xBDE4DD) is known color: Water Leaf. HEX triplet: BD, E4 and DD. RGB value is (189,228,221). Sum of RGB (Red+Green+Blue) = 189+228+221=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4DD is #421B22. Grayscale: #D7D7D7. Windows color (decimal): -4332323 or 14542013. OLE color: 14542013.
HSL color Cylindrical-coordinate representation of color #BDE4DD: hue angle of 169.23º 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 #BDE4DD is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 221 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.11 |
| HSL | 169.23º | 0.42% | 0.82% | - |
| HSV(B) | 169.23º | 0.17% | 0.89% | - |
| XYZ | 61.78 | 71.53 | 78.96 | - |
| YUV | 215.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 221 | 0.17 | 0 | 0.03 | 0.11 | 169.23 | 0.42 | 0.82 |
| Hex | BD | E4 | DD | 11 | 0 | 3 | B | A9 | 2A | 52 |
| Octal | 275 | 344 | 335 | 21 | 0 | 3 | 13 | 251 | 52 | 122 |
| Binary | 10111101 | 11100100 | 11011101 | 10001 | 0 | 11 | 1011 | 10101001 | 101010 | 1010010 |
Color Harmonies of #BDE4DD
Complementary color
Monochromatic Colors of #BDE4DD
Black with #BDE4DD
Text Example
Text Example
White with #BDE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4DD; }
p { color: rgb(189,228,221); }
H1.HeaderClassName
{
color: #BDE4DD;
}
.AnyTagClassName
{
color: #BDE4DD;
}
</style>
background-color css
<style>
a { background-color: #BDE4DD; }
a { background-color: rgb(189,228,221); }
div.DivClassName
{
background-color: #BDE4DD;
}
.BgClassName
{
background-color: #BDE4DD;
}
</style>
border-color css
<style>
span { border-color: #BDE4DD; }
span { border-color: rgb(189,228,221); }
td.TdClassName
{
border-color: #BDE4DD;
}
.TagClassName
{
border-color: #BDE4DD;
}
</style>