Shades of Granny Apple #BAF8C5
Tints of Granny Apple #BAF8C5
RGB
CMYK
RGB Variations
Color information
#BAF8C5 (or 0xBAF8C5) is known color: Granny Apple. HEX triplet: BA, F8 and C5. RGB value is (186,248,197). Sum of RGB (Red+Green+Blue) = 186+248+197=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8C5 is #45073A. Grayscale: #DFDFDF. Windows color (decimal): -4523835 or 12974266. OLE color: 12974266.
HSL color Cylindrical-coordinate representation of color #BAF8C5: hue angle of 130.65º 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 #BAF8C5 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 197 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.03 |
| HSL | 130.65º | 0.82% | 0.85% | - |
| HSV(B) | 130.65º | 0.25% | 0.97% | - |
| XYZ | 63.9 | 81.61 | 65.21 | - |
| YUV | 223.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 197 | 0.25 | 0 | 0.21 | 0.03 | 130.65 | 0.82 | 0.85 |
| Hex | BA | F8 | C5 | 19 | 0 | 15 | 3 | 83 | 52 | 55 |
| Octal | 272 | 370 | 305 | 31 | 0 | 25 | 3 | 203 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11000101 | 11001 | 0 | 10101 | 11 | 10000011 | 1010010 | 1010101 |
Color Harmonies of #BAF8C5
Complementary color
Monochromatic Colors of #BAF8C5
Black with #BAF8C5
Text Example
Text Example
White with #BAF8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8C5; }
p { color: rgb(186,248,197); }
H1.HeaderClassName
{
color: #BAF8C5;
}
.AnyTagClassName
{
color: #BAF8C5;
}
</style>
background-color css
<style>
a { background-color: #BAF8C5; }
a { background-color: rgb(186,248,197); }
div.DivClassName
{
background-color: #BAF8C5;
}
.BgClassName
{
background-color: #BAF8C5;
}
</style>
border-color css
<style>
span { border-color: #BAF8C5; }
span { border-color: rgb(186,248,197); }
td.TdClassName
{
border-color: #BAF8C5;
}
.TagClassName
{
border-color: #BAF8C5;
}
</style>