Shades of Granny Apple #BAFDC9
Tints of Granny Apple #BAFDC9
RGB
CMYK
RGB Variations
Color information
#BAFDC9 (or 0xBAFDC9) is known color: Granny Apple. HEX triplet: BA, FD and C9. RGB value is (186,253,201). Sum of RGB (Red+Green+Blue) = 186+253+201=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDC9 is #450236. Grayscale: #E3E3E3. Windows color (decimal): -4522551 or 13237690. OLE color: 13237690.
HSL color Cylindrical-coordinate representation of color #BAFDC9: hue angle of 133.43º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDC9 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 201 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.01 |
| HSL | 133.43º | 0.94% | 0.86% | - |
| HSV(B) | 133.43º | 0.26% | 0.99% | - |
| XYZ | 65.92 | 84.91 | 68.17 | - |
| YUV | 227.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 201 | 0.26 | 0 | 0.21 | 0.01 | 133.43 | 0.94 | 0.86 |
| Hex | BA | FD | C9 | 1A | 0 | 15 | 1 | 85 | 5E | 56 |
| Octal | 272 | 375 | 311 | 32 | 0 | 25 | 1 | 205 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11001001 | 11010 | 0 | 10101 | 1 | 10000101 | 1011110 | 1010110 |
Color Harmonies of #BAFDC9
Complementary color
Monochromatic Colors of #BAFDC9
Black with #BAFDC9
Text Example
Text Example
White with #BAFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDC9; }
p { color: rgb(186,253,201); }
H1.HeaderClassName
{
color: #BAFDC9;
}
.AnyTagClassName
{
color: #BAFDC9;
}
</style>
background-color css
<style>
a { background-color: #BAFDC9; }
a { background-color: rgb(186,253,201); }
div.DivClassName
{
background-color: #BAFDC9;
}
.BgClassName
{
background-color: #BAFDC9;
}
</style>
border-color css
<style>
span { border-color: #BAFDC9; }
span { border-color: rgb(186,253,201); }
td.TdClassName
{
border-color: #BAFDC9;
}
.TagClassName
{
border-color: #BAFDC9;
}
</style>