Shades of Granny Apple #BCFCC1
Tints of Granny Apple #BCFCC1
RGB
CMYK
RGB Variations
Color information
#BCFCC1 (or 0xBCFCC1) is known color: Granny Apple. HEX triplet: BC, FC and C1. RGB value is (188,252,193). Sum of RGB (Red+Green+Blue) = 188+252+193=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCC1 is #43033E. Grayscale: #E2E2E2. Windows color (decimal): -4391743 or 12713148. OLE color: 12713148.
HSL color Cylindrical-coordinate representation of color #BCFCC1: hue angle of 124.69º 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 #BCFCC1 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 193 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.01 |
| HSL | 124.69º | 0.91% | 0.86% | - |
| HSV(B) | 124.69º | 0.25% | 0.99% | - |
| XYZ | 65.18 | 84.16 | 63.26 | - |
| YUV | 226.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 193 | 0.25 | 0 | 0.23 | 0.01 | 124.69 | 0.91 | 0.86 |
| Hex | BC | FC | C1 | 19 | 0 | 17 | 1 | 7D | 5B | 56 |
| Octal | 274 | 374 | 301 | 31 | 0 | 27 | 1 | 175 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11000001 | 11001 | 0 | 10111 | 1 | 1111101 | 1011011 | 1010110 |
Color Harmonies of #BCFCC1
Complementary color
Monochromatic Colors of #BCFCC1
Black with #BCFCC1
Text Example
Text Example
White with #BCFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCC1; }
p { color: rgb(188,252,193); }
H1.HeaderClassName
{
color: #BCFCC1;
}
.AnyTagClassName
{
color: #BCFCC1;
}
</style>
background-color css
<style>
a { background-color: #BCFCC1; }
a { background-color: rgb(188,252,193); }
div.DivClassName
{
background-color: #BCFCC1;
}
.BgClassName
{
background-color: #BCFCC1;
}
</style>
border-color css
<style>
span { border-color: #BCFCC1; }
span { border-color: rgb(188,252,193); }
td.TdClassName
{
border-color: #BCFCC1;
}
.TagClassName
{
border-color: #BCFCC1;
}
</style>