Shades of Water Leaf #B2FEEC
Tints of Water Leaf #B2FEEC
RGB
CMYK
RGB Variations
Color information
#B2FEEC (or 0xB2FEEC) is known color: Water Leaf. HEX triplet: B2, FE and EC. RGB value is (178,254,236). Sum of RGB (Red+Green+Blue) = 178+254+236=668 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.65% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEEC is #4D0113. Grayscale: #E5E5E5. Windows color (decimal): -5046548 or 15531698. OLE color: 15531698.
HSL color Cylindrical-coordinate representation of color #B2FEEC: hue angle of 165.79º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEEC is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 236 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.00 |
| HSL | 165.79º | 0.97% | 0.85% | - |
| HSV(B) | 165.79º | 0.3% | 1% | - |
| XYZ | 68.94 | 86.4 | 92.4 | - |
| YUV | 229.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 236 | 0.30 | 0 | 0.07 | 0.00 | 165.79 | 0.97 | 0.85 |
| Hex | B2 | FE | EC | 1E | 0 | 7 | 0 | A6 | 61 | 55 |
| Octal | 262 | 376 | 354 | 36 | 0 | 7 | 0 | 246 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11101100 | 11110 | 0 | 111 | 0 | 10100110 | 1100001 | 1010101 |
Color Harmonies of #B2FEEC
Complementary color
Monochromatic Colors of #B2FEEC
Black with #B2FEEC
Text Example
Text Example
White with #B2FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEEC; }
p { color: rgb(178,254,236); }
H1.HeaderClassName
{
color: #B2FEEC;
}
.AnyTagClassName
{
color: #B2FEEC;
}
</style>
background-color css
<style>
a { background-color: #B2FEEC; }
a { background-color: rgb(178,254,236); }
div.DivClassName
{
background-color: #B2FEEC;
}
.BgClassName
{
background-color: #B2FEEC;
}
</style>
border-color css
<style>
span { border-color: #B2FEEC; }
span { border-color: rgb(178,254,236); }
td.TdClassName
{
border-color: #B2FEEC;
}
.TagClassName
{
border-color: #B2FEEC;
}
</style>