Shades of Water Leaf #B0EDE2
Tints of Water Leaf #B0EDE2
RGB
CMYK
RGB Variations
Color information
#B0EDE2 (or 0xB0EDE2) is known color: Water Leaf. HEX triplet: B0, ED and E2. RGB value is (176,237,226). Sum of RGB (Red+Green+Blue) = 176+237+226=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDE2 is #4F121D. Grayscale: #D9D9D9. Windows color (decimal): -5181982 or 14871984. OLE color: 14871984.
HSL color Cylindrical-coordinate representation of color #B0EDE2: hue angle of 169.18º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDE2 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 226 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.07 |
| HSL | 169.18º | 0.63% | 0.81% | - |
| HSV(B) | 169.18º | 0.26% | 0.93% | - |
| XYZ | 61.92 | 75.29 | 83.22 | - |
| YUV | 217.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 226 | 0.26 | 0 | 0.05 | 0.07 | 169.18 | 0.63 | 0.81 |
| Hex | B0 | ED | E2 | 1A | 0 | 5 | 7 | A9 | 3F | 51 |
| Octal | 260 | 355 | 342 | 32 | 0 | 5 | 7 | 251 | 77 | 121 |
| Binary | 10110000 | 11101101 | 11100010 | 11010 | 0 | 101 | 111 | 10101001 | 111111 | 1010001 |
Color Harmonies of #B0EDE2
Complementary color
Monochromatic Colors of #B0EDE2
Black with #B0EDE2
Text Example
Text Example
White with #B0EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDE2; }
p { color: rgb(176,237,226); }
H1.HeaderClassName
{
color: #B0EDE2;
}
.AnyTagClassName
{
color: #B0EDE2;
}
</style>
background-color css
<style>
a { background-color: #B0EDE2; }
a { background-color: rgb(176,237,226); }
div.DivClassName
{
background-color: #B0EDE2;
}
.BgClassName
{
background-color: #B0EDE2;
}
</style>
border-color css
<style>
span { border-color: #B0EDE2; }
span { border-color: rgb(176,237,226); }
td.TdClassName
{
border-color: #B0EDE2;
}
.TagClassName
{
border-color: #B0EDE2;
}
</style>