Shades of Granny Apple #BCE7C5
Tints of Granny Apple #BCE7C5
RGB
CMYK
RGB Variations
Color information
#BCE7C5 (or 0xBCE7C5) is known color: Granny Apple. HEX triplet: BC, E7 and C5. RGB value is (188,231,197). Sum of RGB (Red+Green+Blue) = 188+231+197=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7C5 is #43183A. Grayscale: #D6D6D6. Windows color (decimal): -4397115 or 12969916. OLE color: 12969916.
HSL color Cylindrical-coordinate representation of color #BCE7C5: hue angle of 132.56º degrees, saturation: 0.47, 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 #BCE7C5 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 197 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.09 |
| HSL | 132.56º | 0.47% | 0.82% | - |
| HSV(B) | 132.56º | 0.19% | 0.91% | - |
| XYZ | 59.39 | 71.87 | 63.57 | - |
| YUV | 214.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 197 | 0.19 | 0 | 0.15 | 0.09 | 132.56 | 0.47 | 0.82 |
| Hex | BC | E7 | C5 | 13 | 0 | F | 9 | 85 | 2F | 52 |
| Octal | 274 | 347 | 305 | 23 | 0 | 17 | 11 | 205 | 57 | 122 |
| Binary | 10111100 | 11100111 | 11000101 | 10011 | 0 | 1111 | 1001 | 10000101 | 101111 | 1010010 |
Color Harmonies of #BCE7C5
Complementary color
Monochromatic Colors of #BCE7C5
Black with #BCE7C5
Text Example
Text Example
White with #BCE7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7C5; }
p { color: rgb(188,231,197); }
H1.HeaderClassName
{
color: #BCE7C5;
}
.AnyTagClassName
{
color: #BCE7C5;
}
</style>
background-color css
<style>
a { background-color: #BCE7C5; }
a { background-color: rgb(188,231,197); }
div.DivClassName
{
background-color: #BCE7C5;
}
.BgClassName
{
background-color: #BCE7C5;
}
</style>
border-color css
<style>
span { border-color: #BCE7C5; }
span { border-color: rgb(188,231,197); }
td.TdClassName
{
border-color: #BCE7C5;
}
.TagClassName
{
border-color: #BCE7C5;
}
</style>