Shades of Granny Apple #BCFFC1
Tints of Granny Apple #BCFFC1
RGB
CMYK
RGB Variations
Color information
#BCFFC1 (or 0xBCFFC1) is known color: Granny Apple. HEX triplet: BC, FF and C1. RGB value is (188,255,193). Sum of RGB (Red+Green+Blue) = 188+255+193=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFC1 is #43003E. Grayscale: #E4E4E4. Windows color (decimal): -4390975 or 12713916. OLE color: 12713916.
HSL color Cylindrical-coordinate representation of color #BCFFC1: hue angle of 124.48º 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 #BCFFC1 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 193 | - |
| CMYK | 0.26 | 0 | 0.24 | 0 |
| HSL | 124.48º | 1% | 0.87% | - |
| HSV(B) | 124.48º | 0.26% | 1% | - |
| XYZ | 66.12 | 86.06 | 63.58 | - |
| YUV | 227.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 193 | 0.26 | 0 | 0.24 | 0 | 124.48 | 1 | 0.87 |
| Hex | BC | FF | C1 | 1A | 0 | 18 | 0 | 7C | 64 | 57 |
| Octal | 274 | 377 | 301 | 32 | 0 | 30 | 0 | 174 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11000001 | 11010 | 0 | 11000 | 0 | 1111100 | 1100100 | 1010111 |
Color Harmonies of #BCFFC1
Complementary color
Monochromatic Colors of #BCFFC1
Black with #BCFFC1
Text Example
Text Example
White with #BCFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFC1; }
p { color: rgb(188,255,193); }
H1.HeaderClassName
{
color: #BCFFC1;
}
.AnyTagClassName
{
color: #BCFFC1;
}
</style>
background-color css
<style>
a { background-color: #BCFFC1; }
a { background-color: rgb(188,255,193); }
div.DivClassName
{
background-color: #BCFFC1;
}
.BgClassName
{
background-color: #BCFFC1;
}
</style>
border-color css
<style>
span { border-color: #BCFFC1; }
span { border-color: rgb(188,255,193); }
td.TdClassName
{
border-color: #BCFFC1;
}
.TagClassName
{
border-color: #BCFFC1;
}
</style>