Shades of Water Leaf #B4FEE8
Tints of Water Leaf #B4FEE8
RGB
CMYK
RGB Variations
Color information
#B4FEE8 (or 0xB4FEE8) is known color: Water Leaf. HEX triplet: B4, FE and E8. RGB value is (180,254,232). Sum of RGB (Red+Green+Blue) = 180+254+232=666 (88% of max value = 765). Red value is 180 (70.70% from 255 or 27.03% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEE8 is #4B0117. Grayscale: #E5E5E5. Windows color (decimal): -4915480 or 15269556. OLE color: 15269556.
HSL color Cylindrical-coordinate representation of color #B4FEE8: hue angle of 162.16º 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 #B4FEE8 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 232 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.00 |
| HSL | 162.16º | 0.97% | 0.85% | - |
| HSV(B) | 162.16º | 0.29% | 1% | - |
| XYZ | 68.83 | 86.41 | 89.4 | - |
| YUV | 229.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 232 | 0.29 | 0 | 0.09 | 0.00 | 162.16 | 0.97 | 0.85 |
| Hex | B4 | FE | E8 | 1D | 0 | 9 | 0 | A2 | 61 | 55 |
| Octal | 264 | 376 | 350 | 35 | 0 | 11 | 0 | 242 | 141 | 125 |
| Binary | 10110100 | 11111110 | 11101000 | 11101 | 0 | 1001 | 0 | 10100010 | 1100001 | 1010101 |
Color Harmonies of #B4FEE8
Complementary color
Monochromatic Colors of #B4FEE8
Black with #B4FEE8
Text Example
Text Example
White with #B4FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FEE8; }
p { color: rgb(180,254,232); }
H1.HeaderClassName
{
color: #B4FEE8;
}
.AnyTagClassName
{
color: #B4FEE8;
}
</style>
background-color css
<style>
a { background-color: #B4FEE8; }
a { background-color: rgb(180,254,232); }
div.DivClassName
{
background-color: #B4FEE8;
}
.BgClassName
{
background-color: #B4FEE8;
}
</style>
border-color css
<style>
span { border-color: #B4FEE8; }
span { border-color: rgb(180,254,232); }
td.TdClassName
{
border-color: #B4FEE8;
}
.TagClassName
{
border-color: #B4FEE8;
}
</style>