Shades of Granny Apple #BCFCC8
Tints of Granny Apple #BCFCC8
RGB
CMYK
RGB Variations
Color information
#BCFCC8 (or 0xBCFCC8) is known color: Granny Apple. HEX triplet: BC, FC and C8. RGB value is (188,252,200). Sum of RGB (Red+Green+Blue) = 188+252+200=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCC8 is #430337. Grayscale: #E3E3E3. Windows color (decimal): -4391736 or 13171900. OLE color: 13171900.
HSL color Cylindrical-coordinate representation of color #BCFCC8: hue angle of 131.25º 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 #BCFCC8 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 200 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.01 |
| HSL | 131.25º | 0.91% | 0.86% | - |
| HSV(B) | 131.25º | 0.25% | 0.99% | - |
| XYZ | 65.97 | 84.48 | 67.47 | - |
| YUV | 226.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 200 | 0.25 | 0 | 0.21 | 0.01 | 131.25 | 0.91 | 0.86 |
| Hex | BC | FC | C8 | 19 | 0 | 15 | 1 | 83 | 5B | 56 |
| Octal | 274 | 374 | 310 | 31 | 0 | 25 | 1 | 203 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11001000 | 11001 | 0 | 10101 | 1 | 10000011 | 1011011 | 1010110 |
Color Harmonies of #BCFCC8
Complementary color
Monochromatic Colors of #BCFCC8
Black with #BCFCC8
Text Example
Text Example
White with #BCFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCC8; }
p { color: rgb(188,252,200); }
H1.HeaderClassName
{
color: #BCFCC8;
}
.AnyTagClassName
{
color: #BCFCC8;
}
</style>
background-color css
<style>
a { background-color: #BCFCC8; }
a { background-color: rgb(188,252,200); }
div.DivClassName
{
background-color: #BCFCC8;
}
.BgClassName
{
background-color: #BCFCC8;
}
</style>
border-color css
<style>
span { border-color: #BCFCC8; }
span { border-color: rgb(188,252,200); }
td.TdClassName
{
border-color: #BCFCC8;
}
.TagClassName
{
border-color: #BCFCC8;
}
</style>