Shades of Granny Apple #BCE8C5
Tints of Granny Apple #BCE8C5
RGB
CMYK
RGB Variations
Color information
#BCE8C5 (or 0xBCE8C5) is known color: Granny Apple. HEX triplet: BC, E8 and C5. RGB value is (188,232,197). Sum of RGB (Red+Green+Blue) = 188+232+197=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8C5 is #43173A. Grayscale: #D6D6D6. Windows color (decimal): -4396859 or 12970172. OLE color: 12970172.
HSL color Cylindrical-coordinate representation of color #BCE8C5: hue angle of 132.27º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE8C5 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 197 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.09 |
| HSL | 132.27º | 0.49% | 0.82% | - |
| HSV(B) | 132.27º | 0.19% | 0.91% | - |
| XYZ | 59.67 | 72.44 | 63.66 | - |
| YUV | 214.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 197 | 0.19 | 0 | 0.15 | 0.09 | 132.27 | 0.49 | 0.82 |
| Hex | BC | E8 | C5 | 13 | 0 | F | 9 | 84 | 31 | 52 |
| Octal | 274 | 350 | 305 | 23 | 0 | 17 | 11 | 204 | 61 | 122 |
| Binary | 10111100 | 11101000 | 11000101 | 10011 | 0 | 1111 | 1001 | 10000100 | 110001 | 1010010 |
Color Harmonies of #BCE8C5
Complementary color
Monochromatic Colors of #BCE8C5
Black with #BCE8C5
Text Example
Text Example
White with #BCE8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8C5; }
p { color: rgb(188,232,197); }
H1.HeaderClassName
{
color: #BCE8C5;
}
.AnyTagClassName
{
color: #BCE8C5;
}
</style>
background-color css
<style>
a { background-color: #BCE8C5; }
a { background-color: rgb(188,232,197); }
div.DivClassName
{
background-color: #BCE8C5;
}
.BgClassName
{
background-color: #BCE8C5;
}
</style>
border-color css
<style>
span { border-color: #BCE8C5; }
span { border-color: rgb(188,232,197); }
td.TdClassName
{
border-color: #BCE8C5;
}
.TagClassName
{
border-color: #BCE8C5;
}
</style>