Shades of East Side #BA8BC9
Tints of East Side #BA8BC9
RGB
CMYK
RGB Variations
Color information
#BA8BC9 (or 0xBA8BC9) is known color: East Side. HEX triplet: BA, 8B and C9. RGB value is (186,139,201). Sum of RGB (Red+Green+Blue) = 186+139+201=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA8BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BC9 is #457436. Grayscale: #9F9F9F. Windows color (decimal): -4551735 or 13208506. OLE color: 13208506.
HSL color Cylindrical-coordinate representation of color #BA8BC9: hue angle of 285.48º degrees, saturation: 0.36, 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 #BA8BC9 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 139 | 201 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.21 |
| HSL | 285.48º | 0.36% | 0.67% | - |
| HSV(B) | 285.48º | 0.31% | 0.79% | - |
| XYZ | 40.02 | 33.12 | 59.54 | - |
| YUV | 160.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 201 | 0.07 | 0.31 | 0 | 0.21 | 285.48 | 0.36 | 0.67 |
| Hex | BA | 8B | C9 | 7 | 1F | 0 | 15 | 11D | 24 | 43 |
| Octal | 272 | 213 | 311 | 7 | 37 | 0 | 25 | 435 | 44 | 103 |
| Binary | 10111010 | 10001011 | 11001001 | 111 | 11111 | 0 | 10101 | 100011101 | 100100 | 1000011 |
Color Harmonies of #BA8BC9
Complementary color
Monochromatic Colors of #BA8BC9
Black with #BA8BC9
Text Example
Text Example
White with #BA8BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BC9; }
p { color: rgb(186,139,201); }
H1.HeaderClassName
{
color: #BA8BC9;
}
.AnyTagClassName
{
color: #BA8BC9;
}
</style>
background-color css
<style>
a { background-color: #BA8BC9; }
a { background-color: rgb(186,139,201); }
div.DivClassName
{
background-color: #BA8BC9;
}
.BgClassName
{
background-color: #BA8BC9;
}
</style>
border-color css
<style>
span { border-color: #BA8BC9; }
span { border-color: rgb(186,139,201); }
td.TdClassName
{
border-color: #BA8BC9;
}
.TagClassName
{
border-color: #BA8BC9;
}
</style>