Shades of Water Leaf #B2FFEE
Tints of Water Leaf #B2FFEE
RGB
CMYK
RGB Variations
Color information
#B2FFEE (or 0xB2FFEE) is known color: Water Leaf. HEX triplet: B2, FF and EE. RGB value is (178,255,238). Sum of RGB (Red+Green+Blue) = 178+255+238=671 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.53% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFEE is #4D0011. Grayscale: #E6E6E6. Windows color (decimal): -5046290 or 15663026. OLE color: 15663026.
HSL color Cylindrical-coordinate representation of color #B2FFEE: hue angle of 166.75º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFEE is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 238 | - |
| CMYK | 0.30 | 0 | 0.07 | 0 |
| HSL | 166.75º | 1% | 0.85% | - |
| HSV(B) | 166.75º | 0.3% | 1% | - |
| XYZ | 69.55 | 87.16 | 94.05 | - |
| YUV | 230.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 238 | 0.30 | 0 | 0.07 | 0 | 166.75 | 1 | 0.85 |
| Hex | B2 | FF | EE | 1E | 0 | 7 | 0 | A7 | 64 | 55 |
| Octal | 262 | 377 | 356 | 36 | 0 | 7 | 0 | 247 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11101110 | 11110 | 0 | 111 | 0 | 10100111 | 1100100 | 1010101 |
Color Harmonies of #B2FFEE
Complementary color
Monochromatic Colors of #B2FFEE
Black with #B2FFEE
Text Example
Text Example
White with #B2FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFEE; }
p { color: rgb(178,255,238); }
H1.HeaderClassName
{
color: #B2FFEE;
}
.AnyTagClassName
{
color: #B2FFEE;
}
</style>
background-color css
<style>
a { background-color: #B2FFEE; }
a { background-color: rgb(178,255,238); }
div.DivClassName
{
background-color: #B2FFEE;
}
.BgClassName
{
background-color: #B2FFEE;
}
</style>
border-color css
<style>
span { border-color: #B2FFEE; }
span { border-color: rgb(178,255,238); }
td.TdClassName
{
border-color: #B2FFEE;
}
.TagClassName
{
border-color: #B2FFEE;
}
</style>