Shades of Water Leaf #B5FEE9
Tints of Water Leaf #B5FEE9
RGB
CMYK
RGB Variations
Color information
#B5FEE9 (or 0xB5FEE9) is known color: Water Leaf. HEX triplet: B5, FE and E9. RGB value is (181,254,233). Sum of RGB (Red+Green+Blue) = 181+254+233=668 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.10% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEE9 is #4A0116. Grayscale: #E5E5E5. Windows color (decimal): -4849943 or 15335093. OLE color: 15335093.
HSL color Cylindrical-coordinate representation of color #B5FEE9: hue angle of 162.74º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FEE9 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 233 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.00 |
| HSL | 162.74º | 0.97% | 0.85% | - |
| HSV(B) | 162.74º | 0.29% | 1% | - |
| XYZ | 69.21 | 86.59 | 90.16 | - |
| YUV | 229.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 233 | 0.29 | 0 | 0.08 | 0.00 | 162.74 | 0.97 | 0.85 |
| Hex | B5 | FE | E9 | 1D | 0 | 8 | 0 | A3 | 61 | 55 |
| Octal | 265 | 376 | 351 | 35 | 0 | 10 | 0 | 243 | 141 | 125 |
| Binary | 10110101 | 11111110 | 11101001 | 11101 | 0 | 1000 | 0 | 10100011 | 1100001 | 1010101 |
Color Harmonies of #B5FEE9
Complementary color
Monochromatic Colors of #B5FEE9
Black with #B5FEE9
Text Example
Text Example
White with #B5FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FEE9; }
p { color: rgb(181,254,233); }
H1.HeaderClassName
{
color: #B5FEE9;
}
.AnyTagClassName
{
color: #B5FEE9;
}
</style>
background-color css
<style>
a { background-color: #B5FEE9; }
a { background-color: rgb(181,254,233); }
div.DivClassName
{
background-color: #B5FEE9;
}
.BgClassName
{
background-color: #B5FEE9;
}
</style>
border-color css
<style>
span { border-color: #B5FEE9; }
span { border-color: rgb(181,254,233); }
td.TdClassName
{
border-color: #B5FEE9;
}
.TagClassName
{
border-color: #B5FEE9;
}
</style>