Shades of Granny Apple #BAE9C8
Tints of Granny Apple #BAE9C8
RGB
CMYK
RGB Variations
Color information
#BAE9C8 (or 0xBAE9C8) is known color: Granny Apple. HEX triplet: BA, E9 and C8. RGB value is (186,233,200). Sum of RGB (Red+Green+Blue) = 186+233+200=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9C8 is #451637. Grayscale: #D7D7D7. Windows color (decimal): -4527672 or 13167034. OLE color: 13167034.
HSL color Cylindrical-coordinate representation of color #BAE9C8: hue angle of 137.87º 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 #BAE9C8 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 200 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.09 |
| HSL | 137.87º | 0.52% | 0.82% | - |
| HSV(B) | 137.87º | 0.2% | 0.91% | - |
| XYZ | 59.81 | 72.89 | 65.56 | - |
| YUV | 215.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 200 | 0.20 | 0 | 0.14 | 0.09 | 137.87 | 0.52 | 0.82 |
| Hex | BA | E9 | C8 | 14 | 0 | E | 9 | 8A | 34 | 52 |
| Octal | 272 | 351 | 310 | 24 | 0 | 16 | 11 | 212 | 64 | 122 |
| Binary | 10111010 | 11101001 | 11001000 | 10100 | 0 | 1110 | 1001 | 10001010 | 110100 | 1010010 |
Color Harmonies of #BAE9C8
Complementary color
Monochromatic Colors of #BAE9C8
Black with #BAE9C8
Text Example
Text Example
White with #BAE9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9C8; }
p { color: rgb(186,233,200); }
H1.HeaderClassName
{
color: #BAE9C8;
}
.AnyTagClassName
{
color: #BAE9C8;
}
</style>
background-color css
<style>
a { background-color: #BAE9C8; }
a { background-color: rgb(186,233,200); }
div.DivClassName
{
background-color: #BAE9C8;
}
.BgClassName
{
background-color: #BAE9C8;
}
</style>
border-color css
<style>
span { border-color: #BAE9C8; }
span { border-color: rgb(186,233,200); }
td.TdClassName
{
border-color: #BAE9C8;
}
.TagClassName
{
border-color: #BAE9C8;
}
</style>