Shades of Water Leaf #B9EFE8
Tints of Water Leaf #B9EFE8
RGB
CMYK
RGB Variations
Color information
#B9EFE8 (or 0xB9EFE8) is known color: Water Leaf. HEX triplet: B9, EF and E8. RGB value is (185,239,232). Sum of RGB (Red+Green+Blue) = 185+239+232=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFE8 is #461017. Grayscale: #DEDEDE. Windows color (decimal): -4591640 or 15265721. OLE color: 15265721.
HSL color Cylindrical-coordinate representation of color #B9EFE8: hue angle of 172.22º degrees, saturation: 0.63, 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 #B9EFE8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 239 | 232 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.06 |
| HSL | 172.22º | 0.63% | 0.83% | - |
| HSV(B) | 172.22º | 0.23% | 0.94% | - |
| XYZ | 65.44 | 77.87 | 87.93 | - |
| YUV | 222.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 232 | 0.23 | 0 | 0.03 | 0.06 | 172.22 | 0.63 | 0.83 |
| Hex | B9 | EF | E8 | 17 | 0 | 3 | 6 | AC | 3F | 53 |
| Octal | 271 | 357 | 350 | 27 | 0 | 3 | 6 | 254 | 77 | 123 |
| Binary | 10111001 | 11101111 | 11101000 | 10111 | 0 | 11 | 110 | 10101100 | 111111 | 1010011 |
Color Harmonies of #B9EFE8
Complementary color
Monochromatic Colors of #B9EFE8
Black with #B9EFE8
Text Example
Text Example
White with #B9EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EFE8; }
p { color: rgb(185,239,232); }
H1.HeaderClassName
{
color: #B9EFE8;
}
.AnyTagClassName
{
color: #B9EFE8;
}
</style>
background-color css
<style>
a { background-color: #B9EFE8; }
a { background-color: rgb(185,239,232); }
div.DivClassName
{
background-color: #B9EFE8;
}
.BgClassName
{
background-color: #B9EFE8;
}
</style>
border-color css
<style>
span { border-color: #B9EFE8; }
span { border-color: rgb(185,239,232); }
td.TdClassName
{
border-color: #B9EFE8;
}
.TagClassName
{
border-color: #B9EFE8;
}
</style>