Shades of Granny Apple #BAF6CE
Tints of Granny Apple #BAF6CE
RGB
CMYK
RGB Variations
Color information
#BAF6CE (or 0xBAF6CE) is known color: Granny Apple. HEX triplet: BA, F6 and CE. RGB value is (186,246,206). Sum of RGB (Red+Green+Blue) = 186+246+206=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6CE is #450931. Grayscale: #DFDFDF. Windows color (decimal): -4524338 or 13563578. OLE color: 13563578.
HSL color Cylindrical-coordinate representation of color #BAF6CE: hue angle of 140º 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 #BAF6CE is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 206 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.04 |
| HSL | 140º | 0.77% | 0.85% | - |
| HSV(B) | 140º | 0.24% | 0.96% | - |
| XYZ | 64.35 | 80.81 | 70.6 | - |
| YUV | 223.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 206 | 0.24 | 0 | 0.16 | 0.04 | 140 | 0.77 | 0.85 |
| Hex | BA | F6 | CE | 18 | 0 | 10 | 4 | 8C | 4D | 55 |
| Octal | 272 | 366 | 316 | 30 | 0 | 20 | 4 | 214 | 115 | 125 |
| Binary | 10111010 | 11110110 | 11001110 | 11000 | 0 | 10000 | 100 | 10001100 | 1001101 | 1010101 |
Color Harmonies of #BAF6CE
Complementary color
Monochromatic Colors of #BAF6CE
Black with #BAF6CE
Text Example
Text Example
White with #BAF6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF6CE; }
p { color: rgb(186,246,206); }
H1.HeaderClassName
{
color: #BAF6CE;
}
.AnyTagClassName
{
color: #BAF6CE;
}
</style>
background-color css
<style>
a { background-color: #BAF6CE; }
a { background-color: rgb(186,246,206); }
div.DivClassName
{
background-color: #BAF6CE;
}
.BgClassName
{
background-color: #BAF6CE;
}
</style>
border-color css
<style>
span { border-color: #BAF6CE; }
span { border-color: rgb(186,246,206); }
td.TdClassName
{
border-color: #BAF6CE;
}
.TagClassName
{
border-color: #BAF6CE;
}
</style>