Shades of Granny Apple #BAF3C9
Tints of Granny Apple #BAF3C9
RGB
CMYK
RGB Variations
Color information
#BAF3C9 (or 0xBAF3C9) is known color: Granny Apple. HEX triplet: BA, F3 and C9. RGB value is (186,243,201). Sum of RGB (Red+Green+Blue) = 186+243+201=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3C9 is #450C36. Grayscale: #DDDDDD. Windows color (decimal): -4525111 or 13235130. OLE color: 13235130.
HSL color Cylindrical-coordinate representation of color #BAF3C9: hue angle of 135.79º degrees, saturation: 0.7, 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 #BAF3C9 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 201 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.05 |
| HSL | 135.79º | 0.7% | 0.84% | - |
| HSV(B) | 135.79º | 0.23% | 0.95% | - |
| XYZ | 62.84 | 78.76 | 67.15 | - |
| YUV | 221.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 201 | 0.23 | 0 | 0.17 | 0.05 | 135.79 | 0.7 | 0.84 |
| Hex | BA | F3 | C9 | 17 | 0 | 11 | 5 | 88 | 46 | 54 |
| Octal | 272 | 363 | 311 | 27 | 0 | 21 | 5 | 210 | 106 | 124 |
| Binary | 10111010 | 11110011 | 11001001 | 10111 | 0 | 10001 | 101 | 10001000 | 1000110 | 1010100 |
Color Harmonies of #BAF3C9
Complementary color
Monochromatic Colors of #BAF3C9
Black with #BAF3C9
Text Example
Text Example
White with #BAF3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3C9; }
p { color: rgb(186,243,201); }
H1.HeaderClassName
{
color: #BAF3C9;
}
.AnyTagClassName
{
color: #BAF3C9;
}
</style>
background-color css
<style>
a { background-color: #BAF3C9; }
a { background-color: rgb(186,243,201); }
div.DivClassName
{
background-color: #BAF3C9;
}
.BgClassName
{
background-color: #BAF3C9;
}
</style>
border-color css
<style>
span { border-color: #BAF3C9; }
span { border-color: rgb(186,243,201); }
td.TdClassName
{
border-color: #BAF3C9;
}
.TagClassName
{
border-color: #BAF3C9;
}
</style>