Shades of East Side #BC8CCF
Tints of East Side #BC8CCF
RGB
CMYK
RGB Variations
Color information
#BC8CCF (or 0xBC8CCF) is known color: East Side. HEX triplet: BC, 8C and CF. RGB value is (188,140,207). Sum of RGB (Red+Green+Blue) = 188+140+207=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC8CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CCF is #437330. Grayscale: #A1A1A1. Windows color (decimal): -4420401 or 13601980. OLE color: 13601980.
HSL color Cylindrical-coordinate representation of color #BC8CCF: hue angle of 282.99º degrees, saturation: 0.41, 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 #BC8CCF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 140 | 207 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.19 |
| HSL | 282.99º | 0.41% | 0.68% | - |
| HSV(B) | 282.99º | 0.32% | 0.81% | - |
| XYZ | 41.38 | 33.95 | 63.4 | - |
| YUV | 161.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 207 | 0.09 | 0.32 | 0 | 0.19 | 282.99 | 0.41 | 0.68 |
| Hex | BC | 8C | CF | 9 | 20 | 0 | 13 | 11B | 29 | 44 |
| Octal | 274 | 214 | 317 | 11 | 40 | 0 | 23 | 433 | 51 | 104 |
| Binary | 10111100 | 10001100 | 11001111 | 1001 | 100000 | 0 | 10011 | 100011011 | 101001 | 1000100 |
Color Harmonies of #BC8CCF
Complementary color
Monochromatic Colors of #BC8CCF
Black with #BC8CCF
Text Example
Text Example
White with #BC8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CCF; }
p { color: rgb(188,140,207); }
H1.HeaderClassName
{
color: #BC8CCF;
}
.AnyTagClassName
{
color: #BC8CCF;
}
</style>
background-color css
<style>
a { background-color: #BC8CCF; }
a { background-color: rgb(188,140,207); }
div.DivClassName
{
background-color: #BC8CCF;
}
.BgClassName
{
background-color: #BC8CCF;
}
</style>
border-color css
<style>
span { border-color: #BC8CCF; }
span { border-color: rgb(188,140,207); }
td.TdClassName
{
border-color: #BC8CCF;
}
.TagClassName
{
border-color: #BC8CCF;
}
</style>