Shades of Granny Apple #BAF9C5
Tints of Granny Apple #BAF9C5
RGB
CMYK
RGB Variations
Color information
#BAF9C5 (or 0xBAF9C5) is known color: Granny Apple. HEX triplet: BA, F9 and C5. RGB value is (186,249,197). Sum of RGB (Red+Green+Blue) = 186+249+197=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9C5 is #45063A. Grayscale: #E0E0E0. Windows color (decimal): -4523579 or 12974522. OLE color: 12974522.
HSL color Cylindrical-coordinate representation of color #BAF9C5: hue angle of 130.48º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9C5 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 197 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.02 |
| HSL | 130.48º | 0.84% | 0.85% | - |
| HSV(B) | 130.48º | 0.25% | 0.98% | - |
| XYZ | 64.2 | 82.22 | 65.31 | - |
| YUV | 224.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 197 | 0.25 | 0 | 0.21 | 0.02 | 130.48 | 0.84 | 0.85 |
| Hex | BA | F9 | C5 | 19 | 0 | 15 | 2 | 82 | 54 | 55 |
| Octal | 272 | 371 | 305 | 31 | 0 | 25 | 2 | 202 | 124 | 125 |
| Binary | 10111010 | 11111001 | 11000101 | 11001 | 0 | 10101 | 10 | 10000010 | 1010100 | 1010101 |
Color Harmonies of #BAF9C5
Complementary color
Monochromatic Colors of #BAF9C5
Black with #BAF9C5
Text Example
Text Example
White with #BAF9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF9C5; }
p { color: rgb(186,249,197); }
H1.HeaderClassName
{
color: #BAF9C5;
}
.AnyTagClassName
{
color: #BAF9C5;
}
</style>
background-color css
<style>
a { background-color: #BAF9C5; }
a { background-color: rgb(186,249,197); }
div.DivClassName
{
background-color: #BAF9C5;
}
.BgClassName
{
background-color: #BAF9C5;
}
</style>
border-color css
<style>
span { border-color: #BAF9C5; }
span { border-color: rgb(186,249,197); }
td.TdClassName
{
border-color: #BAF9C5;
}
.TagClassName
{
border-color: #BAF9C5;
}
</style>