Shades of Granny Apple #BAFEC9
Tints of Granny Apple #BAFEC9
RGB
CMYK
RGB Variations
Color information
#BAFEC9 (or 0xBAFEC9) is known color: Granny Apple. HEX triplet: BA, FE and C9. RGB value is (186,254,201). Sum of RGB (Red+Green+Blue) = 186+254+201=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEC9 is #450136. Grayscale: #E3E3E3. Windows color (decimal): -4522295 or 13237946. OLE color: 13237946.
HSL color Cylindrical-coordinate representation of color #BAFEC9: hue angle of 133.24º 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 #BAFEC9 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 201 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.00 |
| HSL | 133.24º | 0.97% | 0.86% | - |
| HSV(B) | 133.24º | 0.27% | 1% | - |
| XYZ | 66.23 | 85.54 | 68.28 | - |
| YUV | 227.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 201 | 0.27 | 0 | 0.21 | 0.00 | 133.24 | 0.97 | 0.86 |
| Hex | BA | FE | C9 | 1B | 0 | 15 | 0 | 85 | 61 | 56 |
| Octal | 272 | 376 | 311 | 33 | 0 | 25 | 0 | 205 | 141 | 126 |
| Binary | 10111010 | 11111110 | 11001001 | 11011 | 0 | 10101 | 0 | 10000101 | 1100001 | 1010110 |
Color Harmonies of #BAFEC9
Complementary color
Monochromatic Colors of #BAFEC9
Black with #BAFEC9
Text Example
Text Example
White with #BAFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFEC9; }
p { color: rgb(186,254,201); }
H1.HeaderClassName
{
color: #BAFEC9;
}
.AnyTagClassName
{
color: #BAFEC9;
}
</style>
background-color css
<style>
a { background-color: #BAFEC9; }
a { background-color: rgb(186,254,201); }
div.DivClassName
{
background-color: #BAFEC9;
}
.BgClassName
{
background-color: #BAFEC9;
}
</style>
border-color css
<style>
span { border-color: #BAFEC9; }
span { border-color: rgb(186,254,201); }
td.TdClassName
{
border-color: #BAFEC9;
}
.TagClassName
{
border-color: #BAFEC9;
}
</style>