Shades of Water Leaf #B5FEE8
Tints of Water Leaf #B5FEE8
RGB
CMYK
RGB Variations
Color information
#B5FEE8 (or 0xB5FEE8) is known color: Water Leaf. HEX triplet: B5, FE and E8. RGB value is (181,254,232). Sum of RGB (Red+Green+Blue) = 181+254+232=667 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.14% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 232 (91.02% from 255 or 34.78% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEE8 is #4A0117. Grayscale: #E5E5E5. Windows color (decimal): -4849944 or 15269557. OLE color: 15269557.
HSL color Cylindrical-coordinate representation of color #B5FEE8: hue angle of 161.92º 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 #B5FEE8 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 181 | 254 | 232 | - |
CMYK | 0.29 | 0 | 0.09 | 0.00 |
HSL | 161.92º | 0.97% | 0.85% | - |
HSV(B) | 161.92º | 0.29% | 1% | - |
XYZ | 69.06 | 86.53 | 89.41 | - |
YUV | 229.67 | 129.32 | 93.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 254 | 232 | 0.29 | 0 | 0.09 | 0.00 | 161.92 | 0.97 | 0.85 |
Hex | B5 | FE | E8 | 1D | 0 | 9 | 0 | A2 | 61 | 55 |
Octal | 265 | 376 | 350 | 35 | 0 | 11 | 0 | 242 | 141 | 125 |
Binary | 10110101 | 11111110 | 11101000 | 11101 | 0 | 1001 | 0 | 10100010 | 1100001 | 1010101 |
Color Harmonies of #B5FEE8
Complementary color
Monochromatic Colors of #B5FEE8
Black with #B5FEE8
Text Example
Text Example
White with #B5FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FEE8; }
p { color: rgb(181,254,232); }
H1.HeaderClassName
{
color: #B5FEE8;
}
.AnyTagClassName
{
color: #B5FEE8;
}
</style>
background-color css
<style>
a { background-color: #B5FEE8; }
a { background-color: rgb(181,254,232); }
div.DivClassName
{
background-color: #B5FEE8;
}
.BgClassName
{
background-color: #B5FEE8;
}
</style>
border-color css
<style>
span { border-color: #B5FEE8; }
span { border-color: rgb(181,254,232); }
td.TdClassName
{
border-color: #B5FEE8;
}
.TagClassName
{
border-color: #B5FEE8;
}
</style>