Shades of Water Leaf #BAEEDA
Tints of Water Leaf #BAEEDA
RGB
CMYK
RGB Variations
Color information
#BAEEDA (or 0xBAEEDA) is known color: Water Leaf. HEX triplet: BA, EE and DA. RGB value is (186,238,218). Sum of RGB (Red+Green+Blue) = 186+238+218=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEDA is #451125. Grayscale: #DCDCDC. Windows color (decimal): -4526374 or 14347962. OLE color: 14347962.
HSL color Cylindrical-coordinate representation of color #BAEEDA: hue angle of 156.92º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEEDA is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 218 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.07 |
| HSL | 156.92º | 0.6% | 0.83% | - |
| HSV(B) | 156.92º | 0.22% | 0.93% | - |
| XYZ | 63.48 | 76.65 | 77.78 | - |
| YUV | 220.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 218 | 0.22 | 0 | 0.08 | 0.07 | 156.92 | 0.6 | 0.83 |
| Hex | BA | EE | DA | 16 | 0 | 8 | 7 | 9D | 3C | 53 |
| Octal | 272 | 356 | 332 | 26 | 0 | 10 | 7 | 235 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11011010 | 10110 | 0 | 1000 | 111 | 10011101 | 111100 | 1010011 |
Color Harmonies of #BAEEDA
Complementary color
Monochromatic Colors of #BAEEDA
Black with #BAEEDA
Text Example
Text Example
White with #BAEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEDA; }
p { color: rgb(186,238,218); }
H1.HeaderClassName
{
color: #BAEEDA;
}
.AnyTagClassName
{
color: #BAEEDA;
}
</style>
background-color css
<style>
a { background-color: #BAEEDA; }
a { background-color: rgb(186,238,218); }
div.DivClassName
{
background-color: #BAEEDA;
}
.BgClassName
{
background-color: #BAEEDA;
}
</style>
border-color css
<style>
span { border-color: #BAEEDA; }
span { border-color: rgb(186,238,218); }
td.TdClassName
{
border-color: #BAEEDA;
}
.TagClassName
{
border-color: #BAEEDA;
}
</style>