Shades of East Side #BA8AC6
Tints of East Side #BA8AC6
RGB
CMYK
RGB Variations
Color information
#BA8AC6 (or 0xBA8AC6) is known color: East Side. HEX triplet: BA, 8A and C6. RGB value is (186,138,198). Sum of RGB (Red+Green+Blue) = 186+138+198=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA8AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AC6 is #457539. Grayscale: #9F9F9F. Windows color (decimal): -4551994 or 13011642. OLE color: 13011642.
HSL color Cylindrical-coordinate representation of color #BA8AC6: hue angle of 288º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8AC6 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 138 | 198 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.22 |
| HSL | 288º | 0.34% | 0.66% | - |
| HSV(B) | 288º | 0.3% | 0.78% | - |
| XYZ | 39.53 | 32.69 | 57.65 | - |
| YUV | 159.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 198 | 0.06 | 0.30 | 0 | 0.22 | 288 | 0.34 | 0.66 |
| Hex | BA | 8A | C6 | 6 | 1E | 0 | 16 | 120 | 22 | 42 |
| Octal | 272 | 212 | 306 | 6 | 36 | 0 | 26 | 440 | 42 | 102 |
| Binary | 10111010 | 10001010 | 11000110 | 110 | 11110 | 0 | 10110 | 100100000 | 100010 | 1000010 |
Color Harmonies of #BA8AC6
Complementary color
Monochromatic Colors of #BA8AC6
Black with #BA8AC6
Text Example
Text Example
White with #BA8AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AC6; }
p { color: rgb(186,138,198); }
H1.HeaderClassName
{
color: #BA8AC6;
}
.AnyTagClassName
{
color: #BA8AC6;
}
</style>
background-color css
<style>
a { background-color: #BA8AC6; }
a { background-color: rgb(186,138,198); }
div.DivClassName
{
background-color: #BA8AC6;
}
.BgClassName
{
background-color: #BA8AC6;
}
</style>
border-color css
<style>
span { border-color: #BA8AC6; }
span { border-color: rgb(186,138,198); }
td.TdClassName
{
border-color: #BA8AC6;
}
.TagClassName
{
border-color: #BA8AC6;
}
</style>