Shades of Granny Apple #BAF8C8
Tints of Granny Apple #BAF8C8
RGB
CMYK
RGB Variations
Color information
#BAF8C8 (or 0xBAF8C8) is known color: Granny Apple. HEX triplet: BA, F8 and C8. RGB value is (186,248,200). Sum of RGB (Red+Green+Blue) = 186+248+200=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8C8 is #450737. Grayscale: #E0E0E0. Windows color (decimal): -4523832 or 13170874. OLE color: 13170874.
HSL color Cylindrical-coordinate representation of color #BAF8C8: hue angle of 133.55º 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 #BAF8C8 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 200 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.03 |
| HSL | 133.55º | 0.82% | 0.85% | - |
| HSV(B) | 133.55º | 0.25% | 0.97% | - |
| XYZ | 64.24 | 81.74 | 67.04 | - |
| YUV | 223.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 200 | 0.25 | 0 | 0.19 | 0.03 | 133.55 | 0.82 | 0.85 |
| Hex | BA | F8 | C8 | 19 | 0 | 13 | 3 | 86 | 52 | 55 |
| Octal | 272 | 370 | 310 | 31 | 0 | 23 | 3 | 206 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11001000 | 11001 | 0 | 10011 | 11 | 10000110 | 1010010 | 1010101 |
Color Harmonies of #BAF8C8
Complementary color
Monochromatic Colors of #BAF8C8
Black with #BAF8C8
Text Example
Text Example
White with #BAF8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8C8; }
p { color: rgb(186,248,200); }
H1.HeaderClassName
{
color: #BAF8C8;
}
.AnyTagClassName
{
color: #BAF8C8;
}
</style>
background-color css
<style>
a { background-color: #BAF8C8; }
a { background-color: rgb(186,248,200); }
div.DivClassName
{
background-color: #BAF8C8;
}
.BgClassName
{
background-color: #BAF8C8;
}
</style>
border-color css
<style>
span { border-color: #BAF8C8; }
span { border-color: rgb(186,248,200); }
td.TdClassName
{
border-color: #BAF8C8;
}
.TagClassName
{
border-color: #BAF8C8;
}
</style>