Shades of Granny Apple #BAE9C9
Tints of Granny Apple #BAE9C9
RGB
CMYK
RGB Variations
Color information
#BAE9C9 (or 0xBAE9C9) is known color: Granny Apple. HEX triplet: BA, E9 and C9. RGB value is (186,233,201). Sum of RGB (Red+Green+Blue) = 186+233+201=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9C9 is #451636. Grayscale: #D7D7D7. Windows color (decimal): -4527671 or 13232570. OLE color: 13232570.
HSL color Cylindrical-coordinate representation of color #BAE9C9: hue angle of 139.15º 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 #BAE9C9 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 201 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.09 |
| HSL | 139.15º | 0.52% | 0.82% | - |
| HSV(B) | 139.15º | 0.2% | 0.91% | - |
| XYZ | 59.93 | 72.93 | 66.18 | - |
| YUV | 215.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 201 | 0.20 | 0 | 0.14 | 0.09 | 139.15 | 0.52 | 0.82 |
| Hex | BA | E9 | C9 | 14 | 0 | E | 9 | 8B | 34 | 52 |
| Octal | 272 | 351 | 311 | 24 | 0 | 16 | 11 | 213 | 64 | 122 |
| Binary | 10111010 | 11101001 | 11001001 | 10100 | 0 | 1110 | 1001 | 10001011 | 110100 | 1010010 |
Color Harmonies of #BAE9C9
Complementary color
Monochromatic Colors of #BAE9C9
Black with #BAE9C9
Text Example
Text Example
White with #BAE9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9C9; }
p { color: rgb(186,233,201); }
H1.HeaderClassName
{
color: #BAE9C9;
}
.AnyTagClassName
{
color: #BAE9C9;
}
</style>
background-color css
<style>
a { background-color: #BAE9C9; }
a { background-color: rgb(186,233,201); }
div.DivClassName
{
background-color: #BAE9C9;
}
.BgClassName
{
background-color: #BAE9C9;
}
</style>
border-color css
<style>
span { border-color: #BAE9C9; }
span { border-color: rgb(186,233,201); }
td.TdClassName
{
border-color: #BAE9C9;
}
.TagClassName
{
border-color: #BAE9C9;
}
</style>