Shades of Granny Apple #BAE4CA
Tints of Granny Apple #BAE4CA
RGB
CMYK
RGB Variations
Color information
#BAE4CA (or 0xBAE4CA) is known color: Granny Apple. HEX triplet: BA, E4 and CA. RGB value is (186,228,202). Sum of RGB (Red+Green+Blue) = 186+228+202=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4CA is #451B35. Grayscale: #D4D4D4. Windows color (decimal): -4528950 or 13296826. OLE color: 13296826.
HSL color Cylindrical-coordinate representation of color #BAE4CA: hue angle of 142.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE4CA is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 202 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.11 |
| HSL | 142.86º | 0.44% | 0.81% | - |
| HSV(B) | 142.86º | 0.18% | 0.89% | - |
| XYZ | 58.65 | 70.19 | 66.33 | - |
| YUV | 212.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 202 | 0.18 | 0 | 0.11 | 0.11 | 142.86 | 0.44 | 0.81 |
| Hex | BA | E4 | CA | 12 | 0 | B | B | 8F | 2C | 51 |
| Octal | 272 | 344 | 312 | 22 | 0 | 13 | 13 | 217 | 54 | 121 |
| Binary | 10111010 | 11100100 | 11001010 | 10010 | 0 | 1011 | 1011 | 10001111 | 101100 | 1010001 |
Color Harmonies of #BAE4CA
Complementary color
Monochromatic Colors of #BAE4CA
Black with #BAE4CA
Text Example
Text Example
White with #BAE4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE4CA; }
p { color: rgb(186,228,202); }
H1.HeaderClassName
{
color: #BAE4CA;
}
.AnyTagClassName
{
color: #BAE4CA;
}
</style>
background-color css
<style>
a { background-color: #BAE4CA; }
a { background-color: rgb(186,228,202); }
div.DivClassName
{
background-color: #BAE4CA;
}
.BgClassName
{
background-color: #BAE4CA;
}
</style>
border-color css
<style>
span { border-color: #BAE4CA; }
span { border-color: rgb(186,228,202); }
td.TdClassName
{
border-color: #BAE4CA;
}
.TagClassName
{
border-color: #BAE4CA;
}
</style>