Shades of Granny Apple #BAFFC7
Tints of Granny Apple #BAFFC7
RGB
CMYK
RGB Variations
Color information
#BAFFC7 (or 0xBAFFC7) is known color: Granny Apple. HEX triplet: BA, FF and C7. RGB value is (186,255,199). Sum of RGB (Red+Green+Blue) = 186+255+199=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC7 is #450038. Grayscale: #E4E4E4. Windows color (decimal): -4522041 or 13107130. OLE color: 13107130.
HSL color Cylindrical-coordinate representation of color #BAFFC7: hue angle of 131.3º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFC7 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 199 | - |
| CMYK | 0.27 | 0 | 0.22 | 0 |
| HSL | 131.3º | 1% | 0.86% | - |
| HSV(B) | 131.3º | 0.27% | 1% | - |
| XYZ | 66.32 | 86.08 | 67.15 | - |
| YUV | 227.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 199 | 0.27 | 0 | 0.22 | 0 | 131.3 | 1 | 0.86 |
| Hex | BA | FF | C7 | 1B | 0 | 16 | 0 | 83 | 64 | 56 |
| Octal | 272 | 377 | 307 | 33 | 0 | 26 | 0 | 203 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11000111 | 11011 | 0 | 10110 | 0 | 10000011 | 1100100 | 1010110 |
Color Harmonies of #BAFFC7
Complementary color
Monochromatic Colors of #BAFFC7
Black with #BAFFC7
Text Example
Text Example
White with #BAFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFC7; }
p { color: rgb(186,255,199); }
H1.HeaderClassName
{
color: #BAFFC7;
}
.AnyTagClassName
{
color: #BAFFC7;
}
</style>
background-color css
<style>
a { background-color: #BAFFC7; }
a { background-color: rgb(186,255,199); }
div.DivClassName
{
background-color: #BAFFC7;
}
.BgClassName
{
background-color: #BAFFC7;
}
</style>
border-color css
<style>
span { border-color: #BAFFC7; }
span { border-color: rgb(186,255,199); }
td.TdClassName
{
border-color: #BAFFC7;
}
.TagClassName
{
border-color: #BAFFC7;
}
</style>