Shades of Granny Apple #BAE7CA
Tints of Granny Apple #BAE7CA
RGB
CMYK
RGB Variations
Color information
#BAE7CA (or 0xBAE7CA) is known color: Granny Apple. HEX triplet: BA, E7 and CA. RGB value is (186,231,202). Sum of RGB (Red+Green+Blue) = 186+231+202=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7CA is #451835. Grayscale: #D6D6D6. Windows color (decimal): -4528182 or 13297594. OLE color: 13297594.
HSL color Cylindrical-coordinate representation of color #BAE7CA: hue angle of 141.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7CA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 202 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.09 |
| HSL | 141.33º | 0.48% | 0.82% | - |
| HSV(B) | 141.33º | 0.19% | 0.91% | - |
| XYZ | 59.49 | 71.86 | 66.61 | - |
| YUV | 214.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 202 | 0.19 | 0 | 0.13 | 0.09 | 141.33 | 0.48 | 0.82 |
| Hex | BA | E7 | CA | 13 | 0 | D | 9 | 8D | 30 | 52 |
| Octal | 272 | 347 | 312 | 23 | 0 | 15 | 11 | 215 | 60 | 122 |
| Binary | 10111010 | 11100111 | 11001010 | 10011 | 0 | 1101 | 1001 | 10001101 | 110000 | 1010010 |
Color Harmonies of #BAE7CA
Complementary color
Monochromatic Colors of #BAE7CA
Black with #BAE7CA
Text Example
Text Example
White with #BAE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE7CA; }
p { color: rgb(186,231,202); }
H1.HeaderClassName
{
color: #BAE7CA;
}
.AnyTagClassName
{
color: #BAE7CA;
}
</style>
background-color css
<style>
a { background-color: #BAE7CA; }
a { background-color: rgb(186,231,202); }
div.DivClassName
{
background-color: #BAE7CA;
}
.BgClassName
{
background-color: #BAE7CA;
}
</style>
border-color css
<style>
span { border-color: #BAE7CA; }
span { border-color: rgb(186,231,202); }
td.TdClassName
{
border-color: #BAE7CA;
}
.TagClassName
{
border-color: #BAE7CA;
}
</style>