Shades of Water Leaf #B4FFE7
Tints of Water Leaf #B4FFE7
RGB
CMYK
RGB Variations
Color information
#B4FFE7 (or 0xB4FFE7) is known color: Water Leaf. HEX triplet: B4, FF and E7. RGB value is (180,255,231). Sum of RGB (Red+Green+Blue) = 180+255+231=666 (88% of max value = 765). Red value is 180 (70.70% from 255 or 27.03% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFE7 is #4B0018. Grayscale: #E5E5E5. Windows color (decimal): -4915225 or 15204276. OLE color: 15204276.
HSL color Cylindrical-coordinate representation of color #B4FFE7: hue angle of 160.8º 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 #B4FFE7 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 231 | - |
| CMYK | 0.29 | 0 | 0.09 | 0 |
| HSL | 160.8º | 1% | 0.85% | - |
| HSV(B) | 160.8º | 0.29% | 1% | - |
| XYZ | 69.01 | 86.99 | 88.76 | - |
| YUV | 229.84 | 128.65 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 231 | 0.29 | 0 | 0.09 | 0 | 160.8 | 1 | 0.85 |
| Hex | B4 | FF | E7 | 1D | 0 | 9 | 0 | A1 | 64 | 55 |
| Octal | 264 | 377 | 347 | 35 | 0 | 11 | 0 | 241 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11100111 | 11101 | 0 | 1001 | 0 | 10100001 | 1100100 | 1010101 |
Color Harmonies of #B4FFE7
Complementary color
Monochromatic Colors of #B4FFE7
Black with #B4FFE7
Text Example
Text Example
White with #B4FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFE7; }
p { color: rgb(180,255,231); }
H1.HeaderClassName
{
color: #B4FFE7;
}
.AnyTagClassName
{
color: #B4FFE7;
}
</style>
background-color css
<style>
a { background-color: #B4FFE7; }
a { background-color: rgb(180,255,231); }
div.DivClassName
{
background-color: #B4FFE7;
}
.BgClassName
{
background-color: #B4FFE7;
}
</style>
border-color css
<style>
span { border-color: #B4FFE7; }
span { border-color: rgb(180,255,231); }
td.TdClassName
{
border-color: #B4FFE7;
}
.TagClassName
{
border-color: #B4FFE7;
}
</style>