Shades of Water Leaf #B9FFEA
Tints of Water Leaf #B9FFEA
RGB
CMYK
RGB Variations
Color information
#B9FFEA (or 0xB9FFEA) is known color: Water Leaf. HEX triplet: B9, FF and EA. RGB value is (185,255,234). Sum of RGB (Red+Green+Blue) = 185+255+234=674 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.45% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFEA is #460015. Grayscale: #E7E7E7. Windows color (decimal): -4587542 or 15400889. OLE color: 15400889.
HSL color Cylindrical-coordinate representation of color #B9FFEA: hue angle of 162º 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 #B9FFEA is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 234 | - |
| CMYK | 0.27 | 0 | 0.08 | 0 |
| HSL | 162º | 1% | 0.86% | - |
| HSV(B) | 162º | 0.27% | 1% | - |
| XYZ | 70.62 | 87.77 | 91.06 | - |
| YUV | 231.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 234 | 0.27 | 0 | 0.08 | 0 | 162 | 1 | 0.86 |
| Hex | B9 | FF | EA | 1B | 0 | 8 | 0 | A2 | 64 | 56 |
| Octal | 271 | 377 | 352 | 33 | 0 | 10 | 0 | 242 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11101010 | 11011 | 0 | 1000 | 0 | 10100010 | 1100100 | 1010110 |
Color Harmonies of #B9FFEA
Complementary color
Monochromatic Colors of #B9FFEA
Black with #B9FFEA
Text Example
Text Example
White with #B9FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFEA; }
p { color: rgb(185,255,234); }
H1.HeaderClassName
{
color: #B9FFEA;
}
.AnyTagClassName
{
color: #B9FFEA;
}
</style>
background-color css
<style>
a { background-color: #B9FFEA; }
a { background-color: rgb(185,255,234); }
div.DivClassName
{
background-color: #B9FFEA;
}
.BgClassName
{
background-color: #B9FFEA;
}
</style>
border-color css
<style>
span { border-color: #B9FFEA; }
span { border-color: rgb(185,255,234); }
td.TdClassName
{
border-color: #B9FFEA;
}
.TagClassName
{
border-color: #B9FFEA;
}
</style>