Shades of Water Leaf #B2FFEC
Tints of Water Leaf #B2FFEC
RGB
CMYK
RGB Variations
Color information
#B2FFEC (or 0xB2FFEC) is known color: Water Leaf. HEX triplet: B2, FF and EC. RGB value is (178,255,236). Sum of RGB (Red+Green+Blue) = 178+255+236=669 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.61% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFEC is #4D0013. Grayscale: #E5E5E5. Windows color (decimal): -5046292 or 15531954. OLE color: 15531954.
HSL color Cylindrical-coordinate representation of color #B2FFEC: hue angle of 165.19º 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 #B2FFEC is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 236 | - |
| CMYK | 0.30 | 0 | 0.07 | 0 |
| HSL | 165.19º | 1% | 0.85% | - |
| HSV(B) | 165.19º | 0.3% | 1% | - |
| XYZ | 69.26 | 87.04 | 92.51 | - |
| YUV | 229.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 236 | 0.30 | 0 | 0.07 | 0 | 165.19 | 1 | 0.85 |
| Hex | B2 | FF | EC | 1E | 0 | 7 | 0 | A5 | 64 | 55 |
| Octal | 262 | 377 | 354 | 36 | 0 | 7 | 0 | 245 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11101100 | 11110 | 0 | 111 | 0 | 10100101 | 1100100 | 1010101 |
Color Harmonies of #B2FFEC
Complementary color
Monochromatic Colors of #B2FFEC
Black with #B2FFEC
Text Example
Text Example
White with #B2FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFEC; }
p { color: rgb(178,255,236); }
H1.HeaderClassName
{
color: #B2FFEC;
}
.AnyTagClassName
{
color: #B2FFEC;
}
</style>
background-color css
<style>
a { background-color: #B2FFEC; }
a { background-color: rgb(178,255,236); }
div.DivClassName
{
background-color: #B2FFEC;
}
.BgClassName
{
background-color: #B2FFEC;
}
</style>
border-color css
<style>
span { border-color: #B2FFEC; }
span { border-color: rgb(178,255,236); }
td.TdClassName
{
border-color: #B2FFEC;
}
.TagClassName
{
border-color: #B2FFEC;
}
</style>