Shades of East Side #BC8CCB
Tints of East Side #BC8CCB
RGB
CMYK
RGB Variations
Color information
#BC8CCB (or 0xBC8CCB) is known color: East Side. HEX triplet: BC, 8C and CB. RGB value is (188,140,203). Sum of RGB (Red+Green+Blue) = 188+140+203=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC8CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CCB is #437334. Grayscale: #A1A1A1. Windows color (decimal): -4420405 or 13339836. OLE color: 13339836.
HSL color Cylindrical-coordinate representation of color #BC8CCB: hue angle of 285.71º degrees, saturation: 0.38, 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 #BC8CCB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 140 | 203 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.20 |
| HSL | 285.71º | 0.38% | 0.67% | - |
| HSV(B) | 285.71º | 0.31% | 0.8% | - |
| XYZ | 40.9 | 33.76 | 60.86 | - |
| YUV | 161.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 203 | 0.07 | 0.31 | 0 | 0.20 | 285.71 | 0.38 | 0.67 |
| Hex | BC | 8C | CB | 7 | 1F | 0 | 14 | 11E | 26 | 43 |
| Octal | 274 | 214 | 313 | 7 | 37 | 0 | 24 | 436 | 46 | 103 |
| Binary | 10111100 | 10001100 | 11001011 | 111 | 11111 | 0 | 10100 | 100011110 | 100110 | 1000011 |
Color Harmonies of #BC8CCB
Complementary color
Monochromatic Colors of #BC8CCB
Black with #BC8CCB
Text Example
Text Example
White with #BC8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CCB; }
p { color: rgb(188,140,203); }
H1.HeaderClassName
{
color: #BC8CCB;
}
.AnyTagClassName
{
color: #BC8CCB;
}
</style>
background-color css
<style>
a { background-color: #BC8CCB; }
a { background-color: rgb(188,140,203); }
div.DivClassName
{
background-color: #BC8CCB;
}
.BgClassName
{
background-color: #BC8CCB;
}
</style>
border-color css
<style>
span { border-color: #BC8CCB; }
span { border-color: rgb(188,140,203); }
td.TdClassName
{
border-color: #BC8CCB;
}
.TagClassName
{
border-color: #BC8CCB;
}
</style>