Shades of East Side #BC8ACC
Tints of East Side #BC8ACC
RGB
CMYK
RGB Variations
Color information
#BC8ACC (or 0xBC8ACC) is known color: East Side. HEX triplet: BC, 8A and CC. RGB value is (188,138,204). Sum of RGB (Red+Green+Blue) = 188+138+204=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ACC is #437533. Grayscale: #A0A0A0. Windows color (decimal): -4420916 or 13404860. OLE color: 13404860.
HSL color Cylindrical-coordinate representation of color #BC8ACC: hue angle of 285.45º degrees, saturation: 0.39, 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 #BC8ACC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 138 | 204 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.2 |
| HSL | 285.45º | 0.39% | 0.67% | - |
| HSV(B) | 285.45º | 0.32% | 0.8% | - |
| XYZ | 40.73 | 33.23 | 61.39 | - |
| YUV | 160.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 204 | 0.08 | 0.32 | 0 | 0.2 | 285.45 | 0.39 | 0.67 |
| Hex | BC | 8A | CC | 8 | 20 | 0 | 14 | 11D | 27 | 43 |
| Octal | 274 | 212 | 314 | 10 | 40 | 0 | 24 | 435 | 47 | 103 |
| Binary | 10111100 | 10001010 | 11001100 | 1000 | 100000 | 0 | 10100 | 100011101 | 100111 | 1000011 |
Color Harmonies of #BC8ACC
Complementary color
Monochromatic Colors of #BC8ACC
Black with #BC8ACC
Text Example
Text Example
White with #BC8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8ACC; }
p { color: rgb(188,138,204); }
H1.HeaderClassName
{
color: #BC8ACC;
}
.AnyTagClassName
{
color: #BC8ACC;
}
</style>
background-color css
<style>
a { background-color: #BC8ACC; }
a { background-color: rgb(188,138,204); }
div.DivClassName
{
background-color: #BC8ACC;
}
.BgClassName
{
background-color: #BC8ACC;
}
</style>
border-color css
<style>
span { border-color: #BC8ACC; }
span { border-color: rgb(188,138,204); }
td.TdClassName
{
border-color: #BC8ACC;
}
.TagClassName
{
border-color: #BC8ACC;
}
</style>