Shades of Granny Apple #BCE2C7
Tints of Granny Apple #BCE2C7
RGB
CMYK
RGB Variations
Color information
#BCE2C7 (or 0xBCE2C7) is known color: Granny Apple. HEX triplet: BC, E2 and C7. RGB value is (188,226,199). Sum of RGB (Red+Green+Blue) = 188+226+199=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2C7 is #431D38. Grayscale: #D3D3D3. Windows color (decimal): -4398393 or 13099708. OLE color: 13099708.
HSL color Cylindrical-coordinate representation of color #BCE2C7: hue angle of 137.37º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2C7 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 199 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.11 |
| HSL | 137.37º | 0.4% | 0.81% | - |
| HSV(B) | 137.37º | 0.17% | 0.89% | - |
| XYZ | 58.24 | 69.21 | 64.32 | - |
| YUV | 211.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 199 | 0.17 | 0 | 0.12 | 0.11 | 137.37 | 0.4 | 0.81 |
| Hex | BC | E2 | C7 | 11 | 0 | C | B | 89 | 28 | 51 |
| Octal | 274 | 342 | 307 | 21 | 0 | 14 | 13 | 211 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11000111 | 10001 | 0 | 1100 | 1011 | 10001001 | 101000 | 1010001 |
Color Harmonies of #BCE2C7
Complementary color
Monochromatic Colors of #BCE2C7
Black with #BCE2C7
Text Example
Text Example
White with #BCE2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2C7; }
p { color: rgb(188,226,199); }
H1.HeaderClassName
{
color: #BCE2C7;
}
.AnyTagClassName
{
color: #BCE2C7;
}
</style>
background-color css
<style>
a { background-color: #BCE2C7; }
a { background-color: rgb(188,226,199); }
div.DivClassName
{
background-color: #BCE2C7;
}
.BgClassName
{
background-color: #BCE2C7;
}
</style>
border-color css
<style>
span { border-color: #BCE2C7; }
span { border-color: rgb(188,226,199); }
td.TdClassName
{
border-color: #BCE2C7;
}
.TagClassName
{
border-color: #BCE2C7;
}
</style>