Shades of Water Leaf #BAEAE1
Tints of Water Leaf #BAEAE1
RGB
CMYK
RGB Variations
Color information
#BAEAE1 (or 0xBAEAE1) is known color: Water Leaf. HEX triplet: BA, EA and E1. RGB value is (186,234,225). Sum of RGB (Red+Green+Blue) = 186+234+225=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAE1 is #45151E. Grayscale: #DADADA. Windows color (decimal): -4527391 or 14805690. OLE color: 14805690.
HSL color Cylindrical-coordinate representation of color #BAEAE1: hue angle of 168.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAE1 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 225 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.08 |
| HSL | 168.75º | 0.53% | 0.82% | - |
| HSV(B) | 168.75º | 0.21% | 0.92% | - |
| XYZ | 63.26 | 74.72 | 82.32 | - |
| YUV | 218.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 225 | 0.21 | 0 | 0.04 | 0.08 | 168.75 | 0.53 | 0.82 |
| Hex | BA | EA | E1 | 15 | 0 | 4 | 8 | A9 | 35 | 52 |
| Octal | 272 | 352 | 341 | 25 | 0 | 4 | 10 | 251 | 65 | 122 |
| Binary | 10111010 | 11101010 | 11100001 | 10101 | 0 | 100 | 1000 | 10101001 | 110101 | 1010010 |
Color Harmonies of #BAEAE1
Complementary color
Monochromatic Colors of #BAEAE1
Black with #BAEAE1
Text Example
Text Example
White with #BAEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAE1; }
p { color: rgb(186,234,225); }
H1.HeaderClassName
{
color: #BAEAE1;
}
.AnyTagClassName
{
color: #BAEAE1;
}
</style>
background-color css
<style>
a { background-color: #BAEAE1; }
a { background-color: rgb(186,234,225); }
div.DivClassName
{
background-color: #BAEAE1;
}
.BgClassName
{
background-color: #BAEAE1;
}
</style>
border-color css
<style>
span { border-color: #BAEAE1; }
span { border-color: rgb(186,234,225); }
td.TdClassName
{
border-color: #BAEAE1;
}
.TagClassName
{
border-color: #BAEAE1;
}
</style>