Shades of Water Leaf #B0EDE1
Tints of Water Leaf #B0EDE1
RGB
CMYK
RGB Variations
Color information
#B0EDE1 (or 0xB0EDE1) is known color: Water Leaf. HEX triplet: B0, ED and E1. RGB value is (176,237,225). Sum of RGB (Red+Green+Blue) = 176+237+225=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDE1 is #4F121E. Grayscale: #D9D9D9. Windows color (decimal): -5181983 or 14806448. OLE color: 14806448.
HSL color Cylindrical-coordinate representation of color #B0EDE1: hue angle of 168.2º 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 #B0EDE1 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 225 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.07 |
| HSL | 168.2º | 0.63% | 0.81% | - |
| HSV(B) | 168.2º | 0.26% | 0.93% | - |
| XYZ | 61.78 | 75.23 | 82.5 | - |
| YUV | 217.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 225 | 0.26 | 0 | 0.05 | 0.07 | 168.2 | 0.63 | 0.81 |
| Hex | B0 | ED | E1 | 1A | 0 | 5 | 7 | A8 | 3F | 51 |
| Octal | 260 | 355 | 341 | 32 | 0 | 5 | 7 | 250 | 77 | 121 |
| Binary | 10110000 | 11101101 | 11100001 | 11010 | 0 | 101 | 111 | 10101000 | 111111 | 1010001 |
Color Harmonies of #B0EDE1
Complementary color
Monochromatic Colors of #B0EDE1
Black with #B0EDE1
Text Example
Text Example
White with #B0EDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDE1; }
p { color: rgb(176,237,225); }
H1.HeaderClassName
{
color: #B0EDE1;
}
.AnyTagClassName
{
color: #B0EDE1;
}
</style>
background-color css
<style>
a { background-color: #B0EDE1; }
a { background-color: rgb(176,237,225); }
div.DivClassName
{
background-color: #B0EDE1;
}
.BgClassName
{
background-color: #B0EDE1;
}
</style>
border-color css
<style>
span { border-color: #B0EDE1; }
span { border-color: rgb(176,237,225); }
td.TdClassName
{
border-color: #B0EDE1;
}
.TagClassName
{
border-color: #B0EDE1;
}
</style>