Shades of Granny Apple #BCFCC5
Tints of Granny Apple #BCFCC5
RGB
CMYK
RGB Variations
Color information
#BCFCC5 (or 0xBCFCC5) is known color: Granny Apple. HEX triplet: BC, FC and C5. RGB value is (188,252,197). Sum of RGB (Red+Green+Blue) = 188+252+197=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCC5 is #43033A. Grayscale: #E2E2E2. Windows color (decimal): -4391739 or 12975292. OLE color: 12975292.
HSL color Cylindrical-coordinate representation of color #BCFCC5: hue angle of 128.44º 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 #BCFCC5 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 197 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.01 |
| HSL | 128.44º | 0.91% | 0.86% | - |
| HSV(B) | 128.44º | 0.25% | 0.99% | - |
| XYZ | 65.63 | 84.34 | 65.64 | - |
| YUV | 226.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 197 | 0.25 | 0 | 0.22 | 0.01 | 128.44 | 0.91 | 0.86 |
| Hex | BC | FC | C5 | 19 | 0 | 16 | 1 | 80 | 5B | 56 |
| Octal | 274 | 374 | 305 | 31 | 0 | 26 | 1 | 200 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11000101 | 11001 | 0 | 10110 | 1 | 10000000 | 1011011 | 1010110 |
Color Harmonies of #BCFCC5
Complementary color
Monochromatic Colors of #BCFCC5
Black with #BCFCC5
Text Example
Text Example
White with #BCFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCC5; }
p { color: rgb(188,252,197); }
H1.HeaderClassName
{
color: #BCFCC5;
}
.AnyTagClassName
{
color: #BCFCC5;
}
</style>
background-color css
<style>
a { background-color: #BCFCC5; }
a { background-color: rgb(188,252,197); }
div.DivClassName
{
background-color: #BCFCC5;
}
.BgClassName
{
background-color: #BCFCC5;
}
</style>
border-color css
<style>
span { border-color: #BCFCC5; }
span { border-color: rgb(188,252,197); }
td.TdClassName
{
border-color: #BCFCC5;
}
.TagClassName
{
border-color: #BCFCC5;
}
</style>