Shades of Water Leaf #BAECDC
Tints of Water Leaf #BAECDC
RGB
CMYK
RGB Variations
Color information
#BAECDC (or 0xBAECDC) is known color: Water Leaf. HEX triplet: BA, EC and DC. RGB value is (186,236,220). Sum of RGB (Red+Green+Blue) = 186+236+220=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECDC is #451323. Grayscale: #DBDBDB. Windows color (decimal): -4526884 or 14478522. OLE color: 14478522.
HSL color Cylindrical-coordinate representation of color #BAECDC: hue angle of 160.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECDC is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 220 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.07 |
| HSL | 160.8º | 0.57% | 0.83% | - |
| HSV(B) | 160.8º | 0.21% | 0.93% | - |
| XYZ | 63.16 | 75.6 | 78.97 | - |
| YUV | 219.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 220 | 0.21 | 0 | 0.07 | 0.07 | 160.8 | 0.57 | 0.83 |
| Hex | BA | EC | DC | 15 | 0 | 7 | 7 | A1 | 39 | 53 |
| Octal | 272 | 354 | 334 | 25 | 0 | 7 | 7 | 241 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11011100 | 10101 | 0 | 111 | 111 | 10100001 | 111001 | 1010011 |
Color Harmonies of #BAECDC
Complementary color
Monochromatic Colors of #BAECDC
Black with #BAECDC
Text Example
Text Example
White with #BAECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECDC; }
p { color: rgb(186,236,220); }
H1.HeaderClassName
{
color: #BAECDC;
}
.AnyTagClassName
{
color: #BAECDC;
}
</style>
background-color css
<style>
a { background-color: #BAECDC; }
a { background-color: rgb(186,236,220); }
div.DivClassName
{
background-color: #BAECDC;
}
.BgClassName
{
background-color: #BAECDC;
}
</style>
border-color css
<style>
span { border-color: #BAECDC; }
span { border-color: rgb(186,236,220); }
td.TdClassName
{
border-color: #BAECDC;
}
.TagClassName
{
border-color: #BAECDC;
}
</style>