Shades of Water Leaf #B2E8E1
Tints of Water Leaf #B2E8E1
RGB
CMYK
RGB Variations
Color information
#B2E8E1 (or 0xB2E8E1) is known color: Water Leaf. HEX triplet: B2, E8 and E1. RGB value is (178,232,225). Sum of RGB (Red+Green+Blue) = 178+232+225=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E8E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E8E1 is #4D171E. Grayscale: #D7D7D7. Windows color (decimal): -5052191 or 14805170. OLE color: 14805170.
HSL color Cylindrical-coordinate representation of color #B2E8E1: hue angle of 172.22º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2E8E1 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 232 | 225 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.09 |
| HSL | 172.22º | 0.54% | 0.8% | - |
| HSV(B) | 172.22º | 0.23% | 0.91% | - |
| XYZ | 60.81 | 72.61 | 82.05 | - |
| YUV | 215.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 225 | 0.23 | 0 | 0.03 | 0.09 | 172.22 | 0.54 | 0.8 |
| Hex | B2 | E8 | E1 | 17 | 0 | 3 | 9 | AC | 36 | 50 |
| Octal | 262 | 350 | 341 | 27 | 0 | 3 | 11 | 254 | 66 | 120 |
| Binary | 10110010 | 11101000 | 11100001 | 10111 | 0 | 11 | 1001 | 10101100 | 110110 | 1010000 |
Color Harmonies of #B2E8E1
Complementary color
Monochromatic Colors of #B2E8E1
Black with #B2E8E1
Text Example
Text Example
White with #B2E8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E8E1; }
p { color: rgb(178,232,225); }
H1.HeaderClassName
{
color: #B2E8E1;
}
.AnyTagClassName
{
color: #B2E8E1;
}
</style>
background-color css
<style>
a { background-color: #B2E8E1; }
a { background-color: rgb(178,232,225); }
div.DivClassName
{
background-color: #B2E8E1;
}
.BgClassName
{
background-color: #B2E8E1;
}
</style>
border-color css
<style>
span { border-color: #B2E8E1; }
span { border-color: rgb(178,232,225); }
td.TdClassName
{
border-color: #B2E8E1;
}
.TagClassName
{
border-color: #B2E8E1;
}
</style>