Shades of Water Leaf #BAECDD
Tints of Water Leaf #BAECDD
RGB
CMYK
RGB Variations
Color information
#BAECDD (or 0xBAECDD) is known color: Water Leaf. HEX triplet: BA, EC and DD. RGB value is (186,236,221). Sum of RGB (Red+Green+Blue) = 186+236+221=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECDD is #451322. Grayscale: #DBDBDB. Windows color (decimal): -4526883 or 14544058. OLE color: 14544058.
HSL color Cylindrical-coordinate representation of color #BAECDD: hue angle of 162º 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 #BAECDD is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 221 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.07 |
| HSL | 162º | 0.57% | 0.83% | - |
| HSV(B) | 162º | 0.21% | 0.93% | - |
| XYZ | 63.3 | 75.65 | 79.67 | - |
| YUV | 219.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 221 | 0.21 | 0 | 0.06 | 0.07 | 162 | 0.57 | 0.83 |
| Hex | BA | EC | DD | 15 | 0 | 6 | 7 | A2 | 39 | 53 |
| Octal | 272 | 354 | 335 | 25 | 0 | 6 | 7 | 242 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11011101 | 10101 | 0 | 110 | 111 | 10100010 | 111001 | 1010011 |
Color Harmonies of #BAECDD
Complementary color
Monochromatic Colors of #BAECDD
Black with #BAECDD
Text Example
Text Example
White with #BAECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECDD; }
p { color: rgb(186,236,221); }
H1.HeaderClassName
{
color: #BAECDD;
}
.AnyTagClassName
{
color: #BAECDD;
}
</style>
background-color css
<style>
a { background-color: #BAECDD; }
a { background-color: rgb(186,236,221); }
div.DivClassName
{
background-color: #BAECDD;
}
.BgClassName
{
background-color: #BAECDD;
}
</style>
border-color css
<style>
span { border-color: #BAECDD; }
span { border-color: rgb(186,236,221); }
td.TdClassName
{
border-color: #BAECDD;
}
.TagClassName
{
border-color: #BAECDD;
}
</style>