Shades of Granny Apple #BAECC7
Tints of Granny Apple #BAECC7
RGB
CMYK
RGB Variations
Color information
#BAECC7 (or 0xBAECC7) is known color: Granny Apple. HEX triplet: BA, EC and C7. RGB value is (186,236,199). Sum of RGB (Red+Green+Blue) = 186+236+199=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECC7 is #451338. Grayscale: #D8D8D8. Windows color (decimal): -4526905 or 13102266. OLE color: 13102266.
HSL color Cylindrical-coordinate representation of color #BAECC7: hue angle of 135.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECC7 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 199 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.07 |
| HSL | 135.6º | 0.57% | 0.83% | - |
| HSV(B) | 135.6º | 0.21% | 0.93% | - |
| XYZ | 60.55 | 74.55 | 65.23 | - |
| YUV | 216.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 199 | 0.21 | 0 | 0.16 | 0.07 | 135.6 | 0.57 | 0.83 |
| Hex | BA | EC | C7 | 15 | 0 | 10 | 7 | 88 | 39 | 53 |
| Octal | 272 | 354 | 307 | 25 | 0 | 20 | 7 | 210 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11000111 | 10101 | 0 | 10000 | 111 | 10001000 | 111001 | 1010011 |
Color Harmonies of #BAECC7
Complementary color
Monochromatic Colors of #BAECC7
Black with #BAECC7
Text Example
Text Example
White with #BAECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECC7; }
p { color: rgb(186,236,199); }
H1.HeaderClassName
{
color: #BAECC7;
}
.AnyTagClassName
{
color: #BAECC7;
}
</style>
background-color css
<style>
a { background-color: #BAECC7; }
a { background-color: rgb(186,236,199); }
div.DivClassName
{
background-color: #BAECC7;
}
.BgClassName
{
background-color: #BAECC7;
}
</style>
border-color css
<style>
span { border-color: #BAECC7; }
span { border-color: rgb(186,236,199); }
td.TdClassName
{
border-color: #BAECC7;
}
.TagClassName
{
border-color: #BAECC7;
}
</style>