Shades of Granny Apple #BCF7C2
Tints of Granny Apple #BCF7C2
RGB
CMYK
RGB Variations
Color information
#BCF7C2 (or 0xBCF7C2) is known color: Granny Apple. HEX triplet: BC, F7 and C2. RGB value is (188,247,194). Sum of RGB (Red+Green+Blue) = 188+247+194=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7C2 is #43083D. Grayscale: #DFDFDF. Windows color (decimal): -4393022 or 12777404. OLE color: 12777404.
HSL color Cylindrical-coordinate representation of color #BCF7C2: hue angle of 126.1º degrees, saturation: 0.79, 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 #BCF7C2 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 194 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.03 |
| HSL | 126.1º | 0.79% | 0.85% | - |
| HSV(B) | 126.1º | 0.24% | 0.97% | - |
| XYZ | 63.74 | 81.11 | 63.34 | - |
| YUV | 223.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 194 | 0.24 | 0 | 0.21 | 0.03 | 126.1 | 0.79 | 0.85 |
| Hex | BC | F7 | C2 | 18 | 0 | 15 | 3 | 7E | 4F | 55 |
| Octal | 274 | 367 | 302 | 30 | 0 | 25 | 3 | 176 | 117 | 125 |
| Binary | 10111100 | 11110111 | 11000010 | 11000 | 0 | 10101 | 11 | 1111110 | 1001111 | 1010101 |
Color Harmonies of #BCF7C2
Complementary color
Monochromatic Colors of #BCF7C2
Black with #BCF7C2
Text Example
Text Example
White with #BCF7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF7C2; }
p { color: rgb(188,247,194); }
H1.HeaderClassName
{
color: #BCF7C2;
}
.AnyTagClassName
{
color: #BCF7C2;
}
</style>
background-color css
<style>
a { background-color: #BCF7C2; }
a { background-color: rgb(188,247,194); }
div.DivClassName
{
background-color: #BCF7C2;
}
.BgClassName
{
background-color: #BCF7C2;
}
</style>
border-color css
<style>
span { border-color: #BCF7C2; }
span { border-color: rgb(188,247,194); }
td.TdClassName
{
border-color: #BCF7C2;
}
.TagClassName
{
border-color: #BCF7C2;
}
</style>