Shades of Granny Apple #BAE6C6
Tints of Granny Apple #BAE6C6
RGB
CMYK
RGB Variations
Color information
#BAE6C6 (or 0xBAE6C6) is known color: Granny Apple. HEX triplet: BA, E6 and C6. RGB value is (186,230,198). Sum of RGB (Red+Green+Blue) = 186+230+198=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6C6 is #451939. Grayscale: #D5D5D5. Windows color (decimal): -4528442 or 13035194. OLE color: 13035194.
HSL color Cylindrical-coordinate representation of color #BAE6C6: hue angle of 136.36º 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 #BAE6C6 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 198 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.10 |
| HSL | 136.36º | 0.47% | 0.82% | - |
| HSV(B) | 136.36º | 0.19% | 0.9% | - |
| XYZ | 58.74 | 71.11 | 64.06 | - |
| YUV | 213.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 198 | 0.19 | 0 | 0.14 | 0.10 | 136.36 | 0.47 | 0.82 |
| Hex | BA | E6 | C6 | 13 | 0 | E | A | 88 | 2F | 52 |
| Octal | 272 | 346 | 306 | 23 | 0 | 16 | 12 | 210 | 57 | 122 |
| Binary | 10111010 | 11100110 | 11000110 | 10011 | 0 | 1110 | 1010 | 10001000 | 101111 | 1010010 |
Color Harmonies of #BAE6C6
Complementary color
Monochromatic Colors of #BAE6C6
Black with #BAE6C6
Text Example
Text Example
White with #BAE6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6C6; }
p { color: rgb(186,230,198); }
H1.HeaderClassName
{
color: #BAE6C6;
}
.AnyTagClassName
{
color: #BAE6C6;
}
</style>
background-color css
<style>
a { background-color: #BAE6C6; }
a { background-color: rgb(186,230,198); }
div.DivClassName
{
background-color: #BAE6C6;
}
.BgClassName
{
background-color: #BAE6C6;
}
</style>
border-color css
<style>
span { border-color: #BAE6C6; }
span { border-color: rgb(186,230,198); }
td.TdClassName
{
border-color: #BAE6C6;
}
.TagClassName
{
border-color: #BAE6C6;
}
</style>