Shades of Granny Apple #BAFBC7
Tints of Granny Apple #BAFBC7
RGB
CMYK
RGB Variations
Color information
#BAFBC7 (or 0xBAFBC7) is known color: Granny Apple. HEX triplet: BA, FB and C7. RGB value is (186,251,199). Sum of RGB (Red+Green+Blue) = 186+251+199=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBC7 is #450438. Grayscale: #E1E1E1. Windows color (decimal): -4523065 or 13106106. OLE color: 13106106.
HSL color Cylindrical-coordinate representation of color #BAFBC7: hue angle of 132º 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 #BAFBC7 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 199 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.02 |
| HSL | 132º | 0.89% | 0.86% | - |
| HSV(B) | 132º | 0.26% | 0.98% | - |
| XYZ | 65.06 | 83.56 | 66.73 | - |
| YUV | 225.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 199 | 0.26 | 0 | 0.21 | 0.02 | 132 | 0.89 | 0.86 |
| Hex | BA | FB | C7 | 1A | 0 | 15 | 2 | 84 | 59 | 56 |
| Octal | 272 | 373 | 307 | 32 | 0 | 25 | 2 | 204 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11000111 | 11010 | 0 | 10101 | 10 | 10000100 | 1011001 | 1010110 |
Color Harmonies of #BAFBC7
Complementary color
Monochromatic Colors of #BAFBC7
Black with #BAFBC7
Text Example
Text Example
White with #BAFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBC7; }
p { color: rgb(186,251,199); }
H1.HeaderClassName
{
color: #BAFBC7;
}
.AnyTagClassName
{
color: #BAFBC7;
}
</style>
background-color css
<style>
a { background-color: #BAFBC7; }
a { background-color: rgb(186,251,199); }
div.DivClassName
{
background-color: #BAFBC7;
}
.BgClassName
{
background-color: #BAFBC7;
}
</style>
border-color css
<style>
span { border-color: #BAFBC7; }
span { border-color: rgb(186,251,199); }
td.TdClassName
{
border-color: #BAFBC7;
}
.TagClassName
{
border-color: #BAFBC7;
}
</style>