Shades of Water Leaf #B9F0E7
Tints of Water Leaf #B9F0E7
RGB
CMYK
RGB Variations
Color information
#B9F0E7 (or 0xB9F0E7) is known color: Water Leaf. HEX triplet: B9, F0 and E7. RGB value is (185,240,231). Sum of RGB (Red+Green+Blue) = 185+240+231=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F0E7 is #460F18. Grayscale: #DEDEDE. Windows color (decimal): -4591385 or 15200441. OLE color: 15200441.
HSL color Cylindrical-coordinate representation of color #B9F0E7: hue angle of 170.18º 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 #B9F0E7 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 240 | 231 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.06 |
| HSL | 170.18º | 0.65% | 0.83% | - |
| HSV(B) | 170.18º | 0.23% | 0.94% | - |
| XYZ | 65.59 | 78.4 | 87.28 | - |
| YUV | 222.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 231 | 0.23 | 0 | 0.04 | 0.06 | 170.18 | 0.65 | 0.83 |
| Hex | B9 | F0 | E7 | 17 | 0 | 4 | 6 | AA | 41 | 53 |
| Octal | 271 | 360 | 347 | 27 | 0 | 4 | 6 | 252 | 101 | 123 |
| Binary | 10111001 | 11110000 | 11100111 | 10111 | 0 | 100 | 110 | 10101010 | 1000001 | 1010011 |
Color Harmonies of #B9F0E7
Complementary color
Monochromatic Colors of #B9F0E7
Black with #B9F0E7
Text Example
Text Example
White with #B9F0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F0E7; }
p { color: rgb(185,240,231); }
H1.HeaderClassName
{
color: #B9F0E7;
}
.AnyTagClassName
{
color: #B9F0E7;
}
</style>
background-color css
<style>
a { background-color: #B9F0E7; }
a { background-color: rgb(185,240,231); }
div.DivClassName
{
background-color: #B9F0E7;
}
.BgClassName
{
background-color: #B9F0E7;
}
</style>
border-color css
<style>
span { border-color: #B9F0E7; }
span { border-color: rgb(185,240,231); }
td.TdClassName
{
border-color: #B9F0E7;
}
.TagClassName
{
border-color: #B9F0E7;
}
</style>