Shades of East Side #BA8EC5
Tints of East Side #BA8EC5
RGB
CMYK
RGB Variations
Color information
#BA8EC5 (or 0xBA8EC5) is known color: East Side. HEX triplet: BA, 8E and C5. RGB value is (186,142,197). Sum of RGB (Red+Green+Blue) = 186+142+197=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA8EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EC5 is #45713A. Grayscale: #A1A1A1. Windows color (decimal): -4550971 or 12947130. OLE color: 12947130.
HSL color Cylindrical-coordinate representation of color #BA8EC5: hue angle of 288º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA8EC5 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 142 | 197 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.23 |
| HSL | 288º | 0.32% | 0.66% | - |
| HSV(B) | 288º | 0.28% | 0.77% | - |
| XYZ | 40 | 33.82 | 57.24 | - |
| YUV | 161.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 197 | 0.06 | 0.28 | 0 | 0.23 | 288 | 0.32 | 0.66 |
| Hex | BA | 8E | C5 | 6 | 1C | 0 | 17 | 120 | 20 | 42 |
| Octal | 272 | 216 | 305 | 6 | 34 | 0 | 27 | 440 | 40 | 102 |
| Binary | 10111010 | 10001110 | 11000101 | 110 | 11100 | 0 | 10111 | 100100000 | 100000 | 1000010 |
Color Harmonies of #BA8EC5
Complementary color
Monochromatic Colors of #BA8EC5
Black with #BA8EC5
Text Example
Text Example
White with #BA8EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8EC5; }
p { color: rgb(186,142,197); }
H1.HeaderClassName
{
color: #BA8EC5;
}
.AnyTagClassName
{
color: #BA8EC5;
}
</style>
background-color css
<style>
a { background-color: #BA8EC5; }
a { background-color: rgb(186,142,197); }
div.DivClassName
{
background-color: #BA8EC5;
}
.BgClassName
{
background-color: #BA8EC5;
}
</style>
border-color css
<style>
span { border-color: #BA8EC5; }
span { border-color: rgb(186,142,197); }
td.TdClassName
{
border-color: #BA8EC5;
}
.TagClassName
{
border-color: #BA8EC5;
}
</style>