Shades of Granny Apple #BAE9C7
Tints of Granny Apple #BAE9C7
RGB
CMYK
RGB Variations
Color information
#BAE9C7 (or 0xBAE9C7) is known color: Granny Apple. HEX triplet: BA, E9 and C7. RGB value is (186,233,199). Sum of RGB (Red+Green+Blue) = 186+233+199=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9C7 is #451638. Grayscale: #D7D7D7. Windows color (decimal): -4527673 or 13101498. OLE color: 13101498.
HSL color Cylindrical-coordinate representation of color #BAE9C7: hue angle of 136.6º degrees, saturation: 0.52, 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 #BAE9C7 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 199 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.09 |
| HSL | 136.6º | 0.52% | 0.82% | - |
| HSV(B) | 136.6º | 0.2% | 0.91% | - |
| XYZ | 59.7 | 72.84 | 64.95 | - |
| YUV | 215.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 199 | 0.20 | 0 | 0.15 | 0.09 | 136.6 | 0.52 | 0.82 |
| Hex | BA | E9 | C7 | 14 | 0 | F | 9 | 89 | 34 | 52 |
| Octal | 272 | 351 | 307 | 24 | 0 | 17 | 11 | 211 | 64 | 122 |
| Binary | 10111010 | 11101001 | 11000111 | 10100 | 0 | 1111 | 1001 | 10001001 | 110100 | 1010010 |
Color Harmonies of #BAE9C7
Complementary color
Monochromatic Colors of #BAE9C7
Black with #BAE9C7
Text Example
Text Example
White with #BAE9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9C7; }
p { color: rgb(186,233,199); }
H1.HeaderClassName
{
color: #BAE9C7;
}
.AnyTagClassName
{
color: #BAE9C7;
}
</style>
background-color css
<style>
a { background-color: #BAE9C7; }
a { background-color: rgb(186,233,199); }
div.DivClassName
{
background-color: #BAE9C7;
}
.BgClassName
{
background-color: #BAE9C7;
}
</style>
border-color css
<style>
span { border-color: #BAE9C7; }
span { border-color: rgb(186,233,199); }
td.TdClassName
{
border-color: #BAE9C7;
}
.TagClassName
{
border-color: #BAE9C7;
}
</style>