Shades of East Side #BC8ECC
Tints of East Side #BC8ECC
RGB
CMYK
RGB Variations
Color information
#BC8ECC (or 0xBC8ECC) is known color: East Side. HEX triplet: BC, 8E and CC. RGB value is (188,142,204). Sum of RGB (Red+Green+Blue) = 188+142+204=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ECC is #437133. Grayscale: #A2A2A2. Windows color (decimal): -4419892 or 13405884. OLE color: 13405884.
HSL color Cylindrical-coordinate representation of color #BC8ECC: hue angle of 284.52º degrees, saturation: 0.38, 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 #BC8ECC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 142 | 204 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.2 |
| HSL | 284.52º | 0.38% | 0.68% | - |
| HSV(B) | 284.52º | 0.3% | 0.8% | - |
| XYZ | 41.31 | 34.4 | 61.59 | - |
| YUV | 162.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 204 | 0.08 | 0.30 | 0 | 0.2 | 284.52 | 0.38 | 0.68 |
| Hex | BC | 8E | CC | 8 | 1E | 0 | 14 | 11D | 26 | 44 |
| Octal | 274 | 216 | 314 | 10 | 36 | 0 | 24 | 435 | 46 | 104 |
| Binary | 10111100 | 10001110 | 11001100 | 1000 | 11110 | 0 | 10100 | 100011101 | 100110 | 1000100 |
Color Harmonies of #BC8ECC
Complementary color
Monochromatic Colors of #BC8ECC
Black with #BC8ECC
Text Example
Text Example
White with #BC8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8ECC; }
p { color: rgb(188,142,204); }
H1.HeaderClassName
{
color: #BC8ECC;
}
.AnyTagClassName
{
color: #BC8ECC;
}
</style>
background-color css
<style>
a { background-color: #BC8ECC; }
a { background-color: rgb(188,142,204); }
div.DivClassName
{
background-color: #BC8ECC;
}
.BgClassName
{
background-color: #BC8ECC;
}
</style>
border-color css
<style>
span { border-color: #BC8ECC; }
span { border-color: rgb(188,142,204); }
td.TdClassName
{
border-color: #BC8ECC;
}
.TagClassName
{
border-color: #BC8ECC;
}
</style>