Shades of East Side #BC8CCC
Tints of East Side #BC8CCC
RGB
CMYK
RGB Variations
Color information
#BC8CCC (or 0xBC8CCC) is known color: East Side. HEX triplet: BC, 8C and CC. RGB value is (188,140,204). Sum of RGB (Red+Green+Blue) = 188+140+204=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CCC is #437333. Grayscale: #A1A1A1. Windows color (decimal): -4420404 or 13405372. OLE color: 13405372.
HSL color Cylindrical-coordinate representation of color #BC8CCC: hue angle of 285º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8CCC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 140 | 204 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.2 |
| HSL | 285º | 0.39% | 0.67% | - |
| HSV(B) | 285º | 0.31% | 0.8% | - |
| XYZ | 41.02 | 33.81 | 61.49 | - |
| YUV | 161.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 204 | 0.08 | 0.31 | 0 | 0.2 | 285 | 0.39 | 0.67 |
| Hex | BC | 8C | CC | 8 | 1F | 0 | 14 | 11D | 27 | 43 |
| Octal | 274 | 214 | 314 | 10 | 37 | 0 | 24 | 435 | 47 | 103 |
| Binary | 10111100 | 10001100 | 11001100 | 1000 | 11111 | 0 | 10100 | 100011101 | 100111 | 1000011 |
Color Harmonies of #BC8CCC
Complementary color
Monochromatic Colors of #BC8CCC
Black with #BC8CCC
Text Example
Text Example
White with #BC8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CCC; }
p { color: rgb(188,140,204); }
H1.HeaderClassName
{
color: #BC8CCC;
}
.AnyTagClassName
{
color: #BC8CCC;
}
</style>
background-color css
<style>
a { background-color: #BC8CCC; }
a { background-color: rgb(188,140,204); }
div.DivClassName
{
background-color: #BC8CCC;
}
.BgClassName
{
background-color: #BC8CCC;
}
</style>
border-color css
<style>
span { border-color: #BC8CCC; }
span { border-color: rgb(188,140,204); }
td.TdClassName
{
border-color: #BC8CCC;
}
.TagClassName
{
border-color: #BC8CCC;
}
</style>