Shades of Granny Apple #BAFAC8
Tints of Granny Apple #BAFAC8
RGB
CMYK
RGB Variations
Color information
#BAFAC8 (or 0xBAFAC8) is known color: Granny Apple. HEX triplet: BA, FA and C8. RGB value is (186,250,200). Sum of RGB (Red+Green+Blue) = 186+250+200=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAC8 is #450537. Grayscale: #E1E1E1. Windows color (decimal): -4523320 or 13171386. OLE color: 13171386.
HSL color Cylindrical-coordinate representation of color #BAFAC8: hue angle of 133.12º 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 #BAFAC8 is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 200 | - |
| CMYK | 0.26 | 0 | 0.2 | 0.02 |
| HSL | 133.13º | 0.86% | 0.85% | - |
| HSV(B) | 133.13º | 0.26% | 0.98% | - |
| XYZ | 64.86 | 82.98 | 67.24 | - |
| YUV | 225.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 200 | 0.26 | 0 | 0.2 | 0.02 | 133.13 | 0.86 | 0.85 |
| Hex | BA | FA | C8 | 1A | 0 | 14 | 2 | 85 | 56 | 55 |
| Octal | 272 | 372 | 310 | 32 | 0 | 24 | 2 | 205 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11001000 | 11010 | 0 | 10100 | 10 | 10000101 | 1010110 | 1010101 |
Color Harmonies of #BAFAC8
Complementary color
Monochromatic Colors of #BAFAC8
Black with #BAFAC8
Text Example
Text Example
White with #BAFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAC8; }
p { color: rgb(186,250,200); }
H1.HeaderClassName
{
color: #BAFAC8;
}
.AnyTagClassName
{
color: #BAFAC8;
}
</style>
background-color css
<style>
a { background-color: #BAFAC8; }
a { background-color: rgb(186,250,200); }
div.DivClassName
{
background-color: #BAFAC8;
}
.BgClassName
{
background-color: #BAFAC8;
}
</style>
border-color css
<style>
span { border-color: #BAFAC8; }
span { border-color: rgb(186,250,200); }
td.TdClassName
{
border-color: #BAFAC8;
}
.TagClassName
{
border-color: #BAFAC8;
}
</style>