Shades of East Side #BA8FC1
Tints of East Side #BA8FC1
RGB
CMYK
RGB Variations
Color information
#BA8FC1 (or 0xBA8FC1) is known color: East Side. HEX triplet: BA, 8F and C1. RGB value is (186,143,193). Sum of RGB (Red+Green+Blue) = 186+143+193=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA8FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FC1 is #45703E. Grayscale: #A1A1A1. Windows color (decimal): -4550719 or 12685242. OLE color: 12685242.
HSL color Cylindrical-coordinate representation of color #BA8FC1: hue angle of 291.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8FC1 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 143 | 193 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.24 |
| HSL | 291.6º | 0.29% | 0.66% | - |
| HSV(B) | 291.6º | 0.26% | 0.76% | - |
| XYZ | 39.7 | 33.93 | 54.91 | - |
| YUV | 161.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 193 | 0.04 | 0.26 | 0 | 0.24 | 291.6 | 0.29 | 0.66 |
| Hex | BA | 8F | C1 | 4 | 1A | 0 | 18 | 124 | 1D | 42 |
| Octal | 272 | 217 | 301 | 4 | 32 | 0 | 30 | 444 | 35 | 102 |
| Binary | 10111010 | 10001111 | 11000001 | 100 | 11010 | 0 | 11000 | 100100100 | 11101 | 1000010 |
Color Harmonies of #BA8FC1
Complementary color
Monochromatic Colors of #BA8FC1
Black with #BA8FC1
Text Example
Text Example
White with #BA8FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FC1; }
p { color: rgb(186,143,193); }
H1.HeaderClassName
{
color: #BA8FC1;
}
.AnyTagClassName
{
color: #BA8FC1;
}
</style>
background-color css
<style>
a { background-color: #BA8FC1; }
a { background-color: rgb(186,143,193); }
div.DivClassName
{
background-color: #BA8FC1;
}
.BgClassName
{
background-color: #BA8FC1;
}
</style>
border-color css
<style>
span { border-color: #BA8FC1; }
span { border-color: rgb(186,143,193); }
td.TdClassName
{
border-color: #BA8FC1;
}
.TagClassName
{
border-color: #BA8FC1;
}
</style>