Shades of Granny Apple #BAE6C7
Tints of Granny Apple #BAE6C7
RGB
CMYK
RGB Variations
Color information
#BAE6C7 (or 0xBAE6C7) is known color: Granny Apple. HEX triplet: BA, E6 and C7. RGB value is (186,230,199). Sum of RGB (Red+Green+Blue) = 186+230+199=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6C7 is #451938. Grayscale: #D5D5D5. Windows color (decimal): -4528441 or 13100730. OLE color: 13100730.
HSL color Cylindrical-coordinate representation of color #BAE6C7: hue angle of 137.73º 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 #BAE6C7 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 199 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.10 |
| HSL | 137.73º | 0.47% | 0.82% | - |
| HSV(B) | 137.73º | 0.19% | 0.9% | - |
| XYZ | 58.86 | 71.16 | 64.67 | - |
| YUV | 213.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 199 | 0.19 | 0 | 0.13 | 0.10 | 137.73 | 0.47 | 0.82 |
| Hex | BA | E6 | C7 | 13 | 0 | D | A | 8A | 2F | 52 |
| Octal | 272 | 346 | 307 | 23 | 0 | 15 | 12 | 212 | 57 | 122 |
| Binary | 10111010 | 11100110 | 11000111 | 10011 | 0 | 1101 | 1010 | 10001010 | 101111 | 1010010 |
Color Harmonies of #BAE6C7
Complementary color
Monochromatic Colors of #BAE6C7
Black with #BAE6C7
Text Example
Text Example
White with #BAE6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6C7; }
p { color: rgb(186,230,199); }
H1.HeaderClassName
{
color: #BAE6C7;
}
.AnyTagClassName
{
color: #BAE6C7;
}
</style>
background-color css
<style>
a { background-color: #BAE6C7; }
a { background-color: rgb(186,230,199); }
div.DivClassName
{
background-color: #BAE6C7;
}
.BgClassName
{
background-color: #BAE6C7;
}
</style>
border-color css
<style>
span { border-color: #BAE6C7; }
span { border-color: rgb(186,230,199); }
td.TdClassName
{
border-color: #BAE6C7;
}
.TagClassName
{
border-color: #BAE6C7;
}
</style>