Shades of Granny Apple #BCE2C8
Tints of Granny Apple #BCE2C8
RGB
CMYK
RGB Variations
Color information
#BCE2C8 (or 0xBCE2C8) is known color: Granny Apple. HEX triplet: BC, E2 and C8. RGB value is (188,226,200). Sum of RGB (Red+Green+Blue) = 188+226+200=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2C8 is #431D37. Grayscale: #D3D3D3. Windows color (decimal): -4398392 or 13165244. OLE color: 13165244.
HSL color Cylindrical-coordinate representation of color #BCE2C8: hue angle of 138.95º 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 #BCE2C8 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 200 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.11 |
| HSL | 138.95º | 0.4% | 0.81% | - |
| HSV(B) | 138.95º | 0.17% | 0.89% | - |
| XYZ | 58.36 | 69.25 | 64.94 | - |
| YUV | 211.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 200 | 0.17 | 0 | 0.12 | 0.11 | 138.95 | 0.4 | 0.81 |
| Hex | BC | E2 | C8 | 11 | 0 | C | B | 8B | 28 | 51 |
| Octal | 274 | 342 | 310 | 21 | 0 | 14 | 13 | 213 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11001000 | 10001 | 0 | 1100 | 1011 | 10001011 | 101000 | 1010001 |
Color Harmonies of #BCE2C8
Complementary color
Monochromatic Colors of #BCE2C8
Black with #BCE2C8
Text Example
Text Example
White with #BCE2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2C8; }
p { color: rgb(188,226,200); }
H1.HeaderClassName
{
color: #BCE2C8;
}
.AnyTagClassName
{
color: #BCE2C8;
}
</style>
background-color css
<style>
a { background-color: #BCE2C8; }
a { background-color: rgb(188,226,200); }
div.DivClassName
{
background-color: #BCE2C8;
}
.BgClassName
{
background-color: #BCE2C8;
}
</style>
border-color css
<style>
span { border-color: #BCE2C8; }
span { border-color: rgb(188,226,200); }
td.TdClassName
{
border-color: #BCE2C8;
}
.TagClassName
{
border-color: #BCE2C8;
}
</style>