Shades of East Side #BA89C1
Tints of East Side #BA89C1
RGB
CMYK
RGB Variations
Color information
#BA89C1 (or 0xBA89C1) is known color: East Side. HEX triplet: BA, 89 and C1. RGB value is (186,137,193). Sum of RGB (Red+Green+Blue) = 186+137+193=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA89C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89C1 is #45763E. Grayscale: #9D9D9D. Windows color (decimal): -4552255 or 12683706. OLE color: 12683706.
HSL color Cylindrical-coordinate representation of color #BA89C1: hue angle of 292.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA89C1 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 137 | 193 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.24 |
| HSL | 292.5º | 0.31% | 0.65% | - |
| HSV(B) | 292.5º | 0.29% | 0.76% | - |
| XYZ | 38.82 | 32.18 | 54.62 | - |
| YUV | 158.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 193 | 0.04 | 0.29 | 0 | 0.24 | 292.5 | 0.31 | 0.65 |
| Hex | BA | 89 | C1 | 4 | 1D | 0 | 18 | 124 | 1F | 41 |
| Octal | 272 | 211 | 301 | 4 | 35 | 0 | 30 | 444 | 37 | 101 |
| Binary | 10111010 | 10001001 | 11000001 | 100 | 11101 | 0 | 11000 | 100100100 | 11111 | 1000001 |
Color Harmonies of #BA89C1
Complementary color
Monochromatic Colors of #BA89C1
Black with #BA89C1
Text Example
Text Example
White with #BA89C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89C1; }
p { color: rgb(186,137,193); }
H1.HeaderClassName
{
color: #BA89C1;
}
.AnyTagClassName
{
color: #BA89C1;
}
</style>
background-color css
<style>
a { background-color: #BA89C1; }
a { background-color: rgb(186,137,193); }
div.DivClassName
{
background-color: #BA89C1;
}
.BgClassName
{
background-color: #BA89C1;
}
</style>
border-color css
<style>
span { border-color: #BA89C1; }
span { border-color: rgb(186,137,193); }
td.TdClassName
{
border-color: #BA89C1;
}
.TagClassName
{
border-color: #BA89C1;
}
</style>