Shades of East Side #BA8AD0
Tints of East Side #BA8AD0
RGB
CMYK
RGB Variations
Color information
#BA8AD0 (or 0xBA8AD0) is known color: East Side. HEX triplet: BA, 8A and D0. RGB value is (186,138,208). Sum of RGB (Red+Green+Blue) = 186+138+208=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AD0 is #45752F. Grayscale: #A0A0A0. Windows color (decimal): -4551984 or 13667002. OLE color: 13667002.
HSL color Cylindrical-coordinate representation of color #BA8AD0: hue angle of 281.14º degrees, saturation: 0.43, 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 #BA8AD0 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 138 | 208 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.18 |
| HSL | 281.14º | 0.43% | 0.68% | - |
| HSV(B) | 281.14º | 0.34% | 0.82% | - |
| XYZ | 40.72 | 33.17 | 63.93 | - |
| YUV | 160.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 208 | 0.11 | 0.34 | 0 | 0.18 | 281.14 | 0.43 | 0.68 |
| Hex | BA | 8A | D0 | B | 22 | 0 | 12 | 119 | 2B | 44 |
| Octal | 272 | 212 | 320 | 13 | 42 | 0 | 22 | 431 | 53 | 104 |
| Binary | 10111010 | 10001010 | 11010000 | 1011 | 100010 | 0 | 10010 | 100011001 | 101011 | 1000100 |
Color Harmonies of #BA8AD0
Complementary color
Monochromatic Colors of #BA8AD0
Black with #BA8AD0
Text Example
Text Example
White with #BA8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AD0; }
p { color: rgb(186,138,208); }
H1.HeaderClassName
{
color: #BA8AD0;
}
.AnyTagClassName
{
color: #BA8AD0;
}
</style>
background-color css
<style>
a { background-color: #BA8AD0; }
a { background-color: rgb(186,138,208); }
div.DivClassName
{
background-color: #BA8AD0;
}
.BgClassName
{
background-color: #BA8AD0;
}
</style>
border-color css
<style>
span { border-color: #BA8AD0; }
span { border-color: rgb(186,138,208); }
td.TdClassName
{
border-color: #BA8AD0;
}
.TagClassName
{
border-color: #BA8AD0;
}
</style>