Shades of East Side #BA8ECB
Tints of East Side #BA8ECB
RGB
CMYK
RGB Variations
Color information
#BA8ECB (or 0xBA8ECB) is known color: East Side. HEX triplet: BA, 8E and CB. RGB value is (186,142,203). Sum of RGB (Red+Green+Blue) = 186+142+203=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ECB is #457134. Grayscale: #A1A1A1. Windows color (decimal): -4550965 or 13340346. OLE color: 13340346.
HSL color Cylindrical-coordinate representation of color #BA8ECB: hue angle of 283.28º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8ECB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 142 | 203 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.20 |
| HSL | 283.28º | 0.37% | 0.68% | - |
| HSV(B) | 283.28º | 0.3% | 0.8% | - |
| XYZ | 40.7 | 34.1 | 60.94 | - |
| YUV | 162.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 203 | 0.08 | 0.30 | 0 | 0.20 | 283.28 | 0.37 | 0.68 |
| Hex | BA | 8E | CB | 8 | 1E | 0 | 14 | 11B | 25 | 44 |
| Octal | 272 | 216 | 313 | 10 | 36 | 0 | 24 | 433 | 45 | 104 |
| Binary | 10111010 | 10001110 | 11001011 | 1000 | 11110 | 0 | 10100 | 100011011 | 100101 | 1000100 |
Color Harmonies of #BA8ECB
Complementary color
Monochromatic Colors of #BA8ECB
Black with #BA8ECB
Text Example
Text Example
White with #BA8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8ECB; }
p { color: rgb(186,142,203); }
H1.HeaderClassName
{
color: #BA8ECB;
}
.AnyTagClassName
{
color: #BA8ECB;
}
</style>
background-color css
<style>
a { background-color: #BA8ECB; }
a { background-color: rgb(186,142,203); }
div.DivClassName
{
background-color: #BA8ECB;
}
.BgClassName
{
background-color: #BA8ECB;
}
</style>
border-color css
<style>
span { border-color: #BA8ECB; }
span { border-color: rgb(186,142,203); }
td.TdClassName
{
border-color: #BA8ECB;
}
.TagClassName
{
border-color: #BA8ECB;
}
</style>