Shades of Water Leaf #B2FBEC
Tints of Water Leaf #B2FBEC
RGB
CMYK
RGB Variations
Color information
#B2FBEC (or 0xB2FBEC) is known color: Water Leaf. HEX triplet: B2, FB and EC. RGB value is (178,251,236). Sum of RGB (Red+Green+Blue) = 178+251+236=665 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.77% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FBEC is #4D0413. Grayscale: #E3E3E3. Windows color (decimal): -5047316 or 15530930. OLE color: 15530930.
HSL color Cylindrical-coordinate representation of color #B2FBEC: hue angle of 167.67º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBEC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 236 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.02 |
| HSL | 167.67º | 0.9% | 0.84% | - |
| HSV(B) | 167.67º | 0.29% | 0.98% | - |
| XYZ | 68 | 84.52 | 92.09 | - |
| YUV | 227.46 | 132.82 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 236 | 0.29 | 0 | 0.06 | 0.02 | 167.67 | 0.9 | 0.84 |
| Hex | B2 | FB | EC | 1D | 0 | 6 | 2 | A8 | 5A | 54 |
| Octal | 262 | 373 | 354 | 35 | 0 | 6 | 2 | 250 | 132 | 124 |
| Binary | 10110010 | 11111011 | 11101100 | 11101 | 0 | 110 | 10 | 10101000 | 1011010 | 1010100 |
Color Harmonies of #B2FBEC
Complementary color
Monochromatic Colors of #B2FBEC
Black with #B2FBEC
Text Example
Text Example
White with #B2FBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBEC; }
p { color: rgb(178,251,236); }
H1.HeaderClassName
{
color: #B2FBEC;
}
.AnyTagClassName
{
color: #B2FBEC;
}
</style>
background-color css
<style>
a { background-color: #B2FBEC; }
a { background-color: rgb(178,251,236); }
div.DivClassName
{
background-color: #B2FBEC;
}
.BgClassName
{
background-color: #B2FBEC;
}
</style>
border-color css
<style>
span { border-color: #B2FBEC; }
span { border-color: rgb(178,251,236); }
td.TdClassName
{
border-color: #B2FBEC;
}
.TagClassName
{
border-color: #B2FBEC;
}
</style>