Shades of Water Leaf #B9E8D9
Tints of Water Leaf #B9E8D9
RGB
CMYK
RGB Variations
Color information
#B9E8D9 (or 0xB9E8D9) is known color: Water Leaf. HEX triplet: B9, E8 and D9. RGB value is (185,232,217). Sum of RGB (Red+Green+Blue) = 185+232+217=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E8D9 is #461726. Grayscale: #D8D8D8. Windows color (decimal): -4593447 or 14280889. OLE color: 14280889.
HSL color Cylindrical-coordinate representation of color #B9E8D9: hue angle of 160.85º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E8D9 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 232 | 217 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.09 |
| HSL | 160.85º | 0.51% | 0.82% | - |
| HSV(B) | 160.85º | 0.2% | 0.91% | - |
| XYZ | 61.39 | 73.04 | 76.51 | - |
| YUV | 216.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 232 | 217 | 0.20 | 0 | 0.06 | 0.09 | 160.85 | 0.51 | 0.82 |
| Hex | B9 | E8 | D9 | 14 | 0 | 6 | 9 | A1 | 33 | 52 |
| Octal | 271 | 350 | 331 | 24 | 0 | 6 | 11 | 241 | 63 | 122 |
| Binary | 10111001 | 11101000 | 11011001 | 10100 | 0 | 110 | 1001 | 10100001 | 110011 | 1010010 |
Color Harmonies of #B9E8D9
Complementary color
Monochromatic Colors of #B9E8D9
Black with #B9E8D9
Text Example
Text Example
White with #B9E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E8D9; }
p { color: rgb(185,232,217); }
H1.HeaderClassName
{
color: #B9E8D9;
}
.AnyTagClassName
{
color: #B9E8D9;
}
</style>
background-color css
<style>
a { background-color: #B9E8D9; }
a { background-color: rgb(185,232,217); }
div.DivClassName
{
background-color: #B9E8D9;
}
.BgClassName
{
background-color: #B9E8D9;
}
</style>
border-color css
<style>
span { border-color: #B9E8D9; }
span { border-color: rgb(185,232,217); }
td.TdClassName
{
border-color: #B9E8D9;
}
.TagClassName
{
border-color: #B9E8D9;
}
</style>