Shades of East Side #BA8AD1
Tints of East Side #BA8AD1
RGB
CMYK
RGB Variations
Color information
#BA8AD1 (or 0xBA8AD1) is known color: East Side. HEX triplet: BA, 8A and D1. RGB value is (186,138,209). Sum of RGB (Red+Green+Blue) = 186+138+209=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AD1 is #45752E. Grayscale: #A0A0A0. Windows color (decimal): -4551983 or 13732538. OLE color: 13732538.
HSL color Cylindrical-coordinate representation of color #BA8AD1: hue angle of 280.56º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA8AD1 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 138 | 209 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.18 |
| HSL | 280.56º | 0.44% | 0.68% | - |
| HSV(B) | 280.56º | 0.34% | 0.82% | - |
| XYZ | 40.85 | 33.22 | 64.58 | - |
| YUV | 160.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 209 | 0.11 | 0.34 | 0 | 0.18 | 280.56 | 0.44 | 0.68 |
| Hex | BA | 8A | D1 | B | 22 | 0 | 12 | 119 | 2C | 44 |
| Octal | 272 | 212 | 321 | 13 | 42 | 0 | 22 | 431 | 54 | 104 |
| Binary | 10111010 | 10001010 | 11010001 | 1011 | 100010 | 0 | 10010 | 100011001 | 101100 | 1000100 |
Color Harmonies of #BA8AD1
Complementary color
Monochromatic Colors of #BA8AD1
Black with #BA8AD1
Text Example
Text Example
White with #BA8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AD1; }
p { color: rgb(186,138,209); }
H1.HeaderClassName
{
color: #BA8AD1;
}
.AnyTagClassName
{
color: #BA8AD1;
}
</style>
background-color css
<style>
a { background-color: #BA8AD1; }
a { background-color: rgb(186,138,209); }
div.DivClassName
{
background-color: #BA8AD1;
}
.BgClassName
{
background-color: #BA8AD1;
}
</style>
border-color css
<style>
span { border-color: #BA8AD1; }
span { border-color: rgb(186,138,209); }
td.TdClassName
{
border-color: #BA8AD1;
}
.TagClassName
{
border-color: #BA8AD1;
}
</style>