Shades of Granny Apple #BAFEC1
Tints of Granny Apple #BAFEC1
RGB
CMYK
RGB Variations
Color information
#BAFEC1 (or 0xBAFEC1) is known color: Granny Apple. HEX triplet: BA, FE and C1. RGB value is (186,254,193). Sum of RGB (Red+Green+Blue) = 186+254+193=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEC1 is #45013E. Grayscale: #E2E2E2. Windows color (decimal): -4522303 or 12713658. OLE color: 12713658.
HSL color Cylindrical-coordinate representation of color #BAFEC1: hue angle of 126.18º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEC1 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 193 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.00 |
| HSL | 126.18º | 0.97% | 0.86% | - |
| HSV(B) | 126.18º | 0.27% | 1% | - |
| XYZ | 65.32 | 85.17 | 63.45 | - |
| YUV | 226.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 193 | 0.27 | 0 | 0.24 | 0.00 | 126.18 | 0.97 | 0.86 |
| Hex | BA | FE | C1 | 1B | 0 | 18 | 0 | 7E | 61 | 56 |
| Octal | 272 | 376 | 301 | 33 | 0 | 30 | 0 | 176 | 141 | 126 |
| Binary | 10111010 | 11111110 | 11000001 | 11011 | 0 | 11000 | 0 | 1111110 | 1100001 | 1010110 |
Color Harmonies of #BAFEC1
Complementary color
Monochromatic Colors of #BAFEC1
Black with #BAFEC1
Text Example
Text Example
White with #BAFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFEC1; }
p { color: rgb(186,254,193); }
H1.HeaderClassName
{
color: #BAFEC1;
}
.AnyTagClassName
{
color: #BAFEC1;
}
</style>
background-color css
<style>
a { background-color: #BAFEC1; }
a { background-color: rgb(186,254,193); }
div.DivClassName
{
background-color: #BAFEC1;
}
.BgClassName
{
background-color: #BAFEC1;
}
</style>
border-color css
<style>
span { border-color: #BAFEC1; }
span { border-color: rgb(186,254,193); }
td.TdClassName
{
border-color: #BAFEC1;
}
.TagClassName
{
border-color: #BAFEC1;
}
</style>