Shades of Granny Apple #BAF2C6
Tints of Granny Apple #BAF2C6
RGB
CMYK
RGB Variations
Color information
#BAF2C6 (or 0xBAF2C6) is known color: Granny Apple. HEX triplet: BA, F2 and C6. RGB value is (186,242,198). Sum of RGB (Red+Green+Blue) = 186+242+198=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2C6 is #450D39. Grayscale: #DCDCDC. Windows color (decimal): -4525370 or 13038266. OLE color: 13038266.
HSL color Cylindrical-coordinate representation of color #BAF2C6: hue angle of 132.86º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2C6 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 198 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.05 |
| HSL | 132.86º | 0.68% | 0.84% | - |
| HSV(B) | 132.86º | 0.23% | 0.95% | - |
| XYZ | 62.19 | 78.02 | 65.21 | - |
| YUV | 220.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 198 | 0.23 | 0 | 0.18 | 0.05 | 132.86 | 0.68 | 0.84 |
| Hex | BA | F2 | C6 | 17 | 0 | 12 | 5 | 85 | 44 | 54 |
| Octal | 272 | 362 | 306 | 27 | 0 | 22 | 5 | 205 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11000110 | 10111 | 0 | 10010 | 101 | 10000101 | 1000100 | 1010100 |
Color Harmonies of #BAF2C6
Complementary color
Monochromatic Colors of #BAF2C6
Black with #BAF2C6
Text Example
Text Example
White with #BAF2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2C6; }
p { color: rgb(186,242,198); }
H1.HeaderClassName
{
color: #BAF2C6;
}
.AnyTagClassName
{
color: #BAF2C6;
}
</style>
background-color css
<style>
a { background-color: #BAF2C6; }
a { background-color: rgb(186,242,198); }
div.DivClassName
{
background-color: #BAF2C6;
}
.BgClassName
{
background-color: #BAF2C6;
}
</style>
border-color css
<style>
span { border-color: #BAF2C6; }
span { border-color: rgb(186,242,198); }
td.TdClassName
{
border-color: #BAF2C6;
}
.TagClassName
{
border-color: #BAF2C6;
}
</style>