Shades of Granny Apple #BAECC5
Tints of Granny Apple #BAECC5
RGB
CMYK
RGB Variations
Color information
#BAECC5 (or 0xBAECC5) is known color: Granny Apple. HEX triplet: BA, EC and C5. RGB value is (186,236,197). Sum of RGB (Red+Green+Blue) = 186+236+197=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECC5 is #45133A. Grayscale: #D8D8D8. Windows color (decimal): -4526907 or 12971194. OLE color: 12971194.
HSL color Cylindrical-coordinate representation of color #BAECC5: hue angle of 133.2º 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 #BAECC5 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 197 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.07 |
| HSL | 133.2º | 0.57% | 0.83% | - |
| HSV(B) | 133.2º | 0.21% | 0.93% | - |
| XYZ | 60.32 | 74.46 | 64.02 | - |
| YUV | 216.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 197 | 0.21 | 0 | 0.17 | 0.07 | 133.2 | 0.57 | 0.83 |
| Hex | BA | EC | C5 | 15 | 0 | 11 | 7 | 85 | 39 | 53 |
| Octal | 272 | 354 | 305 | 25 | 0 | 21 | 7 | 205 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11000101 | 10101 | 0 | 10001 | 111 | 10000101 | 111001 | 1010011 |
Color Harmonies of #BAECC5
Complementary color
Monochromatic Colors of #BAECC5
Black with #BAECC5
Text Example
Text Example
White with #BAECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECC5; }
p { color: rgb(186,236,197); }
H1.HeaderClassName
{
color: #BAECC5;
}
.AnyTagClassName
{
color: #BAECC5;
}
</style>
background-color css
<style>
a { background-color: #BAECC5; }
a { background-color: rgb(186,236,197); }
div.DivClassName
{
background-color: #BAECC5;
}
.BgClassName
{
background-color: #BAECC5;
}
</style>
border-color css
<style>
span { border-color: #BAECC5; }
span { border-color: rgb(186,236,197); }
td.TdClassName
{
border-color: #BAECC5;
}
.TagClassName
{
border-color: #BAECC5;
}
</style>