Shades of Granny Apple #BCFDCB
Tints of Granny Apple #BCFDCB
RGB
CMYK
RGB Variations
Color information
#BCFDCB (or 0xBCFDCB) is known color: Granny Apple. HEX triplet: BC, FD and CB. RGB value is (188,253,203). Sum of RGB (Red+Green+Blue) = 188+253+203=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDCB is #430234. Grayscale: #E4E4E4. Windows color (decimal): -4391477 or 13368764. OLE color: 13368764.
HSL color Cylindrical-coordinate representation of color #BCFDCB: hue angle of 133.85º 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 #BCFDCB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 203 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.01 |
| HSL | 133.85º | 0.94% | 0.86% | - |
| HSV(B) | 133.85º | 0.26% | 0.99% | - |
| XYZ | 66.64 | 85.25 | 69.44 | - |
| YUV | 227.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 203 | 0.26 | 0 | 0.20 | 0.01 | 133.85 | 0.94 | 0.86 |
| Hex | BC | FD | CB | 1A | 0 | 14 | 1 | 86 | 5E | 56 |
| Octal | 274 | 375 | 313 | 32 | 0 | 24 | 1 | 206 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11001011 | 11010 | 0 | 10100 | 1 | 10000110 | 1011110 | 1010110 |
Color Harmonies of #BCFDCB
Complementary color
Monochromatic Colors of #BCFDCB
Black with #BCFDCB
Text Example
Text Example
White with #BCFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDCB; }
p { color: rgb(188,253,203); }
H1.HeaderClassName
{
color: #BCFDCB;
}
.AnyTagClassName
{
color: #BCFDCB;
}
</style>
background-color css
<style>
a { background-color: #BCFDCB; }
a { background-color: rgb(188,253,203); }
div.DivClassName
{
background-color: #BCFDCB;
}
.BgClassName
{
background-color: #BCFDCB;
}
</style>
border-color css
<style>
span { border-color: #BCFDCB; }
span { border-color: rgb(188,253,203); }
td.TdClassName
{
border-color: #BCFDCB;
}
.TagClassName
{
border-color: #BCFDCB;
}
</style>