Shades of Granny Apple #BCF4C7
Tints of Granny Apple #BCF4C7
RGB
CMYK
RGB Variations
Color information
#BCF4C7 (or 0xBCF4C7) is known color: Granny Apple. HEX triplet: BC, F4 and C7. RGB value is (188,244,199). Sum of RGB (Red+Green+Blue) = 188+244+199=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF4C7 is #430B38. Grayscale: #DEDEDE. Windows color (decimal): -4393785 or 13104316. OLE color: 13104316.
HSL color Cylindrical-coordinate representation of color #BCF4C7: hue angle of 131.79º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF4C7 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 199 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.04 |
| HSL | 131.79º | 0.72% | 0.85% | - |
| HSV(B) | 131.79º | 0.23% | 0.96% | - |
| XYZ | 63.4 | 79.52 | 66.04 | - |
| YUV | 222.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 199 | 0.23 | 0 | 0.18 | 0.04 | 131.79 | 0.72 | 0.85 |
| Hex | BC | F4 | C7 | 17 | 0 | 12 | 4 | 84 | 48 | 55 |
| Octal | 274 | 364 | 307 | 27 | 0 | 22 | 4 | 204 | 110 | 125 |
| Binary | 10111100 | 11110100 | 11000111 | 10111 | 0 | 10010 | 100 | 10000100 | 1001000 | 1010101 |
Color Harmonies of #BCF4C7
Complementary color
Monochromatic Colors of #BCF4C7
Black with #BCF4C7
Text Example
Text Example
White with #BCF4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF4C7; }
p { color: rgb(188,244,199); }
H1.HeaderClassName
{
color: #BCF4C7;
}
.AnyTagClassName
{
color: #BCF4C7;
}
</style>
background-color css
<style>
a { background-color: #BCF4C7; }
a { background-color: rgb(188,244,199); }
div.DivClassName
{
background-color: #BCF4C7;
}
.BgClassName
{
background-color: #BCF4C7;
}
</style>
border-color css
<style>
span { border-color: #BCF4C7; }
span { border-color: rgb(188,244,199); }
td.TdClassName
{
border-color: #BCF4C7;
}
.TagClassName
{
border-color: #BCF4C7;
}
</style>