Shades of Granny Apple #BCFCC2
Tints of Granny Apple #BCFCC2
RGB
CMYK
RGB Variations
Color information
#BCFCC2 (or 0xBCFCC2) is known color: Granny Apple. HEX triplet: BC, FC and C2. RGB value is (188,252,194). Sum of RGB (Red+Green+Blue) = 188+252+194=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCC2 is #43033D. Grayscale: #E2E2E2. Windows color (decimal): -4391742 or 12778684. OLE color: 12778684.
HSL color Cylindrical-coordinate representation of color #BCFCC2: hue angle of 125.62º 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 #BCFCC2 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 194 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.01 |
| HSL | 125.63º | 0.91% | 0.86% | - |
| HSV(B) | 125.63º | 0.25% | 0.99% | - |
| XYZ | 65.29 | 84.21 | 63.85 | - |
| YUV | 226.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 194 | 0.25 | 0 | 0.23 | 0.01 | 125.63 | 0.91 | 0.86 |
| Hex | BC | FC | C2 | 19 | 0 | 17 | 1 | 7E | 5B | 56 |
| Octal | 274 | 374 | 302 | 31 | 0 | 27 | 1 | 176 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11000010 | 11001 | 0 | 10111 | 1 | 1111110 | 1011011 | 1010110 |
Color Harmonies of #BCFCC2
Complementary color
Monochromatic Colors of #BCFCC2
Black with #BCFCC2
Text Example
Text Example
White with #BCFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCC2; }
p { color: rgb(188,252,194); }
H1.HeaderClassName
{
color: #BCFCC2;
}
.AnyTagClassName
{
color: #BCFCC2;
}
</style>
background-color css
<style>
a { background-color: #BCFCC2; }
a { background-color: rgb(188,252,194); }
div.DivClassName
{
background-color: #BCFCC2;
}
.BgClassName
{
background-color: #BCFCC2;
}
</style>
border-color css
<style>
span { border-color: #BCFCC2; }
span { border-color: rgb(188,252,194); }
td.TdClassName
{
border-color: #BCFCC2;
}
.TagClassName
{
border-color: #BCFCC2;
}
</style>