Shades of Water Leaf #B9F0DD
Tints of Water Leaf #B9F0DD
RGB
CMYK
RGB Variations
Color information
#B9F0DD (or 0xB9F0DD) is known color: Water Leaf. HEX triplet: B9, F0 and DD. RGB value is (185,240,221). Sum of RGB (Red+Green+Blue) = 185+240+221=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F0DD is #460F22. Grayscale: #DDDDDD. Windows color (decimal): -4591395 or 14545081. OLE color: 14545081.
HSL color Cylindrical-coordinate representation of color #B9F0DD: hue angle of 159.27º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9F0DD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 240 | 221 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.06 |
| HSL | 159.27º | 0.65% | 0.83% | - |
| HSV(B) | 159.27º | 0.23% | 0.94% | - |
| XYZ | 64.22 | 77.85 | 80.05 | - |
| YUV | 221.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 221 | 0.23 | 0 | 0.08 | 0.06 | 159.27 | 0.65 | 0.83 |
| Hex | B9 | F0 | DD | 17 | 0 | 8 | 6 | 9F | 41 | 53 |
| Octal | 271 | 360 | 335 | 27 | 0 | 10 | 6 | 237 | 101 | 123 |
| Binary | 10111001 | 11110000 | 11011101 | 10111 | 0 | 1000 | 110 | 10011111 | 1000001 | 1010011 |
Color Harmonies of #B9F0DD
Complementary color
Monochromatic Colors of #B9F0DD
Black with #B9F0DD
Text Example
Text Example
White with #B9F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F0DD; }
p { color: rgb(185,240,221); }
H1.HeaderClassName
{
color: #B9F0DD;
}
.AnyTagClassName
{
color: #B9F0DD;
}
</style>
background-color css
<style>
a { background-color: #B9F0DD; }
a { background-color: rgb(185,240,221); }
div.DivClassName
{
background-color: #B9F0DD;
}
.BgClassName
{
background-color: #B9F0DD;
}
</style>
border-color css
<style>
span { border-color: #B9F0DD; }
span { border-color: rgb(185,240,221); }
td.TdClassName
{
border-color: #B9F0DD;
}
.TagClassName
{
border-color: #B9F0DD;
}
</style>