Shades of Granny Apple #BAE7C5
Tints of Granny Apple #BAE7C5
RGB
CMYK
RGB Variations
Color information
#BAE7C5 (or 0xBAE7C5) is known color: Granny Apple. HEX triplet: BA, E7 and C5. RGB value is (186,231,197). Sum of RGB (Red+Green+Blue) = 186+231+197=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7C5 is #45183A. Grayscale: #D5D5D5. Windows color (decimal): -4528187 or 12969914. OLE color: 12969914.
HSL color Cylindrical-coordinate representation of color #BAE7C5: hue angle of 134.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7C5 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 197 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.09 |
| HSL | 134.67º | 0.48% | 0.82% | - |
| HSV(B) | 134.67º | 0.19% | 0.91% | - |
| XYZ | 58.9 | 71.62 | 63.54 | - |
| YUV | 213.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 197 | 0.19 | 0 | 0.15 | 0.09 | 134.67 | 0.48 | 0.82 |
| Hex | BA | E7 | C5 | 13 | 0 | F | 9 | 87 | 30 | 52 |
| Octal | 272 | 347 | 305 | 23 | 0 | 17 | 11 | 207 | 60 | 122 |
| Binary | 10111010 | 11100111 | 11000101 | 10011 | 0 | 1111 | 1001 | 10000111 | 110000 | 1010010 |
Color Harmonies of #BAE7C5
Complementary color
Monochromatic Colors of #BAE7C5
Black with #BAE7C5
Text Example
Text Example
White with #BAE7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE7C5; }
p { color: rgb(186,231,197); }
H1.HeaderClassName
{
color: #BAE7C5;
}
.AnyTagClassName
{
color: #BAE7C5;
}
</style>
background-color css
<style>
a { background-color: #BAE7C5; }
a { background-color: rgb(186,231,197); }
div.DivClassName
{
background-color: #BAE7C5;
}
.BgClassName
{
background-color: #BAE7C5;
}
</style>
border-color css
<style>
span { border-color: #BAE7C5; }
span { border-color: rgb(186,231,197); }
td.TdClassName
{
border-color: #BAE7C5;
}
.TagClassName
{
border-color: #BAE7C5;
}
</style>