Shades of Granny Apple #BAE8CA
Tints of Granny Apple #BAE8CA
RGB
CMYK
RGB Variations
Color information
#BAE8CA (or 0xBAE8CA) is known color: Granny Apple. HEX triplet: BA, E8 and CA. RGB value is (186,232,202). Sum of RGB (Red+Green+Blue) = 186+232+202=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8CA is #451735. Grayscale: #D6D6D6. Windows color (decimal): -4527926 or 13297850. OLE color: 13297850.
HSL color Cylindrical-coordinate representation of color #BAE8CA: hue angle of 140.87º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8CA is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 202 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.09 |
| HSL | 140.87º | 0.5% | 0.82% | - |
| HSV(B) | 140.87º | 0.2% | 0.91% | - |
| XYZ | 59.77 | 72.42 | 66.7 | - |
| YUV | 214.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 202 | 0.20 | 0 | 0.13 | 0.09 | 140.87 | 0.5 | 0.82 |
| Hex | BA | E8 | CA | 14 | 0 | D | 9 | 8D | 32 | 52 |
| Octal | 272 | 350 | 312 | 24 | 0 | 15 | 11 | 215 | 62 | 122 |
| Binary | 10111010 | 11101000 | 11001010 | 10100 | 0 | 1101 | 1001 | 10001101 | 110010 | 1010010 |
Color Harmonies of #BAE8CA
Complementary color
Monochromatic Colors of #BAE8CA
Black with #BAE8CA
Text Example
Text Example
White with #BAE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8CA; }
p { color: rgb(186,232,202); }
H1.HeaderClassName
{
color: #BAE8CA;
}
.AnyTagClassName
{
color: #BAE8CA;
}
</style>
background-color css
<style>
a { background-color: #BAE8CA; }
a { background-color: rgb(186,232,202); }
div.DivClassName
{
background-color: #BAE8CA;
}
.BgClassName
{
background-color: #BAE8CA;
}
</style>
border-color css
<style>
span { border-color: #BAE8CA; }
span { border-color: rgb(186,232,202); }
td.TdClassName
{
border-color: #BAE8CA;
}
.TagClassName
{
border-color: #BAE8CA;
}
</style>