Shades of East Side #BC8BCD
Tints of East Side #BC8BCD
RGB
CMYK
RGB Variations
Color information
#BC8BCD (or 0xBC8BCD) is known color: East Side. HEX triplet: BC, 8B and CD. RGB value is (188,139,205). Sum of RGB (Red+Green+Blue) = 188+139+205=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC8BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BCD is #437432. Grayscale: #A0A0A0. Windows color (decimal): -4420659 or 13470652. OLE color: 13470652.
HSL color Cylindrical-coordinate representation of color #BC8BCD: hue angle of 284.55º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8BCD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 139 | 205 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.20 |
| HSL | 284.55º | 0.4% | 0.67% | - |
| HSV(B) | 284.55º | 0.32% | 0.8% | - |
| XYZ | 40.99 | 33.56 | 62.08 | - |
| YUV | 161.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 205 | 0.08 | 0.32 | 0 | 0.20 | 284.55 | 0.4 | 0.67 |
| Hex | BC | 8B | CD | 8 | 20 | 0 | 14 | 11D | 28 | 43 |
| Octal | 274 | 213 | 315 | 10 | 40 | 0 | 24 | 435 | 50 | 103 |
| Binary | 10111100 | 10001011 | 11001101 | 1000 | 100000 | 0 | 10100 | 100011101 | 101000 | 1000011 |
Color Harmonies of #BC8BCD
Complementary color
Monochromatic Colors of #BC8BCD
Black with #BC8BCD
Text Example
Text Example
White with #BC8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BCD; }
p { color: rgb(188,139,205); }
H1.HeaderClassName
{
color: #BC8BCD;
}
.AnyTagClassName
{
color: #BC8BCD;
}
</style>
background-color css
<style>
a { background-color: #BC8BCD; }
a { background-color: rgb(188,139,205); }
div.DivClassName
{
background-color: #BC8BCD;
}
.BgClassName
{
background-color: #BC8BCD;
}
</style>
border-color css
<style>
span { border-color: #BC8BCD; }
span { border-color: rgb(188,139,205); }
td.TdClassName
{
border-color: #BC8BCD;
}
.TagClassName
{
border-color: #BC8BCD;
}
</style>