Shades of Water Leaf #B2FEE9
Tints of Water Leaf #B2FEE9
RGB
CMYK
RGB Variations
Color information
#B2FEE9 (or 0xB2FEE9) is known color: Water Leaf. HEX triplet: B2, FE and E9. RGB value is (178,254,233). Sum of RGB (Red+Green+Blue) = 178+254+233=665 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.77% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEE9 is #4D0116. Grayscale: #E4E4E4. Windows color (decimal): -5046551 or 15335090. OLE color: 15335090.
HSL color Cylindrical-coordinate representation of color #B2FEE9: hue angle of 163.42º 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 #B2FEE9 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 233 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.00 |
| HSL | 163.42º | 0.97% | 0.85% | - |
| HSV(B) | 163.42º | 0.3% | 1% | - |
| XYZ | 68.51 | 86.23 | 90.12 | - |
| YUV | 228.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 233 | 0.30 | 0 | 0.08 | 0.00 | 163.42 | 0.97 | 0.85 |
| Hex | B2 | FE | E9 | 1E | 0 | 8 | 0 | A3 | 61 | 55 |
| Octal | 262 | 376 | 351 | 36 | 0 | 10 | 0 | 243 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11101001 | 11110 | 0 | 1000 | 0 | 10100011 | 1100001 | 1010101 |
Color Harmonies of #B2FEE9
Complementary color
Monochromatic Colors of #B2FEE9
Black with #B2FEE9
Text Example
Text Example
White with #B2FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEE9; }
p { color: rgb(178,254,233); }
H1.HeaderClassName
{
color: #B2FEE9;
}
.AnyTagClassName
{
color: #B2FEE9;
}
</style>
background-color css
<style>
a { background-color: #B2FEE9; }
a { background-color: rgb(178,254,233); }
div.DivClassName
{
background-color: #B2FEE9;
}
.BgClassName
{
background-color: #B2FEE9;
}
</style>
border-color css
<style>
span { border-color: #B2FEE9; }
span { border-color: rgb(178,254,233); }
td.TdClassName
{
border-color: #B2FEE9;
}
.TagClassName
{
border-color: #B2FEE9;
}
</style>