Shades of Granny Apple #BAF8CE
Tints of Granny Apple #BAF8CE
RGB
CMYK
RGB Variations
Color information
#BAF8CE (or 0xBAF8CE) is known color: Granny Apple. HEX triplet: BA, F8 and CE. RGB value is (186,248,206). Sum of RGB (Red+Green+Blue) = 186+248+206=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8CE is #450731. Grayscale: #E0E0E0. Windows color (decimal): -4523826 or 13564090. OLE color: 13564090.
HSL color Cylindrical-coordinate representation of color #BAF8CE: hue angle of 139.35º degrees, saturation: 0.82, 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 #BAF8CE is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 206 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.03 |
| HSL | 139.35º | 0.82% | 0.85% | - |
| HSV(B) | 139.35º | 0.25% | 0.97% | - |
| XYZ | 64.96 | 82.03 | 70.8 | - |
| YUV | 224.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 206 | 0.25 | 0 | 0.17 | 0.03 | 139.35 | 0.82 | 0.85 |
| Hex | BA | F8 | CE | 19 | 0 | 11 | 3 | 8B | 52 | 55 |
| Octal | 272 | 370 | 316 | 31 | 0 | 21 | 3 | 213 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11001110 | 11001 | 0 | 10001 | 11 | 10001011 | 1010010 | 1010101 |
Color Harmonies of #BAF8CE
Complementary color
Monochromatic Colors of #BAF8CE
Black with #BAF8CE
Text Example
Text Example
White with #BAF8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8CE; }
p { color: rgb(186,248,206); }
H1.HeaderClassName
{
color: #BAF8CE;
}
.AnyTagClassName
{
color: #BAF8CE;
}
</style>
background-color css
<style>
a { background-color: #BAF8CE; }
a { background-color: rgb(186,248,206); }
div.DivClassName
{
background-color: #BAF8CE;
}
.BgClassName
{
background-color: #BAF8CE;
}
</style>
border-color css
<style>
span { border-color: #BAF8CE; }
span { border-color: rgb(186,248,206); }
td.TdClassName
{
border-color: #BAF8CE;
}
.TagClassName
{
border-color: #BAF8CE;
}
</style>