Shades of Granny Apple #BAF1C5
Tints of Granny Apple #BAF1C5
RGB
CMYK
RGB Variations
Color information
#BAF1C5 (or 0xBAF1C5) is known color: Granny Apple. HEX triplet: BA, F1 and C5. RGB value is (186,241,197). Sum of RGB (Red+Green+Blue) = 186+241+197=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1C5 is #450E3A. Grayscale: #DBDBDB. Windows color (decimal): -4525627 or 12972474. OLE color: 12972474.
HSL color Cylindrical-coordinate representation of color #BAF1C5: hue angle of 132º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1C5 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 197 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.05 |
| HSL | 132º | 0.66% | 0.84% | - |
| HSV(B) | 132º | 0.23% | 0.95% | - |
| XYZ | 61.78 | 77.38 | 64.5 | - |
| YUV | 219.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 197 | 0.23 | 0 | 0.18 | 0.05 | 132 | 0.66 | 0.84 |
| Hex | BA | F1 | C5 | 17 | 0 | 12 | 5 | 84 | 42 | 54 |
| Octal | 272 | 361 | 305 | 27 | 0 | 22 | 5 | 204 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11000101 | 10111 | 0 | 10010 | 101 | 10000100 | 1000010 | 1010100 |
Color Harmonies of #BAF1C5
Complementary color
Monochromatic Colors of #BAF1C5
Black with #BAF1C5
Text Example
Text Example
White with #BAF1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1C5; }
p { color: rgb(186,241,197); }
H1.HeaderClassName
{
color: #BAF1C5;
}
.AnyTagClassName
{
color: #BAF1C5;
}
</style>
background-color css
<style>
a { background-color: #BAF1C5; }
a { background-color: rgb(186,241,197); }
div.DivClassName
{
background-color: #BAF1C5;
}
.BgClassName
{
background-color: #BAF1C5;
}
</style>
border-color css
<style>
span { border-color: #BAF1C5; }
span { border-color: rgb(186,241,197); }
td.TdClassName
{
border-color: #BAF1C5;
}
.TagClassName
{
border-color: #BAF1C5;
}
</style>