Shades of Water Leaf #B5FBE9
Tints of Water Leaf #B5FBE9
RGB
CMYK
RGB Variations
Color information
#B5FBE9 (or 0xB5FBE9) is known color: Water Leaf. HEX triplet: B5, FB and E9. RGB value is (181,251,233). Sum of RGB (Red+Green+Blue) = 181+251+233=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBE9 is #4A0416. Grayscale: #E4E4E4. Windows color (decimal): -4850711 or 15334325. OLE color: 15334325.
HSL color Cylindrical-coordinate representation of color #B5FBE9: hue angle of 164.57º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBE9 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 251 | 233 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.02 |
| HSL | 164.57º | 0.9% | 0.85% | - |
| HSV(B) | 164.57º | 0.28% | 0.98% | - |
| XYZ | 68.26 | 84.7 | 89.84 | - |
| YUV | 228.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 251 | 233 | 0.28 | 0 | 0.07 | 0.02 | 164.57 | 0.9 | 0.85 |
| Hex | B5 | FB | E9 | 1C | 0 | 7 | 2 | A5 | 5A | 55 |
| Octal | 265 | 373 | 351 | 34 | 0 | 7 | 2 | 245 | 132 | 125 |
| Binary | 10110101 | 11111011 | 11101001 | 11100 | 0 | 111 | 10 | 10100101 | 1011010 | 1010101 |
Color Harmonies of #B5FBE9
Complementary color
Monochromatic Colors of #B5FBE9
Black with #B5FBE9
Text Example
Text Example
White with #B5FBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FBE9; }
p { color: rgb(181,251,233); }
H1.HeaderClassName
{
color: #B5FBE9;
}
.AnyTagClassName
{
color: #B5FBE9;
}
</style>
background-color css
<style>
a { background-color: #B5FBE9; }
a { background-color: rgb(181,251,233); }
div.DivClassName
{
background-color: #B5FBE9;
}
.BgClassName
{
background-color: #B5FBE9;
}
</style>
border-color css
<style>
span { border-color: #B5FBE9; }
span { border-color: rgb(181,251,233); }
td.TdClassName
{
border-color: #B5FBE9;
}
.TagClassName
{
border-color: #B5FBE9;
}
</style>