Shades of Water Leaf #BAECDB
Tints of Water Leaf #BAECDB
RGB
CMYK
RGB Variations
Color information
#BAECDB (or 0xBAECDB) is known color: Water Leaf. HEX triplet: BA, EC and DB. RGB value is (186,236,219). Sum of RGB (Red+Green+Blue) = 186+236+219=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECDB is #451324. Grayscale: #DBDBDB. Windows color (decimal): -4526885 or 14412986. OLE color: 14412986.
HSL color Cylindrical-coordinate representation of color #BAECDB: hue angle of 159.6º 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 #BAECDB is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 219 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.07 |
| HSL | 159.6º | 0.57% | 0.83% | - |
| HSV(B) | 159.6º | 0.21% | 0.93% | - |
| XYZ | 63.03 | 75.54 | 78.28 | - |
| YUV | 219.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 219 | 0.21 | 0 | 0.07 | 0.07 | 159.6 | 0.57 | 0.83 |
| Hex | BA | EC | DB | 15 | 0 | 7 | 7 | A0 | 39 | 53 |
| Octal | 272 | 354 | 333 | 25 | 0 | 7 | 7 | 240 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11011011 | 10101 | 0 | 111 | 111 | 10100000 | 111001 | 1010011 |
Color Harmonies of #BAECDB
Complementary color
Monochromatic Colors of #BAECDB
Black with #BAECDB
Text Example
Text Example
White with #BAECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECDB; }
p { color: rgb(186,236,219); }
H1.HeaderClassName
{
color: #BAECDB;
}
.AnyTagClassName
{
color: #BAECDB;
}
</style>
background-color css
<style>
a { background-color: #BAECDB; }
a { background-color: rgb(186,236,219); }
div.DivClassName
{
background-color: #BAECDB;
}
.BgClassName
{
background-color: #BAECDB;
}
</style>
border-color css
<style>
span { border-color: #BAECDB; }
span { border-color: rgb(186,236,219); }
td.TdClassName
{
border-color: #BAECDB;
}
.TagClassName
{
border-color: #BAECDB;
}
</style>