Shades of Granny Apple #BAFFC3
Tints of Granny Apple #BAFFC3
RGB
CMYK
RGB Variations
Color information
#BAFFC3 (or 0xBAFFC3) is known color: Granny Apple. HEX triplet: BA, FF and C3. RGB value is (186,255,195). Sum of RGB (Red+Green+Blue) = 186+255+195=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC3 is #45003C. Grayscale: #E3E3E3. Windows color (decimal): -4522045 or 12844986. OLE color: 12844986.
HSL color Cylindrical-coordinate representation of color #BAFFC3: hue angle of 127.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFC3 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 195 | - |
| CMYK | 0.27 | 0 | 0.24 | 0 |
| HSL | 127.83º | 1% | 0.86% | - |
| HSV(B) | 127.83º | 0.27% | 1% | - |
| XYZ | 65.86 | 85.9 | 64.74 | - |
| YUV | 227.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 195 | 0.27 | 0 | 0.24 | 0 | 127.83 | 1 | 0.86 |
| Hex | BA | FF | C3 | 1B | 0 | 18 | 0 | 80 | 64 | 56 |
| Octal | 272 | 377 | 303 | 33 | 0 | 30 | 0 | 200 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11000011 | 11011 | 0 | 11000 | 0 | 10000000 | 1100100 | 1010110 |
Color Harmonies of #BAFFC3
Complementary color
Monochromatic Colors of #BAFFC3
Black with #BAFFC3
Text Example
Text Example
White with #BAFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFC3; }
p { color: rgb(186,255,195); }
H1.HeaderClassName
{
color: #BAFFC3;
}
.AnyTagClassName
{
color: #BAFFC3;
}
</style>
background-color css
<style>
a { background-color: #BAFFC3; }
a { background-color: rgb(186,255,195); }
div.DivClassName
{
background-color: #BAFFC3;
}
.BgClassName
{
background-color: #BAFFC3;
}
</style>
border-color css
<style>
span { border-color: #BAFFC3; }
span { border-color: rgb(186,255,195); }
td.TdClassName
{
border-color: #BAFFC3;
}
.TagClassName
{
border-color: #BAFFC3;
}
</style>