Shades of Water Leaf #B4EAE2
Tints of Water Leaf #B4EAE2
RGB
CMYK
RGB Variations
Color information
#B4EAE2 (or 0xB4EAE2) is known color: Water Leaf. HEX triplet: B4, EA and E2. RGB value is (180,234,226). Sum of RGB (Red+Green+Blue) = 180+234+226=640 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.12% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAE2 is #4B151D. Grayscale: #D8D8D8. Windows color (decimal): -4920606 or 14871220. OLE color: 14871220.
HSL color Cylindrical-coordinate representation of color #B4EAE2: hue angle of 171.11º 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 #B4EAE2 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 226 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.08 |
| HSL | 171.11º | 0.56% | 0.81% | - |
| HSV(B) | 171.11º | 0.23% | 0.92% | - |
| XYZ | 61.97 | 74.04 | 82.98 | - |
| YUV | 216.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 226 | 0.23 | 0 | 0.03 | 0.08 | 171.11 | 0.56 | 0.81 |
| Hex | B4 | EA | E2 | 17 | 0 | 3 | 8 | AB | 38 | 51 |
| Octal | 264 | 352 | 342 | 27 | 0 | 3 | 10 | 253 | 70 | 121 |
| Binary | 10110100 | 11101010 | 11100010 | 10111 | 0 | 11 | 1000 | 10101011 | 111000 | 1010001 |
Color Harmonies of #B4EAE2
Complementary color
Monochromatic Colors of #B4EAE2
Black with #B4EAE2
Text Example
Text Example
White with #B4EAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EAE2; }
p { color: rgb(180,234,226); }
H1.HeaderClassName
{
color: #B4EAE2;
}
.AnyTagClassName
{
color: #B4EAE2;
}
</style>
background-color css
<style>
a { background-color: #B4EAE2; }
a { background-color: rgb(180,234,226); }
div.DivClassName
{
background-color: #B4EAE2;
}
.BgClassName
{
background-color: #B4EAE2;
}
</style>
border-color css
<style>
span { border-color: #B4EAE2; }
span { border-color: rgb(180,234,226); }
td.TdClassName
{
border-color: #B4EAE2;
}
.TagClassName
{
border-color: #B4EAE2;
}
</style>