Shades of Water Leaf #B4FFEE
Tints of Water Leaf #B4FFEE
RGB
CMYK
RGB Variations
Color information
#B4FFEE (or 0xB4FFEE) is known color: Water Leaf. HEX triplet: B4, FF and EE. RGB value is (180,255,238). Sum of RGB (Red+Green+Blue) = 180+255+238=673 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.75% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFEE is #4B0011. Grayscale: #E6E6E6. Windows color (decimal): -4915218 or 15663028. OLE color: 15663028.
HSL color Cylindrical-coordinate representation of color #B4FFEE: hue angle of 166.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 #B4FFEE is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 238 | - |
| CMYK | 0.29 | 0 | 0.07 | 0 |
| HSL | 166.4º | 1% | 0.85% | - |
| HSV(B) | 166.4º | 0.29% | 1% | - |
| XYZ | 70.02 | 87.4 | 94.07 | - |
| YUV | 230.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 238 | 0.29 | 0 | 0.07 | 0 | 166.4 | 1 | 0.85 |
| Hex | B4 | FF | EE | 1D | 0 | 7 | 0 | A6 | 64 | 55 |
| Octal | 264 | 377 | 356 | 35 | 0 | 7 | 0 | 246 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11101110 | 11101 | 0 | 111 | 0 | 10100110 | 1100100 | 1010101 |
Color Harmonies of #B4FFEE
Complementary color
Monochromatic Colors of #B4FFEE
Black with #B4FFEE
Text Example
Text Example
White with #B4FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFEE; }
p { color: rgb(180,255,238); }
H1.HeaderClassName
{
color: #B4FFEE;
}
.AnyTagClassName
{
color: #B4FFEE;
}
</style>
background-color css
<style>
a { background-color: #B4FFEE; }
a { background-color: rgb(180,255,238); }
div.DivClassName
{
background-color: #B4FFEE;
}
.BgClassName
{
background-color: #B4FFEE;
}
</style>
border-color css
<style>
span { border-color: #B4FFEE; }
span { border-color: rgb(180,255,238); }
td.TdClassName
{
border-color: #B4FFEE;
}
.TagClassName
{
border-color: #B4FFEE;
}
</style>