Shades of Granny Apple #BCFFC7
Tints of Granny Apple #BCFFC7
RGB
CMYK
RGB Variations
Color information
#BCFFC7 (or 0xBCFFC7) is known color: Granny Apple. HEX triplet: BC, FF and C7. RGB value is (188,255,199). Sum of RGB (Red+Green+Blue) = 188+255+199=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFC7 is #430038. Grayscale: #E4E4E4. Windows color (decimal): -4390969 or 13107132. OLE color: 13107132.
HSL color Cylindrical-coordinate representation of color #BCFFC7: hue angle of 129.85º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFC7 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 199 | - |
| CMYK | 0.26 | 0 | 0.22 | 0 |
| HSL | 129.85º | 1% | 0.87% | - |
| HSV(B) | 129.85º | 0.26% | 1% | - |
| XYZ | 66.81 | 86.33 | 67.18 | - |
| YUV | 228.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 199 | 0.26 | 0 | 0.22 | 0 | 129.85 | 1 | 0.87 |
| Hex | BC | FF | C7 | 1A | 0 | 16 | 0 | 82 | 64 | 57 |
| Octal | 274 | 377 | 307 | 32 | 0 | 26 | 0 | 202 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11000111 | 11010 | 0 | 10110 | 0 | 10000010 | 1100100 | 1010111 |
Color Harmonies of #BCFFC7
Complementary color
Monochromatic Colors of #BCFFC7
Black with #BCFFC7
Text Example
Text Example
White with #BCFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFC7; }
p { color: rgb(188,255,199); }
H1.HeaderClassName
{
color: #BCFFC7;
}
.AnyTagClassName
{
color: #BCFFC7;
}
</style>
background-color css
<style>
a { background-color: #BCFFC7; }
a { background-color: rgb(188,255,199); }
div.DivClassName
{
background-color: #BCFFC7;
}
.BgClassName
{
background-color: #BCFFC7;
}
</style>
border-color css
<style>
span { border-color: #BCFFC7; }
span { border-color: rgb(188,255,199); }
td.TdClassName
{
border-color: #BCFFC7;
}
.TagClassName
{
border-color: #BCFFC7;
}
</style>