Shades of Water Leaf #B9FBE4
Tints of Water Leaf #B9FBE4
RGB
CMYK
RGB Variations
Color information
#B9FBE4 (or 0xB9FBE4) is known color: Water Leaf. HEX triplet: B9, FB and E4. RGB value is (185,251,228). Sum of RGB (Red+Green+Blue) = 185+251+228=664 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.86% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FBE4 is #46041B. Grayscale: #E4E4E4. Windows color (decimal): -4588572 or 15006649. OLE color: 15006649.
HSL color Cylindrical-coordinate representation of color #B9FBE4: hue angle of 159.09º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FBE4 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 251 | 228 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.02 |
| HSL | 159.09º | 0.89% | 0.85% | - |
| HSV(B) | 159.09º | 0.26% | 0.98% | - |
| XYZ | 68.51 | 84.91 | 86.18 | - |
| YUV | 228.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 251 | 228 | 0.26 | 0 | 0.09 | 0.02 | 159.09 | 0.89 | 0.85 |
| Hex | B9 | FB | E4 | 1A | 0 | 9 | 2 | 9F | 59 | 55 |
| Octal | 271 | 373 | 344 | 32 | 0 | 11 | 2 | 237 | 131 | 125 |
| Binary | 10111001 | 11111011 | 11100100 | 11010 | 0 | 1001 | 10 | 10011111 | 1011001 | 1010101 |
Color Harmonies of #B9FBE4
Complementary color
Monochromatic Colors of #B9FBE4
Black with #B9FBE4
Text Example
Text Example
White with #B9FBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FBE4; }
p { color: rgb(185,251,228); }
H1.HeaderClassName
{
color: #B9FBE4;
}
.AnyTagClassName
{
color: #B9FBE4;
}
</style>
background-color css
<style>
a { background-color: #B9FBE4; }
a { background-color: rgb(185,251,228); }
div.DivClassName
{
background-color: #B9FBE4;
}
.BgClassName
{
background-color: #B9FBE4;
}
</style>
border-color css
<style>
span { border-color: #B9FBE4; }
span { border-color: rgb(185,251,228); }
td.TdClassName
{
border-color: #B9FBE4;
}
.TagClassName
{
border-color: #B9FBE4;
}
</style>