Shades of Granny Apple #BCE2C9
Tints of Granny Apple #BCE2C9
RGB
CMYK
RGB Variations
Color information
#BCE2C9 (or 0xBCE2C9) is known color: Granny Apple. HEX triplet: BC, E2 and C9. RGB value is (188,226,201). Sum of RGB (Red+Green+Blue) = 188+226+201=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2C9 is #431D36. Grayscale: #D3D3D3. Windows color (decimal): -4398391 or 13230780. OLE color: 13230780.
HSL color Cylindrical-coordinate representation of color #BCE2C9: hue angle of 140.53º 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 #BCE2C9 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 201 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.11 |
| HSL | 140.53º | 0.4% | 0.81% | - |
| HSV(B) | 140.53º | 0.17% | 0.89% | - |
| XYZ | 58.48 | 69.3 | 65.55 | - |
| YUV | 211.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 201 | 0.17 | 0 | 0.11 | 0.11 | 140.53 | 0.4 | 0.81 |
| Hex | BC | E2 | C9 | 11 | 0 | B | B | 8D | 28 | 51 |
| Octal | 274 | 342 | 311 | 21 | 0 | 13 | 13 | 215 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11001001 | 10001 | 0 | 1011 | 1011 | 10001101 | 101000 | 1010001 |
Color Harmonies of #BCE2C9
Complementary color
Monochromatic Colors of #BCE2C9
Black with #BCE2C9
Text Example
Text Example
White with #BCE2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2C9; }
p { color: rgb(188,226,201); }
H1.HeaderClassName
{
color: #BCE2C9;
}
.AnyTagClassName
{
color: #BCE2C9;
}
</style>
background-color css
<style>
a { background-color: #BCE2C9; }
a { background-color: rgb(188,226,201); }
div.DivClassName
{
background-color: #BCE2C9;
}
.BgClassName
{
background-color: #BCE2C9;
}
</style>
border-color css
<style>
span { border-color: #BCE2C9; }
span { border-color: rgb(188,226,201); }
td.TdClassName
{
border-color: #BCE2C9;
}
.TagClassName
{
border-color: #BCE2C9;
}
</style>