Shades of Water Leaf #BAEEDC
Tints of Water Leaf #BAEEDC
RGB
CMYK
RGB Variations
Color information
#BAEEDC (or 0xBAEEDC) is known color: Water Leaf. HEX triplet: BA, EE and DC. RGB value is (186,238,220). Sum of RGB (Red+Green+Blue) = 186+238+220=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEDC is #451123. Grayscale: #DCDCDC. Windows color (decimal): -4526372 or 14479034. OLE color: 14479034.
HSL color Cylindrical-coordinate representation of color #BAEEDC: hue angle of 159.23º 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 #BAEEDC is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 220 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.07 |
| HSL | 159.23º | 0.6% | 0.83% | - |
| HSV(B) | 159.23º | 0.22% | 0.93% | - |
| XYZ | 63.74 | 76.76 | 79.17 | - |
| YUV | 220.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 220 | 0.22 | 0 | 0.08 | 0.07 | 159.23 | 0.6 | 0.83 |
| Hex | BA | EE | DC | 16 | 0 | 8 | 7 | 9F | 3C | 53 |
| Octal | 272 | 356 | 334 | 26 | 0 | 10 | 7 | 237 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11011100 | 10110 | 0 | 1000 | 111 | 10011111 | 111100 | 1010011 |
Color Harmonies of #BAEEDC
Complementary color
Monochromatic Colors of #BAEEDC
Black with #BAEEDC
Text Example
Text Example
White with #BAEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEDC; }
p { color: rgb(186,238,220); }
H1.HeaderClassName
{
color: #BAEEDC;
}
.AnyTagClassName
{
color: #BAEEDC;
}
</style>
background-color css
<style>
a { background-color: #BAEEDC; }
a { background-color: rgb(186,238,220); }
div.DivClassName
{
background-color: #BAEEDC;
}
.BgClassName
{
background-color: #BAEEDC;
}
</style>
border-color css
<style>
span { border-color: #BAEEDC; }
span { border-color: rgb(186,238,220); }
td.TdClassName
{
border-color: #BAEEDC;
}
.TagClassName
{
border-color: #BAEEDC;
}
</style>