Shades of East Side #BC8CCD
Tints of East Side #BC8CCD
RGB
CMYK
RGB Variations
Color information
#BC8CCD (or 0xBC8CCD) is known color: East Side. HEX triplet: BC, 8C and CD. RGB value is (188,140,205). Sum of RGB (Red+Green+Blue) = 188+140+205=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CCD is #437332. Grayscale: #A1A1A1. Windows color (decimal): -4420403 or 13470908. OLE color: 13470908.
HSL color Cylindrical-coordinate representation of color #BC8CCD: hue angle of 284.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8CCD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 140 | 205 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.20 |
| HSL | 284.31º | 0.39% | 0.68% | - |
| HSV(B) | 284.31º | 0.32% | 0.8% | - |
| XYZ | 41.14 | 33.86 | 62.12 | - |
| YUV | 161.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 205 | 0.08 | 0.32 | 0 | 0.20 | 284.31 | 0.39 | 0.68 |
| Hex | BC | 8C | CD | 8 | 20 | 0 | 14 | 11C | 27 | 44 |
| Octal | 274 | 214 | 315 | 10 | 40 | 0 | 24 | 434 | 47 | 104 |
| Binary | 10111100 | 10001100 | 11001101 | 1000 | 100000 | 0 | 10100 | 100011100 | 100111 | 1000100 |
Color Harmonies of #BC8CCD
Complementary color
Monochromatic Colors of #BC8CCD
Black with #BC8CCD
Text Example
Text Example
White with #BC8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CCD; }
p { color: rgb(188,140,205); }
H1.HeaderClassName
{
color: #BC8CCD;
}
.AnyTagClassName
{
color: #BC8CCD;
}
</style>
background-color css
<style>
a { background-color: #BC8CCD; }
a { background-color: rgb(188,140,205); }
div.DivClassName
{
background-color: #BC8CCD;
}
.BgClassName
{
background-color: #BC8CCD;
}
</style>
border-color css
<style>
span { border-color: #BC8CCD; }
span { border-color: rgb(188,140,205); }
td.TdClassName
{
border-color: #BC8CCD;
}
.TagClassName
{
border-color: #BC8CCD;
}
</style>