Shades of Granny Apple #BCF2C7
Tints of Granny Apple #BCF2C7
RGB
CMYK
RGB Variations
Color information
#BCF2C7 (or 0xBCF2C7) is known color: Granny Apple. HEX triplet: BC, F2 and C7. RGB value is (188,242,199). Sum of RGB (Red+Green+Blue) = 188+242+199=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2C7 is #430D38. Grayscale: #DDDDDD. Windows color (decimal): -4394297 or 13103804. OLE color: 13103804.
HSL color Cylindrical-coordinate representation of color #BCF2C7: hue angle of 132.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2C7 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 199 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.05 |
| HSL | 132.22º | 0.68% | 0.84% | - |
| HSV(B) | 132.22º | 0.22% | 0.95% | - |
| XYZ | 62.8 | 78.32 | 65.84 | - |
| YUV | 220.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 199 | 0.22 | 0 | 0.18 | 0.05 | 132.22 | 0.68 | 0.84 |
| Hex | BC | F2 | C7 | 16 | 0 | 12 | 5 | 84 | 44 | 54 |
| Octal | 274 | 362 | 307 | 26 | 0 | 22 | 5 | 204 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11000111 | 10110 | 0 | 10010 | 101 | 10000100 | 1000100 | 1010100 |
Color Harmonies of #BCF2C7
Complementary color
Monochromatic Colors of #BCF2C7
Black with #BCF2C7
Text Example
Text Example
White with #BCF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2C7; }
p { color: rgb(188,242,199); }
H1.HeaderClassName
{
color: #BCF2C7;
}
.AnyTagClassName
{
color: #BCF2C7;
}
</style>
background-color css
<style>
a { background-color: #BCF2C7; }
a { background-color: rgb(188,242,199); }
div.DivClassName
{
background-color: #BCF2C7;
}
.BgClassName
{
background-color: #BCF2C7;
}
</style>
border-color css
<style>
span { border-color: #BCF2C7; }
span { border-color: rgb(188,242,199); }
td.TdClassName
{
border-color: #BCF2C7;
}
.TagClassName
{
border-color: #BCF2C7;
}
</style>