Shades of East Side #BC8BC6
Tints of East Side #BC8BC6
RGB
CMYK
RGB Variations
Color information
#BC8BC6 (or 0xBC8BC6) is known color: East Side. HEX triplet: BC, 8B and C6. RGB value is (188,139,198). Sum of RGB (Red+Green+Blue) = 188+139+198=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC8BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BC6 is #437439. Grayscale: #A0A0A0. Windows color (decimal): -4420666 or 13011900. OLE color: 13011900.
HSL color Cylindrical-coordinate representation of color #BC8BC6: hue angle of 289.83º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8BC6 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 139 | 198 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.22 |
| HSL | 289.83º | 0.34% | 0.66% | - |
| HSV(B) | 289.83º | 0.3% | 0.78% | - |
| XYZ | 40.16 | 33.23 | 57.72 | - |
| YUV | 160.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 198 | 0.05 | 0.30 | 0 | 0.22 | 289.83 | 0.34 | 0.66 |
| Hex | BC | 8B | C6 | 5 | 1E | 0 | 16 | 122 | 22 | 42 |
| Octal | 274 | 213 | 306 | 5 | 36 | 0 | 26 | 442 | 42 | 102 |
| Binary | 10111100 | 10001011 | 11000110 | 101 | 11110 | 0 | 10110 | 100100010 | 100010 | 1000010 |
Color Harmonies of #BC8BC6
Complementary color
Monochromatic Colors of #BC8BC6
Black with #BC8BC6
Text Example
Text Example
White with #BC8BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BC6; }
p { color: rgb(188,139,198); }
H1.HeaderClassName
{
color: #BC8BC6;
}
.AnyTagClassName
{
color: #BC8BC6;
}
</style>
background-color css
<style>
a { background-color: #BC8BC6; }
a { background-color: rgb(188,139,198); }
div.DivClassName
{
background-color: #BC8BC6;
}
.BgClassName
{
background-color: #BC8BC6;
}
</style>
border-color css
<style>
span { border-color: #BC8BC6; }
span { border-color: rgb(188,139,198); }
td.TdClassName
{
border-color: #BC8BC6;
}
.TagClassName
{
border-color: #BC8BC6;
}
</style>