Shades of Water Leaf #B5FCE8
Tints of Water Leaf #B5FCE8
RGB
CMYK
RGB Variations
Color information
#B5FCE8 (or 0xB5FCE8) is known color: Water Leaf. HEX triplet: B5, FC and E8. RGB value is (181,252,232). Sum of RGB (Red+Green+Blue) = 181+252+232=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 232 (91.02% from 255 or 34.89% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FCE8 is #4A0317. Grayscale: #E4E4E4. Windows color (decimal): -4850456 or 15269045. OLE color: 15269045.
HSL color Cylindrical-coordinate representation of color #B5FCE8: hue angle of 163.1º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FCE8 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 252 | 232 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.01 |
| HSL | 163.1º | 0.92% | 0.85% | - |
| HSV(B) | 163.1º | 0.28% | 0.99% | - |
| XYZ | 68.43 | 85.27 | 89.2 | - |
| YUV | 228.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 252 | 232 | 0.28 | 0 | 0.08 | 0.01 | 163.1 | 0.92 | 0.85 |
| Hex | B5 | FC | E8 | 1C | 0 | 8 | 1 | A3 | 5C | 55 |
| Octal | 265 | 374 | 350 | 34 | 0 | 10 | 1 | 243 | 134 | 125 |
| Binary | 10110101 | 11111100 | 11101000 | 11100 | 0 | 1000 | 1 | 10100011 | 1011100 | 1010101 |
Color Harmonies of #B5FCE8
Complementary color
Monochromatic Colors of #B5FCE8
Black with #B5FCE8
Text Example
Text Example
White with #B5FCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FCE8; }
p { color: rgb(181,252,232); }
H1.HeaderClassName
{
color: #B5FCE8;
}
.AnyTagClassName
{
color: #B5FCE8;
}
</style>
background-color css
<style>
a { background-color: #B5FCE8; }
a { background-color: rgb(181,252,232); }
div.DivClassName
{
background-color: #B5FCE8;
}
.BgClassName
{
background-color: #B5FCE8;
}
</style>
border-color css
<style>
span { border-color: #B5FCE8; }
span { border-color: rgb(181,252,232); }
td.TdClassName
{
border-color: #B5FCE8;
}
.TagClassName
{
border-color: #B5FCE8;
}
</style>