Shades of Water Leaf #B2FEE1
Tints of Water Leaf #B2FEE1
RGB
CMYK
RGB Variations
Color information
#B2FEE1 (or 0xB2FEE1) is known color: Water Leaf. HEX triplet: B2, FE and E1. RGB value is (178,254,225). Sum of RGB (Red+Green+Blue) = 178+254+225=657 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.09% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEE1 is #4D011E. Grayscale: #E4E4E4. Windows color (decimal): -5046559 or 14810802. OLE color: 14810802.
HSL color Cylindrical-coordinate representation of color #B2FEE1: hue angle of 157.11º 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 #B2FEE1 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 225 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.00 |
| HSL | 157.11º | 0.97% | 0.85% | - |
| HSV(B) | 157.11º | 0.3% | 1% | - |
| XYZ | 67.39 | 85.78 | 84.24 | - |
| YUV | 227.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 225 | 0.30 | 0 | 0.11 | 0.00 | 157.11 | 0.97 | 0.85 |
| Hex | B2 | FE | E1 | 1E | 0 | B | 0 | 9D | 61 | 55 |
| Octal | 262 | 376 | 341 | 36 | 0 | 13 | 0 | 235 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11100001 | 11110 | 0 | 1011 | 0 | 10011101 | 1100001 | 1010101 |
Color Harmonies of #B2FEE1
Complementary color
Monochromatic Colors of #B2FEE1
Black with #B2FEE1
Text Example
Text Example
White with #B2FEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEE1; }
p { color: rgb(178,254,225); }
H1.HeaderClassName
{
color: #B2FEE1;
}
.AnyTagClassName
{
color: #B2FEE1;
}
</style>
background-color css
<style>
a { background-color: #B2FEE1; }
a { background-color: rgb(178,254,225); }
div.DivClassName
{
background-color: #B2FEE1;
}
.BgClassName
{
background-color: #B2FEE1;
}
</style>
border-color css
<style>
span { border-color: #B2FEE1; }
span { border-color: rgb(178,254,225); }
td.TdClassName
{
border-color: #B2FEE1;
}
.TagClassName
{
border-color: #B2FEE1;
}
</style>