Shades of Water Leaf #B2FCEA
Tints of Water Leaf #B2FCEA
RGB
CMYK
RGB Variations
Color information
#B2FCEA (or 0xB2FCEA) is known color: Water Leaf. HEX triplet: B2, FC and EA. RGB value is (178,252,234). Sum of RGB (Red+Green+Blue) = 178+252+234=664 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.81% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FCEA is #4D0315. Grayscale: #E3E3E3. Windows color (decimal): -5047062 or 15400114. OLE color: 15400114.
HSL color Cylindrical-coordinate representation of color #B2FCEA: hue angle of 165.41º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCEA is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 234 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.01 |
| HSL | 165.41º | 0.93% | 0.84% | - |
| HSV(B) | 165.41º | 0.29% | 0.99% | - |
| XYZ | 68.02 | 85.03 | 90.67 | - |
| YUV | 227.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 234 | 0.29 | 0 | 0.07 | 0.01 | 165.41 | 0.93 | 0.84 |
| Hex | B2 | FC | EA | 1D | 0 | 7 | 1 | A5 | 5C | 54 |
| Octal | 262 | 374 | 352 | 35 | 0 | 7 | 1 | 245 | 134 | 124 |
| Binary | 10110010 | 11111100 | 11101010 | 11101 | 0 | 111 | 1 | 10100101 | 1011100 | 1010100 |
Color Harmonies of #B2FCEA
Complementary color
Monochromatic Colors of #B2FCEA
Black with #B2FCEA
Text Example
Text Example
White with #B2FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCEA; }
p { color: rgb(178,252,234); }
H1.HeaderClassName
{
color: #B2FCEA;
}
.AnyTagClassName
{
color: #B2FCEA;
}
</style>
background-color css
<style>
a { background-color: #B2FCEA; }
a { background-color: rgb(178,252,234); }
div.DivClassName
{
background-color: #B2FCEA;
}
.BgClassName
{
background-color: #B2FCEA;
}
</style>
border-color css
<style>
span { border-color: #B2FCEA; }
span { border-color: rgb(178,252,234); }
td.TdClassName
{
border-color: #B2FCEA;
}
.TagClassName
{
border-color: #B2FCEA;
}
</style>