Shades of Granny Apple #BAF4C9
Tints of Granny Apple #BAF4C9
RGB
CMYK
RGB Variations
Color information
#BAF4C9 (or 0xBAF4C9) is known color: Granny Apple. HEX triplet: BA, F4 and C9. RGB value is (186,244,201). Sum of RGB (Red+Green+Blue) = 186+244+201=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF4C9 is #450B36. Grayscale: #DDDDDD. Windows color (decimal): -4524855 or 13235386. OLE color: 13235386.
HSL color Cylindrical-coordinate representation of color #BAF4C9: hue angle of 135.52º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4C9 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 201 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.04 |
| HSL | 135.52º | 0.73% | 0.84% | - |
| HSV(B) | 135.52º | 0.24% | 0.96% | - |
| XYZ | 63.14 | 79.36 | 67.25 | - |
| YUV | 221.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 201 | 0.24 | 0 | 0.18 | 0.04 | 135.52 | 0.73 | 0.84 |
| Hex | BA | F4 | C9 | 18 | 0 | 12 | 4 | 88 | 48 | 54 |
| Octal | 272 | 364 | 311 | 30 | 0 | 22 | 4 | 210 | 110 | 124 |
| Binary | 10111010 | 11110100 | 11001001 | 11000 | 0 | 10010 | 100 | 10001000 | 1001000 | 1010100 |
Color Harmonies of #BAF4C9
Complementary color
Monochromatic Colors of #BAF4C9
Black with #BAF4C9
Text Example
Text Example
White with #BAF4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF4C9; }
p { color: rgb(186,244,201); }
H1.HeaderClassName
{
color: #BAF4C9;
}
.AnyTagClassName
{
color: #BAF4C9;
}
</style>
background-color css
<style>
a { background-color: #BAF4C9; }
a { background-color: rgb(186,244,201); }
div.DivClassName
{
background-color: #BAF4C9;
}
.BgClassName
{
background-color: #BAF4C9;
}
</style>
border-color css
<style>
span { border-color: #BAF4C9; }
span { border-color: rgb(186,244,201); }
td.TdClassName
{
border-color: #BAF4C9;
}
.TagClassName
{
border-color: #BAF4C9;
}
</style>