Shades of Granny Apple #BAEECD
Tints of Granny Apple #BAEECD
RGB
CMYK
RGB Variations
Color information
#BAEECD (or 0xBAEECD) is known color: Granny Apple. HEX triplet: BA, EE and CD. RGB value is (186,238,205). Sum of RGB (Red+Green+Blue) = 186+238+205=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEECD is #451132. Grayscale: #DADADA. Windows color (decimal): -4526387 or 13495994. OLE color: 13495994.
HSL color Cylindrical-coordinate representation of color #BAEECD: hue angle of 141.92º 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 #BAEECD is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 205 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.07 |
| HSL | 141.92º | 0.6% | 0.83% | - |
| HSV(B) | 141.92º | 0.22% | 0.93% | - |
| XYZ | 61.84 | 76 | 69.17 | - |
| YUV | 218.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 205 | 0.22 | 0 | 0.14 | 0.07 | 141.92 | 0.6 | 0.83 |
| Hex | BA | EE | CD | 16 | 0 | E | 7 | 8E | 3C | 53 |
| Octal | 272 | 356 | 315 | 26 | 0 | 16 | 7 | 216 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11001101 | 10110 | 0 | 1110 | 111 | 10001110 | 111100 | 1010011 |
Color Harmonies of #BAEECD
Complementary color
Monochromatic Colors of #BAEECD
Black with #BAEECD
Text Example
Text Example
White with #BAEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEECD; }
p { color: rgb(186,238,205); }
H1.HeaderClassName
{
color: #BAEECD;
}
.AnyTagClassName
{
color: #BAEECD;
}
</style>
background-color css
<style>
a { background-color: #BAEECD; }
a { background-color: rgb(186,238,205); }
div.DivClassName
{
background-color: #BAEECD;
}
.BgClassName
{
background-color: #BAEECD;
}
</style>
border-color css
<style>
span { border-color: #BAEECD; }
span { border-color: rgb(186,238,205); }
td.TdClassName
{
border-color: #BAEECD;
}
.TagClassName
{
border-color: #BAEECD;
}
</style>