Shades of Granny Apple #BCFFC3
Tints of Granny Apple #BCFFC3
RGB
CMYK
RGB Variations
Color information
#BCFFC3 (or 0xBCFFC3) is known color: Granny Apple. HEX triplet: BC, FF and C3. RGB value is (188,255,195). Sum of RGB (Red+Green+Blue) = 188+255+195=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFC3 is #43003C. Grayscale: #E4E4E4. Windows color (decimal): -4390973 or 12844988. OLE color: 12844988.
HSL color Cylindrical-coordinate representation of color #BCFFC3: hue angle of 126.27º 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 #BCFFC3 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 195 | - |
| CMYK | 0.26 | 0 | 0.24 | 0 |
| HSL | 126.27º | 1% | 0.87% | - |
| HSV(B) | 126.27º | 0.26% | 1% | - |
| XYZ | 66.35 | 86.15 | 64.76 | - |
| YUV | 228.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 195 | 0.26 | 0 | 0.24 | 0 | 126.27 | 1 | 0.87 |
| Hex | BC | FF | C3 | 1A | 0 | 18 | 0 | 7E | 64 | 57 |
| Octal | 274 | 377 | 303 | 32 | 0 | 30 | 0 | 176 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11000011 | 11010 | 0 | 11000 | 0 | 1111110 | 1100100 | 1010111 |
Color Harmonies of #BCFFC3
Complementary color
Monochromatic Colors of #BCFFC3
Black with #BCFFC3
Text Example
Text Example
White with #BCFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFC3; }
p { color: rgb(188,255,195); }
H1.HeaderClassName
{
color: #BCFFC3;
}
.AnyTagClassName
{
color: #BCFFC3;
}
</style>
background-color css
<style>
a { background-color: #BCFFC3; }
a { background-color: rgb(188,255,195); }
div.DivClassName
{
background-color: #BCFFC3;
}
.BgClassName
{
background-color: #BCFFC3;
}
</style>
border-color css
<style>
span { border-color: #BCFFC3; }
span { border-color: rgb(188,255,195); }
td.TdClassName
{
border-color: #BCFFC3;
}
.TagClassName
{
border-color: #BCFFC3;
}
</style>