Shades of East Side #BA8DCD
Tints of East Side #BA8DCD
RGB
CMYK
RGB Variations
Color information
#BA8DCD (or 0xBA8DCD) is known color: East Side. HEX triplet: BA, 8D and CD. RGB value is (186,141,205). Sum of RGB (Red+Green+Blue) = 186+141+205=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DCD is #457232. Grayscale: #A1A1A1. Windows color (decimal): -4551219 or 13471162. OLE color: 13471162.
HSL color Cylindrical-coordinate representation of color #BA8DCD: hue angle of 282.19º degrees, saturation: 0.39, 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 #BA8DCD is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 141 | 205 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.20 |
| HSL | 282.19º | 0.39% | 0.68% | - |
| HSV(B) | 282.19º | 0.31% | 0.8% | - |
| XYZ | 40.79 | 33.9 | 62.15 | - |
| YUV | 161.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 205 | 0.09 | 0.31 | 0 | 0.20 | 282.19 | 0.39 | 0.68 |
| Hex | BA | 8D | CD | 9 | 1F | 0 | 14 | 11A | 27 | 44 |
| Octal | 272 | 215 | 315 | 11 | 37 | 0 | 24 | 432 | 47 | 104 |
| Binary | 10111010 | 10001101 | 11001101 | 1001 | 11111 | 0 | 10100 | 100011010 | 100111 | 1000100 |
Color Harmonies of #BA8DCD
Complementary color
Monochromatic Colors of #BA8DCD
Black with #BA8DCD
Text Example
Text Example
White with #BA8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DCD; }
p { color: rgb(186,141,205); }
H1.HeaderClassName
{
color: #BA8DCD;
}
.AnyTagClassName
{
color: #BA8DCD;
}
</style>
background-color css
<style>
a { background-color: #BA8DCD; }
a { background-color: rgb(186,141,205); }
div.DivClassName
{
background-color: #BA8DCD;
}
.BgClassName
{
background-color: #BA8DCD;
}
</style>
border-color css
<style>
span { border-color: #BA8DCD; }
span { border-color: rgb(186,141,205); }
td.TdClassName
{
border-color: #BA8DCD;
}
.TagClassName
{
border-color: #BA8DCD;
}
</style>