Shades of Granny Apple #BAFDC7
Tints of Granny Apple #BAFDC7
RGB
CMYK
RGB Variations
Color information
#BAFDC7 (or 0xBAFDC7) is known color: Granny Apple. HEX triplet: BA, FD and C7. RGB value is (186,253,199). Sum of RGB (Red+Green+Blue) = 186+253+199=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDC7 is #450238. Grayscale: #E2E2E2. Windows color (decimal): -4522553 or 13106618. OLE color: 13106618.
HSL color Cylindrical-coordinate representation of color #BAFDC7: hue angle of 131.64º 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 #BAFDC7 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 199 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.01 |
| HSL | 131.64º | 0.94% | 0.86% | - |
| HSV(B) | 131.64º | 0.26% | 0.99% | - |
| XYZ | 65.68 | 84.81 | 66.94 | - |
| YUV | 226.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 199 | 0.26 | 0 | 0.21 | 0.01 | 131.64 | 0.94 | 0.86 |
| Hex | BA | FD | C7 | 1A | 0 | 15 | 1 | 84 | 5E | 56 |
| Octal | 272 | 375 | 307 | 32 | 0 | 25 | 1 | 204 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11000111 | 11010 | 0 | 10101 | 1 | 10000100 | 1011110 | 1010110 |
Color Harmonies of #BAFDC7
Complementary color
Monochromatic Colors of #BAFDC7
Black with #BAFDC7
Text Example
Text Example
White with #BAFDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDC7; }
p { color: rgb(186,253,199); }
H1.HeaderClassName
{
color: #BAFDC7;
}
.AnyTagClassName
{
color: #BAFDC7;
}
</style>
background-color css
<style>
a { background-color: #BAFDC7; }
a { background-color: rgb(186,253,199); }
div.DivClassName
{
background-color: #BAFDC7;
}
.BgClassName
{
background-color: #BAFDC7;
}
</style>
border-color css
<style>
span { border-color: #BAFDC7; }
span { border-color: rgb(186,253,199); }
td.TdClassName
{
border-color: #BAFDC7;
}
.TagClassName
{
border-color: #BAFDC7;
}
</style>