Shades of Granny Apple #BAE5CA
Tints of Granny Apple #BAE5CA
RGB
CMYK
RGB Variations
Color information
#BAE5CA (or 0xBAE5CA) is known color: Granny Apple. HEX triplet: BA, E5 and CA. RGB value is (186,229,202). Sum of RGB (Red+Green+Blue) = 186+229+202=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5CA is #451A35. Grayscale: #D5D5D5. Windows color (decimal): -4528694 or 13297082. OLE color: 13297082.
HSL color Cylindrical-coordinate representation of color #BAE5CA: hue angle of 142.33º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5CA is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 202 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.10 |
| HSL | 142.33º | 0.45% | 0.81% | - |
| HSV(B) | 142.33º | 0.19% | 0.9% | - |
| XYZ | 58.93 | 70.74 | 66.43 | - |
| YUV | 213.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 202 | 0.19 | 0 | 0.12 | 0.10 | 142.33 | 0.45 | 0.81 |
| Hex | BA | E5 | CA | 13 | 0 | C | A | 8E | 2D | 51 |
| Octal | 272 | 345 | 312 | 23 | 0 | 14 | 12 | 216 | 55 | 121 |
| Binary | 10111010 | 11100101 | 11001010 | 10011 | 0 | 1100 | 1010 | 10001110 | 101101 | 1010001 |
Color Harmonies of #BAE5CA
Complementary color
Monochromatic Colors of #BAE5CA
Black with #BAE5CA
Text Example
Text Example
White with #BAE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5CA; }
p { color: rgb(186,229,202); }
H1.HeaderClassName
{
color: #BAE5CA;
}
.AnyTagClassName
{
color: #BAE5CA;
}
</style>
background-color css
<style>
a { background-color: #BAE5CA; }
a { background-color: rgb(186,229,202); }
div.DivClassName
{
background-color: #BAE5CA;
}
.BgClassName
{
background-color: #BAE5CA;
}
</style>
border-color css
<style>
span { border-color: #BAE5CA; }
span { border-color: rgb(186,229,202); }
td.TdClassName
{
border-color: #BAE5CA;
}
.TagClassName
{
border-color: #BAE5CA;
}
</style>