Shades of Granny Apple #BCFAC7
Tints of Granny Apple #BCFAC7
RGB
CMYK
RGB Variations
Color information
#BCFAC7 (or 0xBCFAC7) is known color: Granny Apple. HEX triplet: BC, FA and C7. RGB value is (188,250,199). Sum of RGB (Red+Green+Blue) = 188+250+199=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC7 is #430538. Grayscale: #E1E1E1. Windows color (decimal): -4392249 or 13105852. OLE color: 13105852.
HSL color Cylindrical-coordinate representation of color #BCFAC7: hue angle of 130.65º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFAC7 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 199 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.02 |
| HSL | 130.65º | 0.86% | 0.86% | - |
| HSV(B) | 130.65º | 0.25% | 0.98% | - |
| XYZ | 65.23 | 83.19 | 66.65 | - |
| YUV | 225.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 199 | 0.25 | 0 | 0.20 | 0.02 | 130.65 | 0.86 | 0.86 |
| Hex | BC | FA | C7 | 19 | 0 | 14 | 2 | 83 | 56 | 56 |
| Octal | 274 | 372 | 307 | 31 | 0 | 24 | 2 | 203 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11000111 | 11001 | 0 | 10100 | 10 | 10000011 | 1010110 | 1010110 |
Color Harmonies of #BCFAC7
Complementary color
Monochromatic Colors of #BCFAC7
Black with #BCFAC7
Text Example
Text Example
White with #BCFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAC7; }
p { color: rgb(188,250,199); }
H1.HeaderClassName
{
color: #BCFAC7;
}
.AnyTagClassName
{
color: #BCFAC7;
}
</style>
background-color css
<style>
a { background-color: #BCFAC7; }
a { background-color: rgb(188,250,199); }
div.DivClassName
{
background-color: #BCFAC7;
}
.BgClassName
{
background-color: #BCFAC7;
}
</style>
border-color css
<style>
span { border-color: #BCFAC7; }
span { border-color: rgb(188,250,199); }
td.TdClassName
{
border-color: #BCFAC7;
}
.TagClassName
{
border-color: #BCFAC7;
}
</style>