Shades of Granny Apple #BCFDC5
Tints of Granny Apple #BCFDC5
RGB
CMYK
RGB Variations
Color information
#BCFDC5 (or 0xBCFDC5) is known color: Granny Apple. HEX triplet: BC, FD and C5. RGB value is (188,253,197). Sum of RGB (Red+Green+Blue) = 188+253+197=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDC5 is #43023A. Grayscale: #E3E3E3. Windows color (decimal): -4391483 or 12975548. OLE color: 12975548.
HSL color Cylindrical-coordinate representation of color #BCFDC5: hue angle of 128.31º 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 #BCFDC5 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 197 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.01 |
| HSL | 128.31º | 0.94% | 0.86% | - |
| HSV(B) | 128.31º | 0.26% | 0.99% | - |
| XYZ | 65.94 | 84.97 | 65.75 | - |
| YUV | 227.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 197 | 0.26 | 0 | 0.22 | 0.01 | 128.31 | 0.94 | 0.86 |
| Hex | BC | FD | C5 | 1A | 0 | 16 | 1 | 80 | 5E | 56 |
| Octal | 274 | 375 | 305 | 32 | 0 | 26 | 1 | 200 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11000101 | 11010 | 0 | 10110 | 1 | 10000000 | 1011110 | 1010110 |
Color Harmonies of #BCFDC5
Complementary color
Monochromatic Colors of #BCFDC5
Black with #BCFDC5
Text Example
Text Example
White with #BCFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDC5; }
p { color: rgb(188,253,197); }
H1.HeaderClassName
{
color: #BCFDC5;
}
.AnyTagClassName
{
color: #BCFDC5;
}
</style>
background-color css
<style>
a { background-color: #BCFDC5; }
a { background-color: rgb(188,253,197); }
div.DivClassName
{
background-color: #BCFDC5;
}
.BgClassName
{
background-color: #BCFDC5;
}
</style>
border-color css
<style>
span { border-color: #BCFDC5; }
span { border-color: rgb(188,253,197); }
td.TdClassName
{
border-color: #BCFDC5;
}
.TagClassName
{
border-color: #BCFDC5;
}
</style>