Shades of Granny Apple #BCF2CE
Tints of Granny Apple #BCF2CE
RGB
CMYK
RGB Variations
Color information
#BCF2CE (or 0xBCF2CE) is known color: Granny Apple. HEX triplet: BC, F2 and CE. RGB value is (188,242,206). Sum of RGB (Red+Green+Blue) = 188+242+206=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2CE is #430D31. Grayscale: #DDDDDD. Windows color (decimal): -4394290 or 13562556. OLE color: 13562556.
HSL color Cylindrical-coordinate representation of color #BCF2CE: hue angle of 140º 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 #BCF2CE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 206 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.05 |
| HSL | 140º | 0.68% | 0.84% | - |
| HSV(B) | 140º | 0.22% | 0.95% | - |
| XYZ | 63.63 | 78.65 | 70.22 | - |
| YUV | 221.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 206 | 0.22 | 0 | 0.15 | 0.05 | 140 | 0.68 | 0.84 |
| Hex | BC | F2 | CE | 16 | 0 | F | 5 | 8C | 44 | 54 |
| Octal | 274 | 362 | 316 | 26 | 0 | 17 | 5 | 214 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11001110 | 10110 | 0 | 1111 | 101 | 10001100 | 1000100 | 1010100 |
Color Harmonies of #BCF2CE
Complementary color
Monochromatic Colors of #BCF2CE
Black with #BCF2CE
Text Example
Text Example
White with #BCF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2CE; }
p { color: rgb(188,242,206); }
H1.HeaderClassName
{
color: #BCF2CE;
}
.AnyTagClassName
{
color: #BCF2CE;
}
</style>
background-color css
<style>
a { background-color: #BCF2CE; }
a { background-color: rgb(188,242,206); }
div.DivClassName
{
background-color: #BCF2CE;
}
.BgClassName
{
background-color: #BCF2CE;
}
</style>
border-color css
<style>
span { border-color: #BCF2CE; }
span { border-color: rgb(188,242,206); }
td.TdClassName
{
border-color: #BCF2CE;
}
.TagClassName
{
border-color: #BCF2CE;
}
</style>