Shades of Granny Apple #BCF6CE
Tints of Granny Apple #BCF6CE
RGB
CMYK
RGB Variations
Color information
#BCF6CE (or 0xBCF6CE) is known color: Granny Apple. HEX triplet: BC, F6 and CE. RGB value is (188,246,206). Sum of RGB (Red+Green+Blue) = 188+246+206=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6CE is #430931. Grayscale: #E0E0E0. Windows color (decimal): -4393266 or 13563580. OLE color: 13563580.
HSL color Cylindrical-coordinate representation of color #BCF6CE: hue angle of 138.62º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6CE is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 206 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.04 |
| HSL | 138.62º | 0.76% | 0.85% | - |
| HSV(B) | 138.62º | 0.24% | 0.96% | - |
| XYZ | 64.84 | 81.06 | 70.62 | - |
| YUV | 224.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 206 | 0.24 | 0 | 0.16 | 0.04 | 138.62 | 0.76 | 0.85 |
| Hex | BC | F6 | CE | 18 | 0 | 10 | 4 | 8B | 4C | 55 |
| Octal | 274 | 366 | 316 | 30 | 0 | 20 | 4 | 213 | 114 | 125 |
| Binary | 10111100 | 11110110 | 11001110 | 11000 | 0 | 10000 | 100 | 10001011 | 1001100 | 1010101 |
Color Harmonies of #BCF6CE
Complementary color
Monochromatic Colors of #BCF6CE
Black with #BCF6CE
Text Example
Text Example
White with #BCF6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6CE; }
p { color: rgb(188,246,206); }
H1.HeaderClassName
{
color: #BCF6CE;
}
.AnyTagClassName
{
color: #BCF6CE;
}
</style>
background-color css
<style>
a { background-color: #BCF6CE; }
a { background-color: rgb(188,246,206); }
div.DivClassName
{
background-color: #BCF6CE;
}
.BgClassName
{
background-color: #BCF6CE;
}
</style>
border-color css
<style>
span { border-color: #BCF6CE; }
span { border-color: rgb(188,246,206); }
td.TdClassName
{
border-color: #BCF6CE;
}
.TagClassName
{
border-color: #BCF6CE;
}
</style>