Shades of Granny Apple #BAFEC2
Tints of Granny Apple #BAFEC2
RGB
CMYK
RGB Variations
Color information
#BAFEC2 (or 0xBAFEC2) is known color: Granny Apple. HEX triplet: BA, FE and C2. RGB value is (186,254,194). Sum of RGB (Red+Green+Blue) = 186+254+194=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEC2 is #45013D. Grayscale: #E2E2E2. Windows color (decimal): -4522302 or 12779194. OLE color: 12779194.
HSL color Cylindrical-coordinate representation of color #BAFEC2: hue angle of 127.06º 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 #BAFEC2 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 194 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.00 |
| HSL | 127.06º | 0.97% | 0.86% | - |
| HSV(B) | 127.06º | 0.27% | 1% | - |
| XYZ | 65.43 | 85.22 | 64.04 | - |
| YUV | 226.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 194 | 0.27 | 0 | 0.24 | 0.00 | 127.06 | 0.97 | 0.86 |
| Hex | BA | FE | C2 | 1B | 0 | 18 | 0 | 7F | 61 | 56 |
| Octal | 272 | 376 | 302 | 33 | 0 | 30 | 0 | 177 | 141 | 126 |
| Binary | 10111010 | 11111110 | 11000010 | 11011 | 0 | 11000 | 0 | 1111111 | 1100001 | 1010110 |
Color Harmonies of #BAFEC2
Complementary color
Monochromatic Colors of #BAFEC2
Black with #BAFEC2
Text Example
Text Example
White with #BAFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFEC2; }
p { color: rgb(186,254,194); }
H1.HeaderClassName
{
color: #BAFEC2;
}
.AnyTagClassName
{
color: #BAFEC2;
}
</style>
background-color css
<style>
a { background-color: #BAFEC2; }
a { background-color: rgb(186,254,194); }
div.DivClassName
{
background-color: #BAFEC2;
}
.BgClassName
{
background-color: #BAFEC2;
}
</style>
border-color css
<style>
span { border-color: #BAFEC2; }
span { border-color: rgb(186,254,194); }
td.TdClassName
{
border-color: #BAFEC2;
}
.TagClassName
{
border-color: #BAFEC2;
}
</style>