Shades of Granny Apple #BCFDC1
Tints of Granny Apple #BCFDC1
RGB
CMYK
RGB Variations
Color information
#BCFDC1 (or 0xBCFDC1) is known color: Granny Apple. HEX triplet: BC, FD and C1. RGB value is (188,253,193). Sum of RGB (Red+Green+Blue) = 188+253+193=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDC1 is #43023E. Grayscale: #E2E2E2. Windows color (decimal): -4391487 or 12713404. OLE color: 12713404.
HSL color Cylindrical-coordinate representation of color #BCFDC1: hue angle of 124.62º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDC1 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 193 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.01 |
| HSL | 124.62º | 0.94% | 0.86% | - |
| HSV(B) | 124.62º | 0.26% | 0.99% | - |
| XYZ | 65.49 | 84.79 | 63.37 | - |
| YUV | 226.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 193 | 0.26 | 0 | 0.24 | 0.01 | 124.62 | 0.94 | 0.86 |
| Hex | BC | FD | C1 | 1A | 0 | 18 | 1 | 7D | 5E | 56 |
| Octal | 274 | 375 | 301 | 32 | 0 | 30 | 1 | 175 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11000001 | 11010 | 0 | 11000 | 1 | 1111101 | 1011110 | 1010110 |
Color Harmonies of #BCFDC1
Complementary color
Monochromatic Colors of #BCFDC1
Black with #BCFDC1
Text Example
Text Example
White with #BCFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDC1; }
p { color: rgb(188,253,193); }
H1.HeaderClassName
{
color: #BCFDC1;
}
.AnyTagClassName
{
color: #BCFDC1;
}
</style>
background-color css
<style>
a { background-color: #BCFDC1; }
a { background-color: rgb(188,253,193); }
div.DivClassName
{
background-color: #BCFDC1;
}
.BgClassName
{
background-color: #BCFDC1;
}
</style>
border-color css
<style>
span { border-color: #BCFDC1; }
span { border-color: rgb(188,253,193); }
td.TdClassName
{
border-color: #BCFDC1;
}
.TagClassName
{
border-color: #BCFDC1;
}
</style>