Shades of East Side #BA8DCC
Tints of East Side #BA8DCC
RGB
CMYK
RGB Variations
Color information
#BA8DCC (or 0xBA8DCC) is known color: East Side. HEX triplet: BA, 8D and CC. RGB value is (186,141,204). Sum of RGB (Red+Green+Blue) = 186+141+204=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DCC is #457233. Grayscale: #A1A1A1. Windows color (decimal): -4551220 or 13405626. OLE color: 13405626.
HSL color Cylindrical-coordinate representation of color #BA8DCC: hue angle of 282.86º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8DCC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 141 | 204 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.2 |
| HSL | 282.86º | 0.38% | 0.68% | - |
| HSV(B) | 282.86º | 0.31% | 0.8% | - |
| XYZ | 40.67 | 33.85 | 61.52 | - |
| YUV | 161.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 204 | 0.09 | 0.31 | 0 | 0.2 | 282.86 | 0.38 | 0.68 |
| Hex | BA | 8D | CC | 9 | 1F | 0 | 14 | 11B | 26 | 44 |
| Octal | 272 | 215 | 314 | 11 | 37 | 0 | 24 | 433 | 46 | 104 |
| Binary | 10111010 | 10001101 | 11001100 | 1001 | 11111 | 0 | 10100 | 100011011 | 100110 | 1000100 |
Color Harmonies of #BA8DCC
Complementary color
Monochromatic Colors of #BA8DCC
Black with #BA8DCC
Text Example
Text Example
White with #BA8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DCC; }
p { color: rgb(186,141,204); }
H1.HeaderClassName
{
color: #BA8DCC;
}
.AnyTagClassName
{
color: #BA8DCC;
}
</style>
background-color css
<style>
a { background-color: #BA8DCC; }
a { background-color: rgb(186,141,204); }
div.DivClassName
{
background-color: #BA8DCC;
}
.BgClassName
{
background-color: #BA8DCC;
}
</style>
border-color css
<style>
span { border-color: #BA8DCC; }
span { border-color: rgb(186,141,204); }
td.TdClassName
{
border-color: #BA8DCC;
}
.TagClassName
{
border-color: #BA8DCC;
}
</style>