Shades of Granny Apple #BCFBC7
Tints of Granny Apple #BCFBC7
RGB
CMYK
RGB Variations
Color information
#BCFBC7 (or 0xBCFBC7) is known color: Granny Apple. HEX triplet: BC, FB and C7. RGB value is (188,251,199). Sum of RGB (Red+Green+Blue) = 188+251+199=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBC7 is #430438. Grayscale: #E2E2E2. Windows color (decimal): -4391993 or 13106108. OLE color: 13106108.
HSL color Cylindrical-coordinate representation of color #BCFBC7: hue angle of 130.48º degrees, saturation: 0.89, 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 #BCFBC7 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 199 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.02 |
| HSL | 130.48º | 0.89% | 0.86% | - |
| HSV(B) | 130.48º | 0.25% | 0.98% | - |
| XYZ | 65.55 | 83.81 | 66.76 | - |
| YUV | 226.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 199 | 0.25 | 0 | 0.21 | 0.02 | 130.48 | 0.89 | 0.86 |
| Hex | BC | FB | C7 | 19 | 0 | 15 | 2 | 82 | 59 | 56 |
| Octal | 274 | 373 | 307 | 31 | 0 | 25 | 2 | 202 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11000111 | 11001 | 0 | 10101 | 10 | 10000010 | 1011001 | 1010110 |
Color Harmonies of #BCFBC7
Complementary color
Monochromatic Colors of #BCFBC7
Black with #BCFBC7
Text Example
Text Example
White with #BCFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBC7; }
p { color: rgb(188,251,199); }
H1.HeaderClassName
{
color: #BCFBC7;
}
.AnyTagClassName
{
color: #BCFBC7;
}
</style>
background-color css
<style>
a { background-color: #BCFBC7; }
a { background-color: rgb(188,251,199); }
div.DivClassName
{
background-color: #BCFBC7;
}
.BgClassName
{
background-color: #BCFBC7;
}
</style>
border-color css
<style>
span { border-color: #BCFBC7; }
span { border-color: rgb(188,251,199); }
td.TdClassName
{
border-color: #BCFBC7;
}
.TagClassName
{
border-color: #BCFBC7;
}
</style>