Shades of Granny Apple #BCF9CE
Tints of Granny Apple #BCF9CE
RGB
CMYK
RGB Variations
Color information
#BCF9CE (or 0xBCF9CE) is known color: Granny Apple. HEX triplet: BC, F9 and CE. RGB value is (188,249,206). Sum of RGB (Red+Green+Blue) = 188+249+206=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9CE is #430631. Grayscale: #E1E1E1. Windows color (decimal): -4392498 or 13564348. OLE color: 13564348.
HSL color Cylindrical-coordinate representation of color #BCF9CE: hue angle of 137.7º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9CE is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 206 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.02 |
| HSL | 137.7º | 0.84% | 0.86% | - |
| HSV(B) | 137.7º | 0.24% | 0.98% | - |
| XYZ | 65.76 | 82.9 | 70.93 | - |
| YUV | 225.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 206 | 0.24 | 0 | 0.17 | 0.02 | 137.7 | 0.84 | 0.86 |
| Hex | BC | F9 | CE | 18 | 0 | 11 | 2 | 8A | 54 | 56 |
| Octal | 274 | 371 | 316 | 30 | 0 | 21 | 2 | 212 | 124 | 126 |
| Binary | 10111100 | 11111001 | 11001110 | 11000 | 0 | 10001 | 10 | 10001010 | 1010100 | 1010110 |
Color Harmonies of #BCF9CE
Complementary color
Monochromatic Colors of #BCF9CE
Black with #BCF9CE
Text Example
Text Example
White with #BCF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF9CE; }
p { color: rgb(188,249,206); }
H1.HeaderClassName
{
color: #BCF9CE;
}
.AnyTagClassName
{
color: #BCF9CE;
}
</style>
background-color css
<style>
a { background-color: #BCF9CE; }
a { background-color: rgb(188,249,206); }
div.DivClassName
{
background-color: #BCF9CE;
}
.BgClassName
{
background-color: #BCF9CE;
}
</style>
border-color css
<style>
span { border-color: #BCF9CE; }
span { border-color: rgb(188,249,206); }
td.TdClassName
{
border-color: #BCF9CE;
}
.TagClassName
{
border-color: #BCF9CE;
}
</style>