Shades of Water Leaf #BAECDF
Tints of Water Leaf #BAECDF
RGB
CMYK
RGB Variations
Color information
#BAECDF (or 0xBAECDF) is known color: Water Leaf. HEX triplet: BA, EC and DF. RGB value is (186,236,223). Sum of RGB (Red+Green+Blue) = 186+236+223=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECDF is #451320. Grayscale: #DBDBDB. Windows color (decimal): -4526881 or 14675130. OLE color: 14675130.
HSL color Cylindrical-coordinate representation of color #BAECDF: hue angle of 164.4º 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 #BAECDF is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 223 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.07 |
| HSL | 164.4º | 0.57% | 0.83% | - |
| HSV(B) | 164.4º | 0.21% | 0.93% | - |
| XYZ | 63.56 | 75.76 | 81.08 | - |
| YUV | 219.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 223 | 0.21 | 0 | 0.06 | 0.07 | 164.4 | 0.57 | 0.83 |
| Hex | BA | EC | DF | 15 | 0 | 6 | 7 | A4 | 39 | 53 |
| Octal | 272 | 354 | 337 | 25 | 0 | 6 | 7 | 244 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11011111 | 10101 | 0 | 110 | 111 | 10100100 | 111001 | 1010011 |
Color Harmonies of #BAECDF
Complementary color
Monochromatic Colors of #BAECDF
Black with #BAECDF
Text Example
Text Example
White with #BAECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECDF; }
p { color: rgb(186,236,223); }
H1.HeaderClassName
{
color: #BAECDF;
}
.AnyTagClassName
{
color: #BAECDF;
}
</style>
background-color css
<style>
a { background-color: #BAECDF; }
a { background-color: rgb(186,236,223); }
div.DivClassName
{
background-color: #BAECDF;
}
.BgClassName
{
background-color: #BAECDF;
}
</style>
border-color css
<style>
span { border-color: #BAECDF; }
span { border-color: rgb(186,236,223); }
td.TdClassName
{
border-color: #BAECDF;
}
.TagClassName
{
border-color: #BAECDF;
}
</style>