Shades of East Side #BC85C0
Tints of East Side #BC85C0
RGB
CMYK
RGB Variations
Color information
#BC85C0 (or 0xBC85C0) is known color: East Side. HEX triplet: BC, 85 and C0. RGB value is (188,133,192). Sum of RGB (Red+Green+Blue) = 188+133+192=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85C0 is #437A3F. Grayscale: #9B9B9B. Windows color (decimal): -4422208 or 12617148. OLE color: 12617148.
HSL color Cylindrical-coordinate representation of color #BC85C0: hue angle of 295.93º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC85C0 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 133 | 192 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.25 |
| HSL | 295.93º | 0.32% | 0.64% | - |
| HSV(B) | 295.93º | 0.31% | 0.75% | - |
| XYZ | 38.64 | 31.27 | 53.87 | - |
| YUV | 156.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 192 | 0.02 | 0.31 | 0 | 0.25 | 295.93 | 0.32 | 0.64 |
| Hex | BC | 85 | C0 | 2 | 1F | 0 | 19 | 128 | 20 | 40 |
| Octal | 274 | 205 | 300 | 2 | 37 | 0 | 31 | 450 | 40 | 100 |
| Binary | 10111100 | 10000101 | 11000000 | 10 | 11111 | 0 | 11001 | 100101000 | 100000 | 1000000 |
Color Harmonies of #BC85C0
Complementary color
Monochromatic Colors of #BC85C0
Black with #BC85C0
Text Example
Text Example
White with #BC85C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85C0; }
p { color: rgb(188,133,192); }
H1.HeaderClassName
{
color: #BC85C0;
}
.AnyTagClassName
{
color: #BC85C0;
}
</style>
background-color css
<style>
a { background-color: #BC85C0; }
a { background-color: rgb(188,133,192); }
div.DivClassName
{
background-color: #BC85C0;
}
.BgClassName
{
background-color: #BC85C0;
}
</style>
border-color css
<style>
span { border-color: #BC85C0; }
span { border-color: rgb(188,133,192); }
td.TdClassName
{
border-color: #BC85C0;
}
.TagClassName
{
border-color: #BC85C0;
}
</style>