Shades of Granny Apple #BAF2C5
Tints of Granny Apple #BAF2C5
RGB
CMYK
RGB Variations
Color information
#BAF2C5 (or 0xBAF2C5) is known color: Granny Apple. HEX triplet: BA, F2 and C5. RGB value is (186,242,197). Sum of RGB (Red+Green+Blue) = 186+242+197=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2C5 is #450D3A. Grayscale: #DCDCDC. Windows color (decimal): -4525371 or 12972730. OLE color: 12972730.
HSL color Cylindrical-coordinate representation of color #BAF2C5: hue angle of 131.79º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2C5 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 197 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.05 |
| HSL | 131.79º | 0.68% | 0.84% | - |
| HSV(B) | 131.79º | 0.23% | 0.95% | - |
| XYZ | 62.08 | 77.97 | 64.6 | - |
| YUV | 220.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 197 | 0.23 | 0 | 0.19 | 0.05 | 131.79 | 0.68 | 0.84 |
| Hex | BA | F2 | C5 | 17 | 0 | 13 | 5 | 84 | 44 | 54 |
| Octal | 272 | 362 | 305 | 27 | 0 | 23 | 5 | 204 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11000101 | 10111 | 0 | 10011 | 101 | 10000100 | 1000100 | 1010100 |
Color Harmonies of #BAF2C5
Complementary color
Monochromatic Colors of #BAF2C5
Black with #BAF2C5
Text Example
Text Example
White with #BAF2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2C5; }
p { color: rgb(186,242,197); }
H1.HeaderClassName
{
color: #BAF2C5;
}
.AnyTagClassName
{
color: #BAF2C5;
}
</style>
background-color css
<style>
a { background-color: #BAF2C5; }
a { background-color: rgb(186,242,197); }
div.DivClassName
{
background-color: #BAF2C5;
}
.BgClassName
{
background-color: #BAF2C5;
}
</style>
border-color css
<style>
span { border-color: #BAF2C5; }
span { border-color: rgb(186,242,197); }
td.TdClassName
{
border-color: #BAF2C5;
}
.TagClassName
{
border-color: #BAF2C5;
}
</style>