Shades of East Side #BA8BCB
Tints of East Side #BA8BCB
RGB
CMYK
RGB Variations
Color information
#BA8BCB (or 0xBA8BCB) is known color: East Side. HEX triplet: BA, 8B and CB. RGB value is (186,139,203). Sum of RGB (Red+Green+Blue) = 186+139+203=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA8BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BCB is #457434. Grayscale: #A0A0A0. Windows color (decimal): -4551733 or 13339578. OLE color: 13339578.
HSL color Cylindrical-coordinate representation of color #BA8BCB: hue angle of 284.06º degrees, saturation: 0.38, 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 #BA8BCB is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 139 | 203 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.20 |
| HSL | 284.06º | 0.38% | 0.67% | - |
| HSV(B) | 284.06º | 0.32% | 0.8% | - |
| XYZ | 40.26 | 33.22 | 60.79 | - |
| YUV | 160.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 203 | 0.08 | 0.32 | 0 | 0.20 | 284.06 | 0.38 | 0.67 |
| Hex | BA | 8B | CB | 8 | 20 | 0 | 14 | 11C | 26 | 43 |
| Octal | 272 | 213 | 313 | 10 | 40 | 0 | 24 | 434 | 46 | 103 |
| Binary | 10111010 | 10001011 | 11001011 | 1000 | 100000 | 0 | 10100 | 100011100 | 100110 | 1000011 |
Color Harmonies of #BA8BCB
Complementary color
Monochromatic Colors of #BA8BCB
Black with #BA8BCB
Text Example
Text Example
White with #BA8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BCB; }
p { color: rgb(186,139,203); }
H1.HeaderClassName
{
color: #BA8BCB;
}
.AnyTagClassName
{
color: #BA8BCB;
}
</style>
background-color css
<style>
a { background-color: #BA8BCB; }
a { background-color: rgb(186,139,203); }
div.DivClassName
{
background-color: #BA8BCB;
}
.BgClassName
{
background-color: #BA8BCB;
}
</style>
border-color css
<style>
span { border-color: #BA8BCB; }
span { border-color: rgb(186,139,203); }
td.TdClassName
{
border-color: #BA8BCB;
}
.TagClassName
{
border-color: #BA8BCB;
}
</style>