Shades of East Side #BA89C0
Tints of East Side #BA89C0
RGB
CMYK
RGB Variations
Color information
#BA89C0 (or 0xBA89C0) is known color: East Side. HEX triplet: BA, 89 and C0. RGB value is (186,137,192). Sum of RGB (Red+Green+Blue) = 186+137+192=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA89C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89C0 is #45763F. Grayscale: #9D9D9D. Windows color (decimal): -4552256 or 12618170. OLE color: 12618170.
HSL color Cylindrical-coordinate representation of color #BA89C0: hue angle of 293.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA89C0 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 137 | 192 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.25 |
| HSL | 293.45º | 0.3% | 0.65% | - |
| HSV(B) | 293.45º | 0.29% | 0.75% | - |
| XYZ | 38.71 | 32.14 | 54.03 | - |
| YUV | 157.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 192 | 0.03 | 0.29 | 0 | 0.25 | 293.45 | 0.3 | 0.65 |
| Hex | BA | 89 | C0 | 3 | 1D | 0 | 19 | 125 | 1E | 41 |
| Octal | 272 | 211 | 300 | 3 | 35 | 0 | 31 | 445 | 36 | 101 |
| Binary | 10111010 | 10001001 | 11000000 | 11 | 11101 | 0 | 11001 | 100100101 | 11110 | 1000001 |
Color Harmonies of #BA89C0
Complementary color
Monochromatic Colors of #BA89C0
Black with #BA89C0
Text Example
Text Example
White with #BA89C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89C0; }
p { color: rgb(186,137,192); }
H1.HeaderClassName
{
color: #BA89C0;
}
.AnyTagClassName
{
color: #BA89C0;
}
</style>
background-color css
<style>
a { background-color: #BA89C0; }
a { background-color: rgb(186,137,192); }
div.DivClassName
{
background-color: #BA89C0;
}
.BgClassName
{
background-color: #BA89C0;
}
</style>
border-color css
<style>
span { border-color: #BA89C0; }
span { border-color: rgb(186,137,192); }
td.TdClassName
{
border-color: #BA89C0;
}
.TagClassName
{
border-color: #BA89C0;
}
</style>