Shades of Granny Apple #BCE1C8
Tints of Granny Apple #BCE1C8
RGB
CMYK
RGB Variations
Color information
#BCE1C8 (or 0xBCE1C8) is known color: Granny Apple. HEX triplet: BC, E1 and C8. RGB value is (188,225,200). Sum of RGB (Red+Green+Blue) = 188+225+200=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1C8 is #431E37. Grayscale: #D3D3D3. Windows color (decimal): -4398648 or 13164988. OLE color: 13164988.
HSL color Cylindrical-coordinate representation of color #BCE1C8: hue angle of 139.46º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1C8 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 200 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.12 |
| HSL | 139.46º | 0.38% | 0.81% | - |
| HSV(B) | 139.46º | 0.16% | 0.88% | - |
| XYZ | 58.09 | 68.71 | 64.84 | - |
| YUV | 211.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 200 | 0.16 | 0 | 0.11 | 0.12 | 139.46 | 0.38 | 0.81 |
| Hex | BC | E1 | C8 | 10 | 0 | B | C | 8B | 26 | 51 |
| Octal | 274 | 341 | 310 | 20 | 0 | 13 | 14 | 213 | 46 | 121 |
| Binary | 10111100 | 11100001 | 11001000 | 10000 | 0 | 1011 | 1100 | 10001011 | 100110 | 1010001 |
Color Harmonies of #BCE1C8
Complementary color
Monochromatic Colors of #BCE1C8
Black with #BCE1C8
Text Example
Text Example
White with #BCE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1C8; }
p { color: rgb(188,225,200); }
H1.HeaderClassName
{
color: #BCE1C8;
}
.AnyTagClassName
{
color: #BCE1C8;
}
</style>
background-color css
<style>
a { background-color: #BCE1C8; }
a { background-color: rgb(188,225,200); }
div.DivClassName
{
background-color: #BCE1C8;
}
.BgClassName
{
background-color: #BCE1C8;
}
</style>
border-color css
<style>
span { border-color: #BCE1C8; }
span { border-color: rgb(188,225,200); }
td.TdClassName
{
border-color: #BCE1C8;
}
.TagClassName
{
border-color: #BCE1C8;
}
</style>