Shades of Water Leaf #B4EDDE
Tints of Water Leaf #B4EDDE
RGB
CMYK
RGB Variations
Color information
#B4EDDE (or 0xB4EDDE) is known color: Water Leaf. HEX triplet: B4, ED and DE. RGB value is (180,237,222). Sum of RGB (Red+Green+Blue) = 180+237+222=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDDE is #4B1221. Grayscale: #DADADA. Windows color (decimal): -4919842 or 14609844. OLE color: 14609844.
HSL color Cylindrical-coordinate representation of color #B4EDDE: hue angle of 164.21º 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 #B4EDDE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 237 | 222 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.07 |
| HSL | 164.21º | 0.61% | 0.82% | - |
| HSV(B) | 164.21º | 0.24% | 0.93% | - |
| XYZ | 62.29 | 75.55 | 80.41 | - |
| YUV | 218.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 237 | 222 | 0.24 | 0 | 0.06 | 0.07 | 164.21 | 0.61 | 0.82 |
| Hex | B4 | ED | DE | 18 | 0 | 6 | 7 | A4 | 3D | 52 |
| Octal | 264 | 355 | 336 | 30 | 0 | 6 | 7 | 244 | 75 | 122 |
| Binary | 10110100 | 11101101 | 11011110 | 11000 | 0 | 110 | 111 | 10100100 | 111101 | 1010010 |
Color Harmonies of #B4EDDE
Complementary color
Monochromatic Colors of #B4EDDE
Black with #B4EDDE
Text Example
Text Example
White with #B4EDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EDDE; }
p { color: rgb(180,237,222); }
H1.HeaderClassName
{
color: #B4EDDE;
}
.AnyTagClassName
{
color: #B4EDDE;
}
</style>
background-color css
<style>
a { background-color: #B4EDDE; }
a { background-color: rgb(180,237,222); }
div.DivClassName
{
background-color: #B4EDDE;
}
.BgClassName
{
background-color: #B4EDDE;
}
</style>
border-color css
<style>
span { border-color: #B4EDDE; }
span { border-color: rgb(180,237,222); }
td.TdClassName
{
border-color: #B4EDDE;
}
.TagClassName
{
border-color: #B4EDDE;
}
</style>