Shades of Water Leaf #B5EDE1
Tints of Water Leaf #B5EDE1
RGB
CMYK
RGB Variations
Color information
#B5EDE1 (or 0xB5EDE1) is known color: Water Leaf. HEX triplet: B5, ED and E1. RGB value is (181,237,225). Sum of RGB (Red+Green+Blue) = 181+237+225=643 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.15% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDE1 is #4A121E. Grayscale: #DADADA. Windows color (decimal): -4854303 or 14806453. OLE color: 14806453.
HSL color Cylindrical-coordinate representation of color #B5EDE1: hue angle of 167.14º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDE1 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 225 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.07 |
| HSL | 167.14º | 0.61% | 0.82% | - |
| HSV(B) | 167.14º | 0.24% | 0.93% | - |
| XYZ | 62.93 | 75.83 | 82.55 | - |
| YUV | 218.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 225 | 0.24 | 0 | 0.05 | 0.07 | 167.14 | 0.61 | 0.82 |
| Hex | B5 | ED | E1 | 18 | 0 | 5 | 7 | A7 | 3D | 52 |
| Octal | 265 | 355 | 341 | 30 | 0 | 5 | 7 | 247 | 75 | 122 |
| Binary | 10110101 | 11101101 | 11100001 | 11000 | 0 | 101 | 111 | 10100111 | 111101 | 1010010 |
Color Harmonies of #B5EDE1
Complementary color
Monochromatic Colors of #B5EDE1
Black with #B5EDE1
Text Example
Text Example
White with #B5EDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDE1; }
p { color: rgb(181,237,225); }
H1.HeaderClassName
{
color: #B5EDE1;
}
.AnyTagClassName
{
color: #B5EDE1;
}
</style>
background-color css
<style>
a { background-color: #B5EDE1; }
a { background-color: rgb(181,237,225); }
div.DivClassName
{
background-color: #B5EDE1;
}
.BgClassName
{
background-color: #B5EDE1;
}
</style>
border-color css
<style>
span { border-color: #B5EDE1; }
span { border-color: rgb(181,237,225); }
td.TdClassName
{
border-color: #B5EDE1;
}
.TagClassName
{
border-color: #B5EDE1;
}
</style>