Shades of Water Leaf #B5FBE8
Tints of Water Leaf #B5FBE8
RGB
CMYK
RGB Variations
Color information
#B5FBE8 (or 0xB5FBE8) is known color: Water Leaf. HEX triplet: B5, FB and E8. RGB value is (181,251,232). Sum of RGB (Red+Green+Blue) = 181+251+232=664 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.26% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBE8 is #4A0417. Grayscale: #E3E3E3. Windows color (decimal): -4850712 or 15268789. OLE color: 15268789.
HSL color Cylindrical-coordinate representation of color #B5FBE8: hue angle of 163.71º 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 #B5FBE8 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 251 | 232 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.02 |
| HSL | 163.71º | 0.9% | 0.85% | - |
| HSV(B) | 163.71º | 0.28% | 0.98% | - |
| XYZ | 68.12 | 84.64 | 89.09 | - |
| YUV | 227.9 | 130.31 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 251 | 232 | 0.28 | 0 | 0.08 | 0.02 | 163.71 | 0.9 | 0.85 |
| Hex | B5 | FB | E8 | 1C | 0 | 8 | 2 | A4 | 5A | 55 |
| Octal | 265 | 373 | 350 | 34 | 0 | 10 | 2 | 244 | 132 | 125 |
| Binary | 10110101 | 11111011 | 11101000 | 11100 | 0 | 1000 | 10 | 10100100 | 1011010 | 1010101 |
Color Harmonies of #B5FBE8
Complementary color
Monochromatic Colors of #B5FBE8
Black with #B5FBE8
Text Example
Text Example
White with #B5FBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FBE8; }
p { color: rgb(181,251,232); }
H1.HeaderClassName
{
color: #B5FBE8;
}
.AnyTagClassName
{
color: #B5FBE8;
}
</style>
background-color css
<style>
a { background-color: #B5FBE8; }
a { background-color: rgb(181,251,232); }
div.DivClassName
{
background-color: #B5FBE8;
}
.BgClassName
{
background-color: #B5FBE8;
}
</style>
border-color css
<style>
span { border-color: #B5FBE8; }
span { border-color: rgb(181,251,232); }
td.TdClassName
{
border-color: #B5FBE8;
}
.TagClassName
{
border-color: #B5FBE8;
}
</style>