Shades of Water Leaf #B4EADA
Tints of Water Leaf #B4EADA
RGB
CMYK
RGB Variations
Color information
#B4EADA (or 0xB4EADA) is known color: Water Leaf. HEX triplet: B4, EA and DA. RGB value is (180,234,218). Sum of RGB (Red+Green+Blue) = 180+234+218=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EADA is #4B1525. Grayscale: #D8D8D8. Windows color (decimal): -4920614 or 14346932. OLE color: 14346932.
HSL color Cylindrical-coordinate representation of color #B4EADA: hue angle of 162.22º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EADA is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 218 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.08 |
| HSL | 162.22º | 0.56% | 0.81% | - |
| HSV(B) | 162.22º | 0.23% | 0.92% | - |
| XYZ | 60.9 | 73.61 | 77.33 | - |
| YUV | 216.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 218 | 0.23 | 0 | 0.07 | 0.08 | 162.22 | 0.56 | 0.81 |
| Hex | B4 | EA | DA | 17 | 0 | 7 | 8 | A2 | 38 | 51 |
| Octal | 264 | 352 | 332 | 27 | 0 | 7 | 10 | 242 | 70 | 121 |
| Binary | 10110100 | 11101010 | 11011010 | 10111 | 0 | 111 | 1000 | 10100010 | 111000 | 1010001 |
Color Harmonies of #B4EADA
Complementary color
Monochromatic Colors of #B4EADA
Black with #B4EADA
Text Example
Text Example
White with #B4EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EADA; }
p { color: rgb(180,234,218); }
H1.HeaderClassName
{
color: #B4EADA;
}
.AnyTagClassName
{
color: #B4EADA;
}
</style>
background-color css
<style>
a { background-color: #B4EADA; }
a { background-color: rgb(180,234,218); }
div.DivClassName
{
background-color: #B4EADA;
}
.BgClassName
{
background-color: #B4EADA;
}
</style>
border-color css
<style>
span { border-color: #B4EADA; }
span { border-color: rgb(180,234,218); }
td.TdClassName
{
border-color: #B4EADA;
}
.TagClassName
{
border-color: #B4EADA;
}
</style>