Shades of Granny Apple #BAE8C7
Tints of Granny Apple #BAE8C7
RGB
CMYK
RGB Variations
Color information
#BAE8C7 (or 0xBAE8C7) is known color: Granny Apple. HEX triplet: BA, E8 and C7. RGB value is (186,232,199). Sum of RGB (Red+Green+Blue) = 186+232+199=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8C7 is #451738. Grayscale: #D6D6D6. Windows color (decimal): -4527929 or 13101242. OLE color: 13101242.
HSL color Cylindrical-coordinate representation of color #BAE8C7: hue angle of 136.96º 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 #BAE8C7 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 199 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.09 |
| HSL | 136.96º | 0.5% | 0.82% | - |
| HSV(B) | 136.96º | 0.2% | 0.91% | - |
| XYZ | 59.42 | 72.28 | 64.85 | - |
| YUV | 214.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 199 | 0.20 | 0 | 0.14 | 0.09 | 136.96 | 0.5 | 0.82 |
| Hex | BA | E8 | C7 | 14 | 0 | E | 9 | 89 | 32 | 52 |
| Octal | 272 | 350 | 307 | 24 | 0 | 16 | 11 | 211 | 62 | 122 |
| Binary | 10111010 | 11101000 | 11000111 | 10100 | 0 | 1110 | 1001 | 10001001 | 110010 | 1010010 |
Color Harmonies of #BAE8C7
Complementary color
Monochromatic Colors of #BAE8C7
Black with #BAE8C7
Text Example
Text Example
White with #BAE8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8C7; }
p { color: rgb(186,232,199); }
H1.HeaderClassName
{
color: #BAE8C7;
}
.AnyTagClassName
{
color: #BAE8C7;
}
</style>
background-color css
<style>
a { background-color: #BAE8C7; }
a { background-color: rgb(186,232,199); }
div.DivClassName
{
background-color: #BAE8C7;
}
.BgClassName
{
background-color: #BAE8C7;
}
</style>
border-color css
<style>
span { border-color: #BAE8C7; }
span { border-color: rgb(186,232,199); }
td.TdClassName
{
border-color: #BAE8C7;
}
.TagClassName
{
border-color: #BAE8C7;
}
</style>