Shades of Granny Apple #BCF8C2
Tints of Granny Apple #BCF8C2
RGB
CMYK
RGB Variations
Color information
#BCF8C2 (or 0xBCF8C2) is known color: Granny Apple. HEX triplet: BC, F8 and C2. RGB value is (188,248,194). Sum of RGB (Red+Green+Blue) = 188+248+194=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8C2 is #43073D. Grayscale: #E0E0E0. Windows color (decimal): -4392766 or 12777660. OLE color: 12777660.
HSL color Cylindrical-coordinate representation of color #BCF8C2: hue angle of 126º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8C2 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 194 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.03 |
| HSL | 126º | 0.81% | 0.85% | - |
| HSV(B) | 126º | 0.24% | 0.97% | - |
| XYZ | 64.04 | 81.72 | 63.44 | - |
| YUV | 223.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 194 | 0.24 | 0 | 0.22 | 0.03 | 126 | 0.81 | 0.85 |
| Hex | BC | F8 | C2 | 18 | 0 | 16 | 3 | 7E | 51 | 55 |
| Octal | 274 | 370 | 302 | 30 | 0 | 26 | 3 | 176 | 121 | 125 |
| Binary | 10111100 | 11111000 | 11000010 | 11000 | 0 | 10110 | 11 | 1111110 | 1010001 | 1010101 |
Color Harmonies of #BCF8C2
Complementary color
Monochromatic Colors of #BCF8C2
Black with #BCF8C2
Text Example
Text Example
White with #BCF8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8C2; }
p { color: rgb(188,248,194); }
H1.HeaderClassName
{
color: #BCF8C2;
}
.AnyTagClassName
{
color: #BCF8C2;
}
</style>
background-color css
<style>
a { background-color: #BCF8C2; }
a { background-color: rgb(188,248,194); }
div.DivClassName
{
background-color: #BCF8C2;
}
.BgClassName
{
background-color: #BCF8C2;
}
</style>
border-color css
<style>
span { border-color: #BCF8C2; }
span { border-color: rgb(188,248,194); }
td.TdClassName
{
border-color: #BCF8C2;
}
.TagClassName
{
border-color: #BCF8C2;
}
</style>