Shades of Granny Apple #BAEFC5
Tints of Granny Apple #BAEFC5
RGB
CMYK
RGB Variations
Color information
#BAEFC5 (or 0xBAEFC5) is known color: Granny Apple. HEX triplet: BA, EF and C5. RGB value is (186,239,197). Sum of RGB (Red+Green+Blue) = 186+239+197=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFC5 is #45103A. Grayscale: #DADADA. Windows color (decimal): -4526139 or 12971962. OLE color: 12971962.
HSL color Cylindrical-coordinate representation of color #BAEFC5: hue angle of 132.45º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFC5 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 197 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.06 |
| HSL | 132.45º | 0.62% | 0.83% | - |
| HSV(B) | 132.45º | 0.22% | 0.94% | - |
| XYZ | 61.19 | 76.2 | 64.31 | - |
| YUV | 218.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 197 | 0.22 | 0 | 0.18 | 0.06 | 132.45 | 0.62 | 0.83 |
| Hex | BA | EF | C5 | 16 | 0 | 12 | 6 | 84 | 3E | 53 |
| Octal | 272 | 357 | 305 | 26 | 0 | 22 | 6 | 204 | 76 | 123 |
| Binary | 10111010 | 11101111 | 11000101 | 10110 | 0 | 10010 | 110 | 10000100 | 111110 | 1010011 |
Color Harmonies of #BAEFC5
Complementary color
Monochromatic Colors of #BAEFC5
Black with #BAEFC5
Text Example
Text Example
White with #BAEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEFC5; }
p { color: rgb(186,239,197); }
H1.HeaderClassName
{
color: #BAEFC5;
}
.AnyTagClassName
{
color: #BAEFC5;
}
</style>
background-color css
<style>
a { background-color: #BAEFC5; }
a { background-color: rgb(186,239,197); }
div.DivClassName
{
background-color: #BAEFC5;
}
.BgClassName
{
background-color: #BAEFC5;
}
</style>
border-color css
<style>
span { border-color: #BAEFC5; }
span { border-color: rgb(186,239,197); }
td.TdClassName
{
border-color: #BAEFC5;
}
.TagClassName
{
border-color: #BAEFC5;
}
</style>