Shades of East Side #BC8CCE
Tints of East Side #BC8CCE
RGB
CMYK
RGB Variations
Color information
#BC8CCE (or 0xBC8CCE) is known color: East Side. HEX triplet: BC, 8C and CE. RGB value is (188,140,206). Sum of RGB (Red+Green+Blue) = 188+140+206=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CCE is #437331. Grayscale: #A1A1A1. Windows color (decimal): -4420402 or 13536444. OLE color: 13536444.
HSL color Cylindrical-coordinate representation of color #BC8CCE: hue angle of 283.64º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8CCE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 140 | 206 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.19 |
| HSL | 283.64º | 0.4% | 0.68% | - |
| HSV(B) | 283.64º | 0.32% | 0.81% | - |
| XYZ | 41.26 | 33.9 | 62.76 | - |
| YUV | 161.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 206 | 0.09 | 0.32 | 0 | 0.19 | 283.64 | 0.4 | 0.68 |
| Hex | BC | 8C | CE | 9 | 20 | 0 | 13 | 11C | 28 | 44 |
| Octal | 274 | 214 | 316 | 11 | 40 | 0 | 23 | 434 | 50 | 104 |
| Binary | 10111100 | 10001100 | 11001110 | 1001 | 100000 | 0 | 10011 | 100011100 | 101000 | 1000100 |
Color Harmonies of #BC8CCE
Complementary color
Monochromatic Colors of #BC8CCE
Black with #BC8CCE
Text Example
Text Example
White with #BC8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CCE; }
p { color: rgb(188,140,206); }
H1.HeaderClassName
{
color: #BC8CCE;
}
.AnyTagClassName
{
color: #BC8CCE;
}
</style>
background-color css
<style>
a { background-color: #BC8CCE; }
a { background-color: rgb(188,140,206); }
div.DivClassName
{
background-color: #BC8CCE;
}
.BgClassName
{
background-color: #BC8CCE;
}
</style>
border-color css
<style>
span { border-color: #BC8CCE; }
span { border-color: rgb(188,140,206); }
td.TdClassName
{
border-color: #BC8CCE;
}
.TagClassName
{
border-color: #BC8CCE;
}
</style>