Shades of East Side #BC8ECB
Tints of East Side #BC8ECB
RGB
CMYK
RGB Variations
Color information
#BC8ECB (or 0xBC8ECB) is known color: East Side. HEX triplet: BC, 8E and CB. RGB value is (188,142,203). Sum of RGB (Red+Green+Blue) = 188+142+203=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ECB is #437134. Grayscale: #A2A2A2. Windows color (decimal): -4419893 or 13340348. OLE color: 13340348.
HSL color Cylindrical-coordinate representation of color #BC8ECB: hue angle of 285.25º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8ECB is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 142 | 203 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.20 |
| HSL | 285.25º | 0.37% | 0.68% | - |
| HSV(B) | 285.25º | 0.3% | 0.8% | - |
| XYZ | 41.19 | 34.35 | 60.96 | - |
| YUV | 162.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 203 | 0.07 | 0.30 | 0 | 0.20 | 285.25 | 0.37 | 0.68 |
| Hex | BC | 8E | CB | 7 | 1E | 0 | 14 | 11D | 25 | 44 |
| Octal | 274 | 216 | 313 | 7 | 36 | 0 | 24 | 435 | 45 | 104 |
| Binary | 10111100 | 10001110 | 11001011 | 111 | 11110 | 0 | 10100 | 100011101 | 100101 | 1000100 |
Color Harmonies of #BC8ECB
Complementary color
Monochromatic Colors of #BC8ECB
Black with #BC8ECB
Text Example
Text Example
White with #BC8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8ECB; }
p { color: rgb(188,142,203); }
H1.HeaderClassName
{
color: #BC8ECB;
}
.AnyTagClassName
{
color: #BC8ECB;
}
</style>
background-color css
<style>
a { background-color: #BC8ECB; }
a { background-color: rgb(188,142,203); }
div.DivClassName
{
background-color: #BC8ECB;
}
.BgClassName
{
background-color: #BC8ECB;
}
</style>
border-color css
<style>
span { border-color: #BC8ECB; }
span { border-color: rgb(188,142,203); }
td.TdClassName
{
border-color: #BC8ECB;
}
.TagClassName
{
border-color: #BC8ECB;
}
</style>