Shades of Granny Apple #BAE6C9
Tints of Granny Apple #BAE6C9
RGB
CMYK
RGB Variations
Color information
#BAE6C9 (or 0xBAE6C9) is known color: Granny Apple. HEX triplet: BA, E6 and C9. RGB value is (186,230,201). Sum of RGB (Red+Green+Blue) = 186+230+201=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6C9 is #451936. Grayscale: #D5D5D5. Windows color (decimal): -4528439 or 13231802. OLE color: 13231802.
HSL color Cylindrical-coordinate representation of color #BAE6C9: hue angle of 140.45º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6C9 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 201 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.10 |
| HSL | 140.45º | 0.47% | 0.82% | - |
| HSV(B) | 140.45º | 0.19% | 0.9% | - |
| XYZ | 59.09 | 71.25 | 65.9 | - |
| YUV | 213.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 201 | 0.19 | 0 | 0.13 | 0.10 | 140.45 | 0.47 | 0.82 |
| Hex | BA | E6 | C9 | 13 | 0 | D | A | 8C | 2F | 52 |
| Octal | 272 | 346 | 311 | 23 | 0 | 15 | 12 | 214 | 57 | 122 |
| Binary | 10111010 | 11100110 | 11001001 | 10011 | 0 | 1101 | 1010 | 10001100 | 101111 | 1010010 |
Color Harmonies of #BAE6C9
Complementary color
Monochromatic Colors of #BAE6C9
Black with #BAE6C9
Text Example
Text Example
White with #BAE6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6C9; }
p { color: rgb(186,230,201); }
H1.HeaderClassName
{
color: #BAE6C9;
}
.AnyTagClassName
{
color: #BAE6C9;
}
</style>
background-color css
<style>
a { background-color: #BAE6C9; }
a { background-color: rgb(186,230,201); }
div.DivClassName
{
background-color: #BAE6C9;
}
.BgClassName
{
background-color: #BAE6C9;
}
</style>
border-color css
<style>
span { border-color: #BAE6C9; }
span { border-color: rgb(186,230,201); }
td.TdClassName
{
border-color: #BAE6C9;
}
.TagClassName
{
border-color: #BAE6C9;
}
</style>