Shades of Granny Apple #BAF6C6
Tints of Granny Apple #BAF6C6
RGB
CMYK
RGB Variations
Color information
#BAF6C6 (or 0xBAF6C6) is known color: Granny Apple. HEX triplet: BA, F6 and C6. RGB value is (186,246,198). Sum of RGB (Red+Green+Blue) = 186+246+198=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 246 (96.48% from 255 or 39.05% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6C6 is #450939. Grayscale: #DEDEDE. Windows color (decimal): -4524346 or 13039290. OLE color: 13039290.
HSL color Cylindrical-coordinate representation of color #BAF6C6: hue angle of 132º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF6C6 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 198 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.04 |
| HSL | 132º | 0.77% | 0.85% | - |
| HSV(B) | 132º | 0.24% | 0.96% | - |
| XYZ | 63.4 | 80.43 | 65.61 | - |
| YUV | 222.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 198 | 0.24 | 0 | 0.20 | 0.04 | 132 | 0.77 | 0.85 |
| Hex | BA | F6 | C6 | 18 | 0 | 14 | 4 | 84 | 4D | 55 |
| Octal | 272 | 366 | 306 | 30 | 0 | 24 | 4 | 204 | 115 | 125 |
| Binary | 10111010 | 11110110 | 11000110 | 11000 | 0 | 10100 | 100 | 10000100 | 1001101 | 1010101 |
Color Harmonies of #BAF6C6
Complementary color
Monochromatic Colors of #BAF6C6
Black with #BAF6C6
Text Example
Text Example
White with #BAF6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF6C6; }
p { color: rgb(186,246,198); }
H1.HeaderClassName
{
color: #BAF6C6;
}
.AnyTagClassName
{
color: #BAF6C6;
}
</style>
background-color css
<style>
a { background-color: #BAF6C6; }
a { background-color: rgb(186,246,198); }
div.DivClassName
{
background-color: #BAF6C6;
}
.BgClassName
{
background-color: #BAF6C6;
}
</style>
border-color css
<style>
span { border-color: #BAF6C6; }
span { border-color: rgb(186,246,198); }
td.TdClassName
{
border-color: #BAF6C6;
}
.TagClassName
{
border-color: #BAF6C6;
}
</style>