Shades of Water Leaf #B9F0E5
Tints of Water Leaf #B9F0E5
RGB
CMYK
RGB Variations
Color information
#B9F0E5 (or 0xB9F0E5) is known color: Water Leaf. HEX triplet: B9, F0 and E5. RGB value is (185,240,229). Sum of RGB (Red+Green+Blue) = 185+240+229=654 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.29% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F0E5 is #460F1A. Grayscale: #DEDEDE. Windows color (decimal): -4591387 or 15069369. OLE color: 15069369.
HSL color Cylindrical-coordinate representation of color #B9F0E5: hue angle of 168º 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 #B9F0E5 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 240 | 229 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.06 |
| HSL | 168º | 0.65% | 0.83% | - |
| HSV(B) | 168º | 0.23% | 0.94% | - |
| XYZ | 65.31 | 78.29 | 85.8 | - |
| YUV | 222.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 229 | 0.23 | 0 | 0.05 | 0.06 | 168 | 0.65 | 0.83 |
| Hex | B9 | F0 | E5 | 17 | 0 | 5 | 6 | A8 | 41 | 53 |
| Octal | 271 | 360 | 345 | 27 | 0 | 5 | 6 | 250 | 101 | 123 |
| Binary | 10111001 | 11110000 | 11100101 | 10111 | 0 | 101 | 110 | 10101000 | 1000001 | 1010011 |
Color Harmonies of #B9F0E5
Complementary color
Monochromatic Colors of #B9F0E5
Black with #B9F0E5
Text Example
Text Example
White with #B9F0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F0E5; }
p { color: rgb(185,240,229); }
H1.HeaderClassName
{
color: #B9F0E5;
}
.AnyTagClassName
{
color: #B9F0E5;
}
</style>
background-color css
<style>
a { background-color: #B9F0E5; }
a { background-color: rgb(185,240,229); }
div.DivClassName
{
background-color: #B9F0E5;
}
.BgClassName
{
background-color: #B9F0E5;
}
</style>
border-color css
<style>
span { border-color: #B9F0E5; }
span { border-color: rgb(185,240,229); }
td.TdClassName
{
border-color: #B9F0E5;
}
.TagClassName
{
border-color: #B9F0E5;
}
</style>