Shades of East Side #BC8BC5
Tints of East Side #BC8BC5
RGB
CMYK
RGB Variations
Color information
#BC8BC5 (or 0xBC8BC5) is known color: East Side. HEX triplet: BC, 8B and C5. RGB value is (188,139,197). Sum of RGB (Red+Green+Blue) = 188+139+197=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC8BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BC5 is #43743A. Grayscale: #A0A0A0. Windows color (decimal): -4420667 or 12946364. OLE color: 12946364.
HSL color Cylindrical-coordinate representation of color #BC8BC5: hue angle of 290.69º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC8BC5 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 139 | 197 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.23 |
| HSL | 290.69º | 0.33% | 0.66% | - |
| HSV(B) | 290.69º | 0.29% | 0.77% | - |
| XYZ | 40.05 | 33.19 | 57.12 | - |
| YUV | 160.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 197 | 0.05 | 0.29 | 0 | 0.23 | 290.69 | 0.33 | 0.66 |
| Hex | BC | 8B | C5 | 5 | 1D | 0 | 17 | 123 | 21 | 42 |
| Octal | 274 | 213 | 305 | 5 | 35 | 0 | 27 | 443 | 41 | 102 |
| Binary | 10111100 | 10001011 | 11000101 | 101 | 11101 | 0 | 10111 | 100100011 | 100001 | 1000010 |
Color Harmonies of #BC8BC5
Complementary color
Monochromatic Colors of #BC8BC5
Black with #BC8BC5
Text Example
Text Example
White with #BC8BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BC5; }
p { color: rgb(188,139,197); }
H1.HeaderClassName
{
color: #BC8BC5;
}
.AnyTagClassName
{
color: #BC8BC5;
}
</style>
background-color css
<style>
a { background-color: #BC8BC5; }
a { background-color: rgb(188,139,197); }
div.DivClassName
{
background-color: #BC8BC5;
}
.BgClassName
{
background-color: #BC8BC5;
}
</style>
border-color css
<style>
span { border-color: #BC8BC5; }
span { border-color: rgb(188,139,197); }
td.TdClassName
{
border-color: #BC8BC5;
}
.TagClassName
{
border-color: #BC8BC5;
}
</style>