Shades of East Side #BC8DCC
Tints of East Side #BC8DCC
RGB
CMYK
RGB Variations
Color information
#BC8DCC (or 0xBC8DCC) is known color: East Side. HEX triplet: BC, 8D and CC. RGB value is (188,141,204). Sum of RGB (Red+Green+Blue) = 188+141+204=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DCC is #437233. Grayscale: #A2A2A2. Windows color (decimal): -4420148 or 13405628. OLE color: 13405628.
HSL color Cylindrical-coordinate representation of color #BC8DCC: hue angle of 284.76º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8DCC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 141 | 204 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.2 |
| HSL | 284.76º | 0.38% | 0.68% | - |
| HSV(B) | 284.76º | 0.31% | 0.8% | - |
| XYZ | 41.16 | 34.1 | 61.54 | - |
| YUV | 162.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 204 | 0.08 | 0.31 | 0 | 0.2 | 284.76 | 0.38 | 0.68 |
| Hex | BC | 8D | CC | 8 | 1F | 0 | 14 | 11D | 26 | 44 |
| Octal | 274 | 215 | 314 | 10 | 37 | 0 | 24 | 435 | 46 | 104 |
| Binary | 10111100 | 10001101 | 11001100 | 1000 | 11111 | 0 | 10100 | 100011101 | 100110 | 1000100 |
Color Harmonies of #BC8DCC
Complementary color
Monochromatic Colors of #BC8DCC
Black with #BC8DCC
Text Example
Text Example
White with #BC8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DCC; }
p { color: rgb(188,141,204); }
H1.HeaderClassName
{
color: #BC8DCC;
}
.AnyTagClassName
{
color: #BC8DCC;
}
</style>
background-color css
<style>
a { background-color: #BC8DCC; }
a { background-color: rgb(188,141,204); }
div.DivClassName
{
background-color: #BC8DCC;
}
.BgClassName
{
background-color: #BC8DCC;
}
</style>
border-color css
<style>
span { border-color: #BC8DCC; }
span { border-color: rgb(188,141,204); }
td.TdClassName
{
border-color: #BC8DCC;
}
.TagClassName
{
border-color: #BC8DCC;
}
</style>