Shades of Granny Apple #BAFFC6
Tints of Granny Apple #BAFFC6
RGB
CMYK
RGB Variations
Color information
#BAFFC6 (or 0xBAFFC6) is known color: Granny Apple. HEX triplet: BA, FF and C6. RGB value is (186,255,198). Sum of RGB (Red+Green+Blue) = 186+255+198=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC6 is #450039. Grayscale: #E4E4E4. Windows color (decimal): -4522042 or 13041594. OLE color: 13041594.
HSL color Cylindrical-coordinate representation of color #BAFFC6: hue angle of 130.43º 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 #BAFFC6 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 198 | - |
| CMYK | 0.27 | 0 | 0.22 | 0 |
| HSL | 130.43º | 1% | 0.86% | - |
| HSV(B) | 130.43º | 0.27% | 1% | - |
| XYZ | 66.2 | 86.04 | 66.54 | - |
| YUV | 227.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 198 | 0.27 | 0 | 0.22 | 0 | 130.43 | 1 | 0.86 |
| Hex | BA | FF | C6 | 1B | 0 | 16 | 0 | 82 | 64 | 56 |
| Octal | 272 | 377 | 306 | 33 | 0 | 26 | 0 | 202 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11000110 | 11011 | 0 | 10110 | 0 | 10000010 | 1100100 | 1010110 |
Color Harmonies of #BAFFC6
Complementary color
Monochromatic Colors of #BAFFC6
Black with #BAFFC6
Text Example
Text Example
White with #BAFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFC6; }
p { color: rgb(186,255,198); }
H1.HeaderClassName
{
color: #BAFFC6;
}
.AnyTagClassName
{
color: #BAFFC6;
}
</style>
background-color css
<style>
a { background-color: #BAFFC6; }
a { background-color: rgb(186,255,198); }
div.DivClassName
{
background-color: #BAFFC6;
}
.BgClassName
{
background-color: #BAFFC6;
}
</style>
border-color css
<style>
span { border-color: #BAFFC6; }
span { border-color: rgb(186,255,198); }
td.TdClassName
{
border-color: #BAFFC6;
}
.TagClassName
{
border-color: #BAFFC6;
}
</style>