Shades of Granny Apple #BAFBC5
Tints of Granny Apple #BAFBC5
RGB
CMYK
RGB Variations
Color information
#BAFBC5 (or 0xBAFBC5) is known color: Granny Apple. HEX triplet: BA, FB and C5. RGB value is (186,251,197). Sum of RGB (Red+Green+Blue) = 186+251+197=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBC5 is #45043A. Grayscale: #E1E1E1. Windows color (decimal): -4523067 or 12975034. OLE color: 12975034.
HSL color Cylindrical-coordinate representation of color #BAFBC5: hue angle of 130.15º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBC5 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 197 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.02 |
| HSL | 130.15º | 0.89% | 0.86% | - |
| HSV(B) | 130.15º | 0.26% | 0.98% | - |
| XYZ | 64.82 | 83.46 | 65.52 | - |
| YUV | 225.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 197 | 0.26 | 0 | 0.22 | 0.02 | 130.15 | 0.89 | 0.86 |
| Hex | BA | FB | C5 | 1A | 0 | 16 | 2 | 82 | 59 | 56 |
| Octal | 272 | 373 | 305 | 32 | 0 | 26 | 2 | 202 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11000101 | 11010 | 0 | 10110 | 10 | 10000010 | 1011001 | 1010110 |
Color Harmonies of #BAFBC5
Complementary color
Monochromatic Colors of #BAFBC5
Black with #BAFBC5
Text Example
Text Example
White with #BAFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBC5; }
p { color: rgb(186,251,197); }
H1.HeaderClassName
{
color: #BAFBC5;
}
.AnyTagClassName
{
color: #BAFBC5;
}
</style>
background-color css
<style>
a { background-color: #BAFBC5; }
a { background-color: rgb(186,251,197); }
div.DivClassName
{
background-color: #BAFBC5;
}
.BgClassName
{
background-color: #BAFBC5;
}
</style>
border-color css
<style>
span { border-color: #BAFBC5; }
span { border-color: rgb(186,251,197); }
td.TdClassName
{
border-color: #BAFBC5;
}
.TagClassName
{
border-color: #BAFBC5;
}
</style>