Shades of Granny Apple #BAFBC8
Tints of Granny Apple #BAFBC8
RGB
CMYK
RGB Variations
Color information
#BAFBC8 (or 0xBAFBC8) is known color: Granny Apple. HEX triplet: BA, FB and C8. RGB value is (186,251,200). Sum of RGB (Red+Green+Blue) = 186+251+200=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBC8 is #450437. Grayscale: #E1E1E1. Windows color (decimal): -4523064 or 13171642. OLE color: 13171642.
HSL color Cylindrical-coordinate representation of color #BAFBC8: hue angle of 132.92º 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 #BAFBC8 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 200 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.02 |
| HSL | 132.92º | 0.89% | 0.86% | - |
| HSV(B) | 132.92º | 0.26% | 0.98% | - |
| XYZ | 65.17 | 83.6 | 67.35 | - |
| YUV | 225.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 200 | 0.26 | 0 | 0.20 | 0.02 | 132.92 | 0.89 | 0.86 |
| Hex | BA | FB | C8 | 1A | 0 | 14 | 2 | 85 | 59 | 56 |
| Octal | 272 | 373 | 310 | 32 | 0 | 24 | 2 | 205 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11001000 | 11010 | 0 | 10100 | 10 | 10000101 | 1011001 | 1010110 |
Color Harmonies of #BAFBC8
Complementary color
Monochromatic Colors of #BAFBC8
Black with #BAFBC8
Text Example
Text Example
White with #BAFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBC8; }
p { color: rgb(186,251,200); }
H1.HeaderClassName
{
color: #BAFBC8;
}
.AnyTagClassName
{
color: #BAFBC8;
}
</style>
background-color css
<style>
a { background-color: #BAFBC8; }
a { background-color: rgb(186,251,200); }
div.DivClassName
{
background-color: #BAFBC8;
}
.BgClassName
{
background-color: #BAFBC8;
}
</style>
border-color css
<style>
span { border-color: #BAFBC8; }
span { border-color: rgb(186,251,200); }
td.TdClassName
{
border-color: #BAFBC8;
}
.TagClassName
{
border-color: #BAFBC8;
}
</style>