Shades of East Side #BA8DD0
Tints of East Side #BA8DD0
RGB
CMYK
RGB Variations
Color information
#BA8DD0 (or 0xBA8DD0) is known color: East Side. HEX triplet: BA, 8D and D0. RGB value is (186,141,208). Sum of RGB (Red+Green+Blue) = 186+141+208=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA8DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DD0 is #45722F. Grayscale: #A1A1A1. Windows color (decimal): -4551216 or 13667770. OLE color: 13667770.
HSL color Cylindrical-coordinate representation of color #BA8DD0: hue angle of 280.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA8DD0 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 141 | 208 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.18 |
| HSL | 280.3º | 0.42% | 0.68% | - |
| HSV(B) | 280.3º | 0.32% | 0.82% | - |
| XYZ | 41.16 | 34.04 | 64.08 | - |
| YUV | 162.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 208 | 0.11 | 0.32 | 0 | 0.18 | 280.3 | 0.42 | 0.68 |
| Hex | BA | 8D | D0 | B | 20 | 0 | 12 | 118 | 2A | 44 |
| Octal | 272 | 215 | 320 | 13 | 40 | 0 | 22 | 430 | 52 | 104 |
| Binary | 10111010 | 10001101 | 11010000 | 1011 | 100000 | 0 | 10010 | 100011000 | 101010 | 1000100 |
Color Harmonies of #BA8DD0
Complementary color
Monochromatic Colors of #BA8DD0
Black with #BA8DD0
Text Example
Text Example
White with #BA8DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DD0; }
p { color: rgb(186,141,208); }
H1.HeaderClassName
{
color: #BA8DD0;
}
.AnyTagClassName
{
color: #BA8DD0;
}
</style>
background-color css
<style>
a { background-color: #BA8DD0; }
a { background-color: rgb(186,141,208); }
div.DivClassName
{
background-color: #BA8DD0;
}
.BgClassName
{
background-color: #BA8DD0;
}
</style>
border-color css
<style>
span { border-color: #BA8DD0; }
span { border-color: rgb(186,141,208); }
td.TdClassName
{
border-color: #BA8DD0;
}
.TagClassName
{
border-color: #BA8DD0;
}
</style>