Shades of Granny Apple #BAE1C8
Tints of Granny Apple #BAE1C8
RGB
CMYK
RGB Variations
Color information
#BAE1C8 (or 0xBAE1C8) is known color: Granny Apple. HEX triplet: BA, E1 and C8. RGB value is (186,225,200). Sum of RGB (Red+Green+Blue) = 186+225+200=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1C8 is #451E37. Grayscale: #D2D2D2. Windows color (decimal): -4529720 or 13164986. OLE color: 13164986.
HSL color Cylindrical-coordinate representation of color #BAE1C8: hue angle of 141.54º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1C8 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 200 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.12 |
| HSL | 141.54º | 0.39% | 0.81% | - |
| HSV(B) | 141.54º | 0.17% | 0.88% | - |
| XYZ | 57.6 | 68.46 | 64.82 | - |
| YUV | 210.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 200 | 0.17 | 0 | 0.11 | 0.12 | 141.54 | 0.39 | 0.81 |
| Hex | BA | E1 | C8 | 11 | 0 | B | C | 8E | 27 | 51 |
| Octal | 272 | 341 | 310 | 21 | 0 | 13 | 14 | 216 | 47 | 121 |
| Binary | 10111010 | 11100001 | 11001000 | 10001 | 0 | 1011 | 1100 | 10001110 | 100111 | 1010001 |
Color Harmonies of #BAE1C8
Complementary color
Monochromatic Colors of #BAE1C8
Black with #BAE1C8
Text Example
Text Example
White with #BAE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1C8; }
p { color: rgb(186,225,200); }
H1.HeaderClassName
{
color: #BAE1C8;
}
.AnyTagClassName
{
color: #BAE1C8;
}
</style>
background-color css
<style>
a { background-color: #BAE1C8; }
a { background-color: rgb(186,225,200); }
div.DivClassName
{
background-color: #BAE1C8;
}
.BgClassName
{
background-color: #BAE1C8;
}
</style>
border-color css
<style>
span { border-color: #BAE1C8; }
span { border-color: rgb(186,225,200); }
td.TdClassName
{
border-color: #BAE1C8;
}
.TagClassName
{
border-color: #BAE1C8;
}
</style>