Shades of Water Leaf #B9FFEC
Tints of Water Leaf #B9FFEC
RGB
CMYK
RGB Variations
Color information
#B9FFEC (or 0xB9FFEC) is known color: Water Leaf. HEX triplet: B9, FF and EC. RGB value is (185,255,236). Sum of RGB (Red+Green+Blue) = 185+255+236=676 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.37% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFEC is #460013. Grayscale: #E7E7E7. Windows color (decimal): -4587540 or 15531961. OLE color: 15531961.
HSL color Cylindrical-coordinate representation of color #B9FFEC: hue angle of 163.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFEC is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 236 | - |
| CMYK | 0.27 | 0 | 0.07 | 0 |
| HSL | 163.71º | 1% | 0.86% | - |
| HSV(B) | 163.71º | 0.27% | 1% | - |
| XYZ | 70.91 | 87.89 | 92.58 | - |
| YUV | 231.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 236 | 0.27 | 0 | 0.07 | 0 | 163.71 | 1 | 0.86 |
| Hex | B9 | FF | EC | 1B | 0 | 7 | 0 | A4 | 64 | 56 |
| Octal | 271 | 377 | 354 | 33 | 0 | 7 | 0 | 244 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11101100 | 11011 | 0 | 111 | 0 | 10100100 | 1100100 | 1010110 |
Color Harmonies of #B9FFEC
Complementary color
Monochromatic Colors of #B9FFEC
Black with #B9FFEC
Text Example
Text Example
White with #B9FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFEC; }
p { color: rgb(185,255,236); }
H1.HeaderClassName
{
color: #B9FFEC;
}
.AnyTagClassName
{
color: #B9FFEC;
}
</style>
background-color css
<style>
a { background-color: #B9FFEC; }
a { background-color: rgb(185,255,236); }
div.DivClassName
{
background-color: #B9FFEC;
}
.BgClassName
{
background-color: #B9FFEC;
}
</style>
border-color css
<style>
span { border-color: #B9FFEC; }
span { border-color: rgb(185,255,236); }
td.TdClassName
{
border-color: #B9FFEC;
}
.TagClassName
{
border-color: #B9FFEC;
}
</style>