Shades of East Side #BA8AD2
Tints of East Side #BA8AD2
RGB
CMYK
RGB Variations
Color information
#BA8AD2 (or 0xBA8AD2) is known color: East Side. HEX triplet: BA, 8A and D2. RGB value is (186,138,210). Sum of RGB (Red+Green+Blue) = 186+138+210=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AD2 is #45752D. Grayscale: #A0A0A0. Windows color (decimal): -4551982 or 13798074. OLE color: 13798074.
HSL color Cylindrical-coordinate representation of color #BA8AD2: hue angle of 280º 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 #BA8AD2 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 138 | 210 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.18 |
| HSL | 280º | 0.44% | 0.68% | - |
| HSV(B) | 280º | 0.34% | 0.82% | - |
| XYZ | 40.97 | 33.27 | 65.23 | - |
| YUV | 160.56 | 155.9 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 210 | 0.11 | 0.34 | 0 | 0.18 | 280 | 0.44 | 0.68 |
| Hex | BA | 8A | D2 | B | 22 | 0 | 12 | 118 | 2C | 44 |
| Octal | 272 | 212 | 322 | 13 | 42 | 0 | 22 | 430 | 54 | 104 |
| Binary | 10111010 | 10001010 | 11010010 | 1011 | 100010 | 0 | 10010 | 100011000 | 101100 | 1000100 |
Color Harmonies of #BA8AD2
Complementary color
Monochromatic Colors of #BA8AD2
Black with #BA8AD2
Text Example
Text Example
White with #BA8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AD2; }
p { color: rgb(186,138,210); }
H1.HeaderClassName
{
color: #BA8AD2;
}
.AnyTagClassName
{
color: #BA8AD2;
}
</style>
background-color css
<style>
a { background-color: #BA8AD2; }
a { background-color: rgb(186,138,210); }
div.DivClassName
{
background-color: #BA8AD2;
}
.BgClassName
{
background-color: #BA8AD2;
}
</style>
border-color css
<style>
span { border-color: #BA8AD2; }
span { border-color: rgb(186,138,210); }
td.TdClassName
{
border-color: #BA8AD2;
}
.TagClassName
{
border-color: #BA8AD2;
}
</style>