Shades of East Side #BA8DC0
Tints of East Side #BA8DC0
RGB
CMYK
RGB Variations
Color information
#BA8DC0 (or 0xBA8DC0) is known color: East Side. HEX triplet: BA, 8D and C0. RGB value is (186,141,192). Sum of RGB (Red+Green+Blue) = 186+141+192=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA8DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DC0 is #45723F. Grayscale: #A0A0A0. Windows color (decimal): -4551232 or 12619194. OLE color: 12619194.
HSL color Cylindrical-coordinate representation of color #BA8DC0: hue angle of 292.94º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA8DC0 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 141 | 192 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.25 |
| HSL | 292.94º | 0.29% | 0.65% | - |
| HSV(B) | 292.94º | 0.27% | 0.75% | - |
| XYZ | 39.29 | 33.29 | 54.22 | - |
| YUV | 160.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 192 | 0.03 | 0.27 | 0 | 0.25 | 292.94 | 0.29 | 0.65 |
| Hex | BA | 8D | C0 | 3 | 1B | 0 | 19 | 125 | 1D | 41 |
| Octal | 272 | 215 | 300 | 3 | 33 | 0 | 31 | 445 | 35 | 101 |
| Binary | 10111010 | 10001101 | 11000000 | 11 | 11011 | 0 | 11001 | 100100101 | 11101 | 1000001 |
Color Harmonies of #BA8DC0
Complementary color
Monochromatic Colors of #BA8DC0
Black with #BA8DC0
Text Example
Text Example
White with #BA8DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DC0; }
p { color: rgb(186,141,192); }
H1.HeaderClassName
{
color: #BA8DC0;
}
.AnyTagClassName
{
color: #BA8DC0;
}
</style>
background-color css
<style>
a { background-color: #BA8DC0; }
a { background-color: rgb(186,141,192); }
div.DivClassName
{
background-color: #BA8DC0;
}
.BgClassName
{
background-color: #BA8DC0;
}
</style>
border-color css
<style>
span { border-color: #BA8DC0; }
span { border-color: rgb(186,141,192); }
td.TdClassName
{
border-color: #BA8DC0;
}
.TagClassName
{
border-color: #BA8DC0;
}
</style>