Shades of Granny Apple #BAFDC5
Tints of Granny Apple #BAFDC5
RGB
CMYK
RGB Variations
Color information
#BAFDC5 (or 0xBAFDC5) is known color: Granny Apple. HEX triplet: BA, FD and C5. RGB value is (186,253,197). Sum of RGB (Red+Green+Blue) = 186+253+197=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDC5 is #45023A. Grayscale: #E2E2E2. Windows color (decimal): -4522555 or 12975546. OLE color: 12975546.
HSL color Cylindrical-coordinate representation of color #BAFDC5: hue angle of 129.85º 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 #BAFDC5 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 197 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.01 |
| HSL | 129.85º | 0.94% | 0.86% | - |
| HSV(B) | 129.85º | 0.26% | 0.99% | - |
| XYZ | 65.45 | 84.72 | 65.73 | - |
| YUV | 226.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 197 | 0.26 | 0 | 0.22 | 0.01 | 129.85 | 0.94 | 0.86 |
| Hex | BA | FD | C5 | 1A | 0 | 16 | 1 | 82 | 5E | 56 |
| Octal | 272 | 375 | 305 | 32 | 0 | 26 | 1 | 202 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11000101 | 11010 | 0 | 10110 | 1 | 10000010 | 1011110 | 1010110 |
Color Harmonies of #BAFDC5
Complementary color
Monochromatic Colors of #BAFDC5
Black with #BAFDC5
Text Example
Text Example
White with #BAFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDC5; }
p { color: rgb(186,253,197); }
H1.HeaderClassName
{
color: #BAFDC5;
}
.AnyTagClassName
{
color: #BAFDC5;
}
</style>
background-color css
<style>
a { background-color: #BAFDC5; }
a { background-color: rgb(186,253,197); }
div.DivClassName
{
background-color: #BAFDC5;
}
.BgClassName
{
background-color: #BAFDC5;
}
</style>
border-color css
<style>
span { border-color: #BAFDC5; }
span { border-color: rgb(186,253,197); }
td.TdClassName
{
border-color: #BAFDC5;
}
.TagClassName
{
border-color: #BAFDC5;
}
</style>