Shades of Granny Apple #BAE8C9
Tints of Granny Apple #BAE8C9
RGB
CMYK
RGB Variations
Color information
#BAE8C9 (or 0xBAE8C9) is known color: Granny Apple. HEX triplet: BA, E8 and C9. RGB value is (186,232,201). Sum of RGB (Red+Green+Blue) = 186+232+201=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8C9 is #451736. Grayscale: #D6D6D6. Windows color (decimal): -4527927 or 13232314. OLE color: 13232314.
HSL color Cylindrical-coordinate representation of color #BAE8C9: hue angle of 139.57º degrees, saturation: 0.5, 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 #BAE8C9 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 201 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.09 |
| HSL | 139.57º | 0.5% | 0.82% | - |
| HSV(B) | 139.57º | 0.2% | 0.91% | - |
| XYZ | 59.65 | 72.37 | 66.08 | - |
| YUV | 214.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 201 | 0.20 | 0 | 0.13 | 0.09 | 139.57 | 0.5 | 0.82 |
| Hex | BA | E8 | C9 | 14 | 0 | D | 9 | 8C | 32 | 52 |
| Octal | 272 | 350 | 311 | 24 | 0 | 15 | 11 | 214 | 62 | 122 |
| Binary | 10111010 | 11101000 | 11001001 | 10100 | 0 | 1101 | 1001 | 10001100 | 110010 | 1010010 |
Color Harmonies of #BAE8C9
Complementary color
Monochromatic Colors of #BAE8C9
Black with #BAE8C9
Text Example
Text Example
White with #BAE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8C9; }
p { color: rgb(186,232,201); }
H1.HeaderClassName
{
color: #BAE8C9;
}
.AnyTagClassName
{
color: #BAE8C9;
}
</style>
background-color css
<style>
a { background-color: #BAE8C9; }
a { background-color: rgb(186,232,201); }
div.DivClassName
{
background-color: #BAE8C9;
}
.BgClassName
{
background-color: #BAE8C9;
}
</style>
border-color css
<style>
span { border-color: #BAE8C9; }
span { border-color: rgb(186,232,201); }
td.TdClassName
{
border-color: #BAE8C9;
}
.TagClassName
{
border-color: #BAE8C9;
}
</style>