Shades of Granny Apple #BAFBC2
Tints of Granny Apple #BAFBC2
RGB
CMYK
RGB Variations
Color information
#BAFBC2 (or 0xBAFBC2) is known color: Granny Apple. HEX triplet: BA, FB and C2. RGB value is (186,251,194). Sum of RGB (Red+Green+Blue) = 186+251+194=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBC2 is #45043D. Grayscale: #E1E1E1. Windows color (decimal): -4523070 or 12778426. OLE color: 12778426.
HSL color Cylindrical-coordinate representation of color #BAFBC2: hue angle of 127.38º 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 #BAFBC2 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 194 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.02 |
| HSL | 127.38º | 0.89% | 0.86% | - |
| HSV(B) | 127.38º | 0.26% | 0.98% | - |
| XYZ | 64.48 | 83.33 | 63.72 | - |
| YUV | 225.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 194 | 0.26 | 0 | 0.23 | 0.02 | 127.38 | 0.89 | 0.86 |
| Hex | BA | FB | C2 | 1A | 0 | 17 | 2 | 7F | 59 | 56 |
| Octal | 272 | 373 | 302 | 32 | 0 | 27 | 2 | 177 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11000010 | 11010 | 0 | 10111 | 10 | 1111111 | 1011001 | 1010110 |
Color Harmonies of #BAFBC2
Complementary color
Monochromatic Colors of #BAFBC2
Black with #BAFBC2
Text Example
Text Example
White with #BAFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBC2; }
p { color: rgb(186,251,194); }
H1.HeaderClassName
{
color: #BAFBC2;
}
.AnyTagClassName
{
color: #BAFBC2;
}
</style>
background-color css
<style>
a { background-color: #BAFBC2; }
a { background-color: rgb(186,251,194); }
div.DivClassName
{
background-color: #BAFBC2;
}
.BgClassName
{
background-color: #BAFBC2;
}
</style>
border-color css
<style>
span { border-color: #BAFBC2; }
span { border-color: rgb(186,251,194); }
td.TdClassName
{
border-color: #BAFBC2;
}
.TagClassName
{
border-color: #BAFBC2;
}
</style>