Shades of Granny Apple #BAE7C9
Tints of Granny Apple #BAE7C9
RGB
CMYK
RGB Variations
Color information
#BAE7C9 (or 0xBAE7C9) is known color: Granny Apple. HEX triplet: BA, E7 and C9. RGB value is (186,231,201). Sum of RGB (Red+Green+Blue) = 186+231+201=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7C9 is #451836. Grayscale: #D6D6D6. Windows color (decimal): -4528183 or 13232058. OLE color: 13232058.
HSL color Cylindrical-coordinate representation of color #BAE7C9: hue angle of 140º 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 #BAE7C9 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 201 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.09 |
| HSL | 140º | 0.48% | 0.82% | - |
| HSV(B) | 140º | 0.19% | 0.91% | - |
| XYZ | 59.37 | 71.81 | 65.99 | - |
| YUV | 214.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 201 | 0.19 | 0 | 0.13 | 0.09 | 140 | 0.48 | 0.82 |
| Hex | BA | E7 | C9 | 13 | 0 | D | 9 | 8C | 30 | 52 |
| Octal | 272 | 347 | 311 | 23 | 0 | 15 | 11 | 214 | 60 | 122 |
| Binary | 10111010 | 11100111 | 11001001 | 10011 | 0 | 1101 | 1001 | 10001100 | 110000 | 1010010 |
Color Harmonies of #BAE7C9
Complementary color
Monochromatic Colors of #BAE7C9
Black with #BAE7C9
Text Example
Text Example
White with #BAE7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE7C9; }
p { color: rgb(186,231,201); }
H1.HeaderClassName
{
color: #BAE7C9;
}
.AnyTagClassName
{
color: #BAE7C9;
}
</style>
background-color css
<style>
a { background-color: #BAE7C9; }
a { background-color: rgb(186,231,201); }
div.DivClassName
{
background-color: #BAE7C9;
}
.BgClassName
{
background-color: #BAE7C9;
}
</style>
border-color css
<style>
span { border-color: #BAE7C9; }
span { border-color: rgb(186,231,201); }
td.TdClassName
{
border-color: #BAE7C9;
}
.TagClassName
{
border-color: #BAE7C9;
}
</style>