Shades of Granny Apple #BCE8C6
Tints of Granny Apple #BCE8C6
RGB
CMYK
RGB Variations
Color information
#BCE8C6 (or 0xBCE8C6) is known color: Granny Apple. HEX triplet: BC, E8 and C6. RGB value is (188,232,198). Sum of RGB (Red+Green+Blue) = 188+232+198=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8C6 is #431739. Grayscale: #D7D7D7. Windows color (decimal): -4396858 or 13035708. OLE color: 13035708.
HSL color Cylindrical-coordinate representation of color #BCE8C6: hue angle of 133.64º 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 #BCE8C6 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 198 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.09 |
| HSL | 133.64º | 0.49% | 0.82% | - |
| HSV(B) | 133.64º | 0.19% | 0.91% | - |
| XYZ | 59.79 | 72.48 | 64.27 | - |
| YUV | 214.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 198 | 0.19 | 0 | 0.15 | 0.09 | 133.64 | 0.49 | 0.82 |
| Hex | BC | E8 | C6 | 13 | 0 | F | 9 | 86 | 31 | 52 |
| Octal | 274 | 350 | 306 | 23 | 0 | 17 | 11 | 206 | 61 | 122 |
| Binary | 10111100 | 11101000 | 11000110 | 10011 | 0 | 1111 | 1001 | 10000110 | 110001 | 1010010 |
Color Harmonies of #BCE8C6
Complementary color
Monochromatic Colors of #BCE8C6
Black with #BCE8C6
Text Example
Text Example
White with #BCE8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8C6; }
p { color: rgb(188,232,198); }
H1.HeaderClassName
{
color: #BCE8C6;
}
.AnyTagClassName
{
color: #BCE8C6;
}
</style>
background-color css
<style>
a { background-color: #BCE8C6; }
a { background-color: rgb(188,232,198); }
div.DivClassName
{
background-color: #BCE8C6;
}
.BgClassName
{
background-color: #BCE8C6;
}
</style>
border-color css
<style>
span { border-color: #BCE8C6; }
span { border-color: rgb(188,232,198); }
td.TdClassName
{
border-color: #BCE8C6;
}
.TagClassName
{
border-color: #BCE8C6;
}
</style>