Shades of East Side #BA8DCB
Tints of East Side #BA8DCB
RGB
CMYK
RGB Variations
Color information
#BA8DCB (or 0xBA8DCB) is known color: East Side. HEX triplet: BA, 8D and CB. RGB value is (186,141,203). Sum of RGB (Red+Green+Blue) = 186+141+203=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DCB is #457234. Grayscale: #A1A1A1. Windows color (decimal): -4551221 or 13340090. OLE color: 13340090.
HSL color Cylindrical-coordinate representation of color #BA8DCB: hue angle of 283.55º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8DCB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 141 | 203 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.20 |
| HSL | 283.55º | 0.37% | 0.67% | - |
| HSV(B) | 283.55º | 0.31% | 0.8% | - |
| XYZ | 40.55 | 33.8 | 60.89 | - |
| YUV | 161.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 203 | 0.08 | 0.31 | 0 | 0.20 | 283.55 | 0.37 | 0.67 |
| Hex | BA | 8D | CB | 8 | 1F | 0 | 14 | 11C | 25 | 43 |
| Octal | 272 | 215 | 313 | 10 | 37 | 0 | 24 | 434 | 45 | 103 |
| Binary | 10111010 | 10001101 | 11001011 | 1000 | 11111 | 0 | 10100 | 100011100 | 100101 | 1000011 |
Color Harmonies of #BA8DCB
Complementary color
Monochromatic Colors of #BA8DCB
Black with #BA8DCB
Text Example
Text Example
White with #BA8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DCB; }
p { color: rgb(186,141,203); }
H1.HeaderClassName
{
color: #BA8DCB;
}
.AnyTagClassName
{
color: #BA8DCB;
}
</style>
background-color css
<style>
a { background-color: #BA8DCB; }
a { background-color: rgb(186,141,203); }
div.DivClassName
{
background-color: #BA8DCB;
}
.BgClassName
{
background-color: #BA8DCB;
}
</style>
border-color css
<style>
span { border-color: #BA8DCB; }
span { border-color: rgb(186,141,203); }
td.TdClassName
{
border-color: #BA8DCB;
}
.TagClassName
{
border-color: #BA8DCB;
}
</style>