Shades of Water Leaf #BAEEDF
Tints of Water Leaf #BAEEDF
RGB
CMYK
RGB Variations
Color information
#BAEEDF (or 0xBAEEDF) is known color: Water Leaf. HEX triplet: BA, EE and DF. RGB value is (186,238,223). Sum of RGB (Red+Green+Blue) = 186+238+223=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEDF is #451120. Grayscale: #DCDCDC. Windows color (decimal): -4526369 or 14675642. OLE color: 14675642.
HSL color Cylindrical-coordinate representation of color #BAEEDF: hue angle of 162.69º 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 #BAEEDF is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 223 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.07 |
| HSL | 162.69º | 0.6% | 0.83% | - |
| HSV(B) | 162.69º | 0.22% | 0.93% | - |
| XYZ | 64.14 | 76.92 | 81.28 | - |
| YUV | 220.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 223 | 0.22 | 0 | 0.06 | 0.07 | 162.69 | 0.6 | 0.83 |
| Hex | BA | EE | DF | 16 | 0 | 6 | 7 | A3 | 3C | 53 |
| Octal | 272 | 356 | 337 | 26 | 0 | 6 | 7 | 243 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11011111 | 10110 | 0 | 110 | 111 | 10100011 | 111100 | 1010011 |
Color Harmonies of #BAEEDF
Complementary color
Monochromatic Colors of #BAEEDF
Black with #BAEEDF
Text Example
Text Example
White with #BAEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEDF; }
p { color: rgb(186,238,223); }
H1.HeaderClassName
{
color: #BAEEDF;
}
.AnyTagClassName
{
color: #BAEEDF;
}
</style>
background-color css
<style>
a { background-color: #BAEEDF; }
a { background-color: rgb(186,238,223); }
div.DivClassName
{
background-color: #BAEEDF;
}
.BgClassName
{
background-color: #BAEEDF;
}
</style>
border-color css
<style>
span { border-color: #BAEEDF; }
span { border-color: rgb(186,238,223); }
td.TdClassName
{
border-color: #BAEEDF;
}
.TagClassName
{
border-color: #BAEEDF;
}
</style>