Shades of Granny Apple #BAFAC6
Tints of Granny Apple #BAFAC6
RGB
CMYK
RGB Variations
Color information
#BAFAC6 (or 0xBAFAC6) is known color: Granny Apple. HEX triplet: BA, FA and C6. RGB value is (186,250,198). Sum of RGB (Red+Green+Blue) = 186+250+198=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAC6 is #450539. Grayscale: #E1E1E1. Windows color (decimal): -4523322 or 13040314. OLE color: 13040314.
HSL color Cylindrical-coordinate representation of color #BAFAC6: hue angle of 131.25º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFAC6 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 198 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.02 |
| HSL | 131.25º | 0.86% | 0.85% | - |
| HSV(B) | 131.25º | 0.26% | 0.98% | - |
| XYZ | 64.63 | 82.89 | 66.02 | - |
| YUV | 224.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 198 | 0.26 | 0 | 0.21 | 0.02 | 131.25 | 0.86 | 0.85 |
| Hex | BA | FA | C6 | 1A | 0 | 15 | 2 | 83 | 56 | 55 |
| Octal | 272 | 372 | 306 | 32 | 0 | 25 | 2 | 203 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11000110 | 11010 | 0 | 10101 | 10 | 10000011 | 1010110 | 1010101 |
Color Harmonies of #BAFAC6
Complementary color
Monochromatic Colors of #BAFAC6
Black with #BAFAC6
Text Example
Text Example
White with #BAFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAC6; }
p { color: rgb(186,250,198); }
H1.HeaderClassName
{
color: #BAFAC6;
}
.AnyTagClassName
{
color: #BAFAC6;
}
</style>
background-color css
<style>
a { background-color: #BAFAC6; }
a { background-color: rgb(186,250,198); }
div.DivClassName
{
background-color: #BAFAC6;
}
.BgClassName
{
background-color: #BAFAC6;
}
</style>
border-color css
<style>
span { border-color: #BAFAC6; }
span { border-color: rgb(186,250,198); }
td.TdClassName
{
border-color: #BAFAC6;
}
.TagClassName
{
border-color: #BAFAC6;
}
</style>