Shades of Granny Apple #BCFDC9
Tints of Granny Apple #BCFDC9
RGB
CMYK
RGB Variations
Color information
#BCFDC9 (or 0xBCFDC9) is known color: Granny Apple. HEX triplet: BC, FD and C9. RGB value is (188,253,201). Sum of RGB (Red+Green+Blue) = 188+253+201=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDC9 is #430236. Grayscale: #E3E3E3. Windows color (decimal): -4391479 or 13237692. OLE color: 13237692.
HSL color Cylindrical-coordinate representation of color #BCFDC9: hue angle of 132º 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 #BCFDC9 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 201 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.01 |
| HSL | 132º | 0.94% | 0.86% | - |
| HSV(B) | 132º | 0.26% | 0.99% | - |
| XYZ | 66.41 | 85.16 | 68.2 | - |
| YUV | 227.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 201 | 0.26 | 0 | 0.21 | 0.01 | 132 | 0.94 | 0.86 |
| Hex | BC | FD | C9 | 1A | 0 | 15 | 1 | 84 | 5E | 56 |
| Octal | 274 | 375 | 311 | 32 | 0 | 25 | 1 | 204 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11001001 | 11010 | 0 | 10101 | 1 | 10000100 | 1011110 | 1010110 |
Color Harmonies of #BCFDC9
Complementary color
Monochromatic Colors of #BCFDC9
Black with #BCFDC9
Text Example
Text Example
White with #BCFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDC9; }
p { color: rgb(188,253,201); }
H1.HeaderClassName
{
color: #BCFDC9;
}
.AnyTagClassName
{
color: #BCFDC9;
}
</style>
background-color css
<style>
a { background-color: #BCFDC9; }
a { background-color: rgb(188,253,201); }
div.DivClassName
{
background-color: #BCFDC9;
}
.BgClassName
{
background-color: #BCFDC9;
}
</style>
border-color css
<style>
span { border-color: #BCFDC9; }
span { border-color: rgb(188,253,201); }
td.TdClassName
{
border-color: #BCFDC9;
}
.TagClassName
{
border-color: #BCFDC9;
}
</style>