Shades of Granny Apple #BCE1C7
Tints of Granny Apple #BCE1C7
RGB
CMYK
RGB Variations
Color information
#BCE1C7 (or 0xBCE1C7) is known color: Granny Apple. HEX triplet: BC, E1 and C7. RGB value is (188,225,199). Sum of RGB (Red+Green+Blue) = 188+225+199=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1C7 is #431E38. Grayscale: #D3D3D3. Windows color (decimal): -4398649 or 13099452. OLE color: 13099452.
HSL color Cylindrical-coordinate representation of color #BCE1C7: hue angle of 137.84º 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 #BCE1C7 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 199 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.12 |
| HSL | 137.84º | 0.38% | 0.81% | - |
| HSV(B) | 137.84º | 0.16% | 0.88% | - |
| XYZ | 57.97 | 68.67 | 64.23 | - |
| YUV | 210.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 199 | 0.16 | 0 | 0.12 | 0.12 | 137.84 | 0.38 | 0.81 |
| Hex | BC | E1 | C7 | 10 | 0 | C | C | 8A | 26 | 51 |
| Octal | 274 | 341 | 307 | 20 | 0 | 14 | 14 | 212 | 46 | 121 |
| Binary | 10111100 | 11100001 | 11000111 | 10000 | 0 | 1100 | 1100 | 10001010 | 100110 | 1010001 |
Color Harmonies of #BCE1C7
Complementary color
Monochromatic Colors of #BCE1C7
Black with #BCE1C7
Text Example
Text Example
White with #BCE1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1C7; }
p { color: rgb(188,225,199); }
H1.HeaderClassName
{
color: #BCE1C7;
}
.AnyTagClassName
{
color: #BCE1C7;
}
</style>
background-color css
<style>
a { background-color: #BCE1C7; }
a { background-color: rgb(188,225,199); }
div.DivClassName
{
background-color: #BCE1C7;
}
.BgClassName
{
background-color: #BCE1C7;
}
</style>
border-color css
<style>
span { border-color: #BCE1C7; }
span { border-color: rgb(188,225,199); }
td.TdClassName
{
border-color: #BCE1C7;
}
.TagClassName
{
border-color: #BCE1C7;
}
</style>