Shades of Water Leaf #B5FFE9
Tints of Water Leaf #B5FFE9
RGB
CMYK
RGB Variations
Color information
#B5FFE9 (or 0xB5FFE9) is known color: Water Leaf. HEX triplet: B5, FF and E9. RGB value is (181,255,233). Sum of RGB (Red+Green+Blue) = 181+255+233=669 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.06% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 233 (91.41% from 255 or 34.83% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFE9 is #4A0016. Grayscale: #E6E6E6. Windows color (decimal): -4849687 or 15335349. OLE color: 15335349.
HSL color Cylindrical-coordinate representation of color #B5FFE9: hue angle of 162.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFE9 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 233 | - |
| CMYK | 0.29 | 0 | 0.09 | 0 |
| HSL | 162.16º | 1% | 0.85% | - |
| HSV(B) | 162.16º | 0.29% | 1% | - |
| XYZ | 69.52 | 87.23 | 90.26 | - |
| YUV | 230.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 233 | 0.29 | 0 | 0.09 | 0 | 162.16 | 1 | 0.85 |
| Hex | B5 | FF | E9 | 1D | 0 | 9 | 0 | A2 | 64 | 55 |
| Octal | 265 | 377 | 351 | 35 | 0 | 11 | 0 | 242 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11101001 | 11101 | 0 | 1001 | 0 | 10100010 | 1100100 | 1010101 |
Color Harmonies of #B5FFE9
Complementary color
Monochromatic Colors of #B5FFE9
Black with #B5FFE9
Text Example
Text Example
White with #B5FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFE9; }
p { color: rgb(181,255,233); }
H1.HeaderClassName
{
color: #B5FFE9;
}
.AnyTagClassName
{
color: #B5FFE9;
}
</style>
background-color css
<style>
a { background-color: #B5FFE9; }
a { background-color: rgb(181,255,233); }
div.DivClassName
{
background-color: #B5FFE9;
}
.BgClassName
{
background-color: #B5FFE9;
}
</style>
border-color css
<style>
span { border-color: #B5FFE9; }
span { border-color: rgb(181,255,233); }
td.TdClassName
{
border-color: #B5FFE9;
}
.TagClassName
{
border-color: #B5FFE9;
}
</style>