Shades of Water Leaf #B0FAE2
Tints of Water Leaf #B0FAE2
RGB
CMYK
RGB Variations
Color information
#B0FAE2 (or 0xB0FAE2) is known color: Water Leaf. HEX triplet: B0, FA and E2. RGB value is (176,250,226). Sum of RGB (Red+Green+Blue) = 176+250+226=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FAE2 is #4F051D. Grayscale: #E1E1E1. Windows color (decimal): -5178654 or 14875312. OLE color: 14875312.
HSL color Cylindrical-coordinate representation of color #B0FAE2: hue angle of 160.54º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FAE2 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 226 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.02 |
| HSL | 160.54º | 0.88% | 0.84% | - |
| HSV(B) | 160.54º | 0.3% | 0.98% | - |
| XYZ | 65.82 | 83.09 | 84.52 | - |
| YUV | 225.14 | 128.48 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 226 | 0.30 | 0 | 0.10 | 0.02 | 160.54 | 0.88 | 0.84 |
| Hex | B0 | FA | E2 | 1E | 0 | A | 2 | A1 | 58 | 54 |
| Octal | 260 | 372 | 342 | 36 | 0 | 12 | 2 | 241 | 130 | 124 |
| Binary | 10110000 | 11111010 | 11100010 | 11110 | 0 | 1010 | 10 | 10100001 | 1011000 | 1010100 |
Color Harmonies of #B0FAE2
Complementary color
Monochromatic Colors of #B0FAE2
Black with #B0FAE2
Text Example
Text Example
White with #B0FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FAE2; }
p { color: rgb(176,250,226); }
H1.HeaderClassName
{
color: #B0FAE2;
}
.AnyTagClassName
{
color: #B0FAE2;
}
</style>
background-color css
<style>
a { background-color: #B0FAE2; }
a { background-color: rgb(176,250,226); }
div.DivClassName
{
background-color: #B0FAE2;
}
.BgClassName
{
background-color: #B0FAE2;
}
</style>
border-color css
<style>
span { border-color: #B0FAE2; }
span { border-color: rgb(176,250,226); }
td.TdClassName
{
border-color: #B0FAE2;
}
.TagClassName
{
border-color: #B0FAE2;
}
</style>