Shades of Granny Apple #BAFAC5
Tints of Granny Apple #BAFAC5
RGB
CMYK
RGB Variations
Color information
#BAFAC5 (or 0xBAFAC5) is known color: Granny Apple. HEX triplet: BA, FA and C5. RGB value is (186,250,197). Sum of RGB (Red+Green+Blue) = 186+250+197=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAC5 is #45053A. Grayscale: #E0E0E0. Windows color (decimal): -4523323 or 12974778. OLE color: 12974778.
HSL color Cylindrical-coordinate representation of color #BAFAC5: hue angle of 130.31º 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 #BAFAC5 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 197 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.02 |
| HSL | 130.31º | 0.86% | 0.85% | - |
| HSV(B) | 130.31º | 0.26% | 0.98% | - |
| XYZ | 64.51 | 82.84 | 65.41 | - |
| YUV | 224.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 197 | 0.26 | 0 | 0.21 | 0.02 | 130.31 | 0.86 | 0.85 |
| Hex | BA | FA | C5 | 1A | 0 | 15 | 2 | 82 | 56 | 55 |
| Octal | 272 | 372 | 305 | 32 | 0 | 25 | 2 | 202 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11000101 | 11010 | 0 | 10101 | 10 | 10000010 | 1010110 | 1010101 |
Color Harmonies of #BAFAC5
Complementary color
Monochromatic Colors of #BAFAC5
Black with #BAFAC5
Text Example
Text Example
White with #BAFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAC5; }
p { color: rgb(186,250,197); }
H1.HeaderClassName
{
color: #BAFAC5;
}
.AnyTagClassName
{
color: #BAFAC5;
}
</style>
background-color css
<style>
a { background-color: #BAFAC5; }
a { background-color: rgb(186,250,197); }
div.DivClassName
{
background-color: #BAFAC5;
}
.BgClassName
{
background-color: #BAFAC5;
}
</style>
border-color css
<style>
span { border-color: #BAFAC5; }
span { border-color: rgb(186,250,197); }
td.TdClassName
{
border-color: #BAFAC5;
}
.TagClassName
{
border-color: #BAFAC5;
}
</style>