Shades of Granny Apple #BAF8D0
Tints of Granny Apple #BAF8D0
RGB
CMYK
RGB Variations
Color information
#BAF8D0 (or 0xBAF8D0) is known color: Granny Apple. HEX triplet: BA, F8 and D0. RGB value is (186,248,208). Sum of RGB (Red+Green+Blue) = 186+248+208=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8D0 is #45072F. Grayscale: #E1E1E1. Windows color (decimal): -4523824 or 13695162. OLE color: 13695162.
HSL color Cylindrical-coordinate representation of color #BAF8D0: hue angle of 141.29º 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 #BAF8D0 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 208 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.03 |
| HSL | 141.29º | 0.82% | 0.85% | - |
| HSV(B) | 141.29º | 0.25% | 0.97% | - |
| XYZ | 65.2 | 82.13 | 72.09 | - |
| YUV | 224.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 208 | 0.25 | 0 | 0.16 | 0.03 | 141.29 | 0.82 | 0.85 |
| Hex | BA | F8 | D0 | 19 | 0 | 10 | 3 | 8D | 52 | 55 |
| Octal | 272 | 370 | 320 | 31 | 0 | 20 | 3 | 215 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11010000 | 11001 | 0 | 10000 | 11 | 10001101 | 1010010 | 1010101 |
Color Harmonies of #BAF8D0
Complementary color
Monochromatic Colors of #BAF8D0
Black with #BAF8D0
Text Example
Text Example
White with #BAF8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8D0; }
p { color: rgb(186,248,208); }
H1.HeaderClassName
{
color: #BAF8D0;
}
.AnyTagClassName
{
color: #BAF8D0;
}
</style>
background-color css
<style>
a { background-color: #BAF8D0; }
a { background-color: rgb(186,248,208); }
div.DivClassName
{
background-color: #BAF8D0;
}
.BgClassName
{
background-color: #BAF8D0;
}
</style>
border-color css
<style>
span { border-color: #BAF8D0; }
span { border-color: rgb(186,248,208); }
td.TdClassName
{
border-color: #BAF8D0;
}
.TagClassName
{
border-color: #BAF8D0;
}
</style>