Shades of Granny Apple #BAE7C6
Tints of Granny Apple #BAE7C6
RGB
CMYK
RGB Variations
Color information
#BAE7C6 (or 0xBAE7C6) is known color: Granny Apple. HEX triplet: BA, E7 and C6. RGB value is (186,231,198). Sum of RGB (Red+Green+Blue) = 186+231+198=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7C6 is #451839. Grayscale: #D5D5D5. Windows color (decimal): -4528186 or 13035450. OLE color: 13035450.
HSL color Cylindrical-coordinate representation of color #BAE7C6: hue angle of 136º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7C6 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 198 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.09 |
| HSL | 136º | 0.48% | 0.82% | - |
| HSV(B) | 136º | 0.19% | 0.91% | - |
| XYZ | 59.02 | 71.67 | 64.15 | - |
| YUV | 213.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 198 | 0.19 | 0 | 0.14 | 0.09 | 136 | 0.48 | 0.82 |
| Hex | BA | E7 | C6 | 13 | 0 | E | 9 | 88 | 30 | 52 |
| Octal | 272 | 347 | 306 | 23 | 0 | 16 | 11 | 210 | 60 | 122 |
| Binary | 10111010 | 11100111 | 11000110 | 10011 | 0 | 1110 | 1001 | 10001000 | 110000 | 1010010 |
Color Harmonies of #BAE7C6
Complementary color
Monochromatic Colors of #BAE7C6
Black with #BAE7C6
Text Example
Text Example
White with #BAE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE7C6; }
p { color: rgb(186,231,198); }
H1.HeaderClassName
{
color: #BAE7C6;
}
.AnyTagClassName
{
color: #BAE7C6;
}
</style>
background-color css
<style>
a { background-color: #BAE7C6; }
a { background-color: rgb(186,231,198); }
div.DivClassName
{
background-color: #BAE7C6;
}
.BgClassName
{
background-color: #BAE7C6;
}
</style>
border-color css
<style>
span { border-color: #BAE7C6; }
span { border-color: rgb(186,231,198); }
td.TdClassName
{
border-color: #BAE7C6;
}
.TagClassName
{
border-color: #BAE7C6;
}
</style>