Shades of East Side #BA8BCA
Tints of East Side #BA8BCA
RGB
CMYK
RGB Variations
Color information
#BA8BCA (or 0xBA8BCA) is known color: East Side. HEX triplet: BA, 8B and CA. RGB value is (186,139,202). Sum of RGB (Red+Green+Blue) = 186+139+202=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA8BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BCA is #457435. Grayscale: #A0A0A0. Windows color (decimal): -4551734 or 13274042. OLE color: 13274042.
HSL color Cylindrical-coordinate representation of color #BA8BCA: hue angle of 284.76º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8BCA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 139 | 202 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.21 |
| HSL | 284.76º | 0.37% | 0.67% | - |
| HSV(B) | 284.76º | 0.31% | 0.79% | - |
| XYZ | 40.14 | 33.17 | 60.16 | - |
| YUV | 160.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 202 | 0.08 | 0.31 | 0 | 0.21 | 284.76 | 0.37 | 0.67 |
| Hex | BA | 8B | CA | 8 | 1F | 0 | 15 | 11D | 25 | 43 |
| Octal | 272 | 213 | 312 | 10 | 37 | 0 | 25 | 435 | 45 | 103 |
| Binary | 10111010 | 10001011 | 11001010 | 1000 | 11111 | 0 | 10101 | 100011101 | 100101 | 1000011 |
Color Harmonies of #BA8BCA
Complementary color
Monochromatic Colors of #BA8BCA
Black with #BA8BCA
Text Example
Text Example
White with #BA8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BCA; }
p { color: rgb(186,139,202); }
H1.HeaderClassName
{
color: #BA8BCA;
}
.AnyTagClassName
{
color: #BA8BCA;
}
</style>
background-color css
<style>
a { background-color: #BA8BCA; }
a { background-color: rgb(186,139,202); }
div.DivClassName
{
background-color: #BA8BCA;
}
.BgClassName
{
background-color: #BA8BCA;
}
</style>
border-color css
<style>
span { border-color: #BA8BCA; }
span { border-color: rgb(186,139,202); }
td.TdClassName
{
border-color: #BA8BCA;
}
.TagClassName
{
border-color: #BA8BCA;
}
</style>