Shades of Granny Apple #BCFCD0
Tints of Granny Apple #BCFCD0
RGB
CMYK
RGB Variations
Color information
#BCFCD0 (or 0xBCFCD0) is known color: Granny Apple. HEX triplet: BC, FC and D0. RGB value is (188,252,208). Sum of RGB (Red+Green+Blue) = 188+252+208=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCD0 is #43032F. Grayscale: #E3E3E3. Windows color (decimal): -4391728 or 13696188. OLE color: 13696188.
HSL color Cylindrical-coordinate representation of color #BCFCD0: hue angle of 138.75º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCD0 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 208 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.01 |
| HSL | 138.75º | 0.91% | 0.86% | - |
| HSV(B) | 138.75º | 0.25% | 0.99% | - |
| XYZ | 66.93 | 84.87 | 72.53 | - |
| YUV | 227.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 208 | 0.25 | 0 | 0.17 | 0.01 | 138.75 | 0.91 | 0.86 |
| Hex | BC | FC | D0 | 19 | 0 | 11 | 1 | 8B | 5B | 56 |
| Octal | 274 | 374 | 320 | 31 | 0 | 21 | 1 | 213 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11010000 | 11001 | 0 | 10001 | 1 | 10001011 | 1011011 | 1010110 |
Color Harmonies of #BCFCD0
Complementary color
Monochromatic Colors of #BCFCD0
Black with #BCFCD0
Text Example
Text Example
White with #BCFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCD0; }
p { color: rgb(188,252,208); }
H1.HeaderClassName
{
color: #BCFCD0;
}
.AnyTagClassName
{
color: #BCFCD0;
}
</style>
background-color css
<style>
a { background-color: #BCFCD0; }
a { background-color: rgb(188,252,208); }
div.DivClassName
{
background-color: #BCFCD0;
}
.BgClassName
{
background-color: #BCFCD0;
}
</style>
border-color css
<style>
span { border-color: #BCFCD0; }
span { border-color: rgb(188,252,208); }
td.TdClassName
{
border-color: #BCFCD0;
}
.TagClassName
{
border-color: #BCFCD0;
}
</style>