Shades of East Side #BC8DCB
Tints of East Side #BC8DCB
RGB
CMYK
RGB Variations
Color information
#BC8DCB (or 0xBC8DCB) is known color: East Side. HEX triplet: BC, 8D and CB. RGB value is (188,141,203). Sum of RGB (Red+Green+Blue) = 188+141+203=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DCB is #437234. Grayscale: #A1A1A1. Windows color (decimal): -4420149 or 13340092. OLE color: 13340092.
HSL color Cylindrical-coordinate representation of color #BC8DCB: hue angle of 285.48º degrees, saturation: 0.37, 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 #BC8DCB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 141 | 203 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.20 |
| HSL | 285.48º | 0.37% | 0.67% | - |
| HSV(B) | 285.48º | 0.31% | 0.8% | - |
| XYZ | 41.04 | 34.05 | 60.91 | - |
| YUV | 162.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 203 | 0.07 | 0.31 | 0 | 0.20 | 285.48 | 0.37 | 0.67 |
| Hex | BC | 8D | CB | 7 | 1F | 0 | 14 | 11D | 25 | 43 |
| Octal | 274 | 215 | 313 | 7 | 37 | 0 | 24 | 435 | 45 | 103 |
| Binary | 10111100 | 10001101 | 11001011 | 111 | 11111 | 0 | 10100 | 100011101 | 100101 | 1000011 |
Color Harmonies of #BC8DCB
Complementary color
Monochromatic Colors of #BC8DCB
Black with #BC8DCB
Text Example
Text Example
White with #BC8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DCB; }
p { color: rgb(188,141,203); }
H1.HeaderClassName
{
color: #BC8DCB;
}
.AnyTagClassName
{
color: #BC8DCB;
}
</style>
background-color css
<style>
a { background-color: #BC8DCB; }
a { background-color: rgb(188,141,203); }
div.DivClassName
{
background-color: #BC8DCB;
}
.BgClassName
{
background-color: #BC8DCB;
}
</style>
border-color css
<style>
span { border-color: #BC8DCB; }
span { border-color: rgb(188,141,203); }
td.TdClassName
{
border-color: #BC8DCB;
}
.TagClassName
{
border-color: #BC8DCB;
}
</style>