Shades of Granny Apple #BAF7CE
Tints of Granny Apple #BAF7CE
RGB
CMYK
RGB Variations
Color information
#BAF7CE (or 0xBAF7CE) is known color: Granny Apple. HEX triplet: BA, F7 and CE. RGB value is (186,247,206). Sum of RGB (Red+Green+Blue) = 186+247+206=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF7CE is #450831. Grayscale: #E0E0E0. Windows color (decimal): -4524082 or 13563834. OLE color: 13563834.
HSL color Cylindrical-coordinate representation of color #BAF7CE: hue angle of 139.67º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7CE is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 206 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.03 |
| HSL | 139.67º | 0.79% | 0.85% | - |
| HSV(B) | 139.67º | 0.25% | 0.97% | - |
| XYZ | 64.65 | 81.42 | 70.7 | - |
| YUV | 224.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 206 | 0.25 | 0 | 0.17 | 0.03 | 139.67 | 0.79 | 0.85 |
| Hex | BA | F7 | CE | 19 | 0 | 11 | 3 | 8C | 4F | 55 |
| Octal | 272 | 367 | 316 | 31 | 0 | 21 | 3 | 214 | 117 | 125 |
| Binary | 10111010 | 11110111 | 11001110 | 11001 | 0 | 10001 | 11 | 10001100 | 1001111 | 1010101 |
Color Harmonies of #BAF7CE
Complementary color
Monochromatic Colors of #BAF7CE
Black with #BAF7CE
Text Example
Text Example
White with #BAF7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF7CE; }
p { color: rgb(186,247,206); }
H1.HeaderClassName
{
color: #BAF7CE;
}
.AnyTagClassName
{
color: #BAF7CE;
}
</style>
background-color css
<style>
a { background-color: #BAF7CE; }
a { background-color: rgb(186,247,206); }
div.DivClassName
{
background-color: #BAF7CE;
}
.BgClassName
{
background-color: #BAF7CE;
}
</style>
border-color css
<style>
span { border-color: #BAF7CE; }
span { border-color: rgb(186,247,206); }
td.TdClassName
{
border-color: #BAF7CE;
}
.TagClassName
{
border-color: #BAF7CE;
}
</style>