Shades of Water Leaf #B4FFE4
Tints of Water Leaf #B4FFE4
RGB
CMYK
RGB Variations
Color information
#B4FFE4 (or 0xB4FFE4) is known color: Water Leaf. HEX triplet: B4, FF and E4. RGB value is (180,255,228). Sum of RGB (Red+Green+Blue) = 180+255+228=663 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.15% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFE4 is #4B001B. Grayscale: #E5E5E5. Windows color (decimal): -4915228 or 15007668. OLE color: 15007668.
HSL color Cylindrical-coordinate representation of color #B4FFE4: hue angle of 158.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFE4 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 228 | - |
| CMYK | 0.29 | 0 | 0.11 | 0 |
| HSL | 158.4º | 1% | 0.85% | - |
| HSV(B) | 158.4º | 0.29% | 1% | - |
| XYZ | 68.59 | 86.82 | 86.54 | - |
| YUV | 229.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 228 | 0.29 | 0 | 0.11 | 0 | 158.4 | 1 | 0.85 |
| Hex | B4 | FF | E4 | 1D | 0 | B | 0 | 9E | 64 | 55 |
| Octal | 264 | 377 | 344 | 35 | 0 | 13 | 0 | 236 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11100100 | 11101 | 0 | 1011 | 0 | 10011110 | 1100100 | 1010101 |
Color Harmonies of #B4FFE4
Complementary color
Monochromatic Colors of #B4FFE4
Black with #B4FFE4
Text Example
Text Example
White with #B4FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFE4; }
p { color: rgb(180,255,228); }
H1.HeaderClassName
{
color: #B4FFE4;
}
.AnyTagClassName
{
color: #B4FFE4;
}
</style>
background-color css
<style>
a { background-color: #B4FFE4; }
a { background-color: rgb(180,255,228); }
div.DivClassName
{
background-color: #B4FFE4;
}
.BgClassName
{
background-color: #B4FFE4;
}
</style>
border-color css
<style>
span { border-color: #B4FFE4; }
span { border-color: rgb(180,255,228); }
td.TdClassName
{
border-color: #B4FFE4;
}
.TagClassName
{
border-color: #B4FFE4;
}
</style>