Shades of East Side #BA7DC5
Tints of East Side #BA7DC5
RGB
CMYK
RGB Variations
Color information
#BA7DC5 (or 0xBA7DC5) is known color: East Side. HEX triplet: BA, 7D and C5. RGB value is (186,125,197). Sum of RGB (Red+Green+Blue) = 186+125+197=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA7DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DC5 is #45823A. Grayscale: #979797. Windows color (decimal): -4555323 or 12942778. OLE color: 12942778.
HSL color Cylindrical-coordinate representation of color #BA7DC5: hue angle of 290.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7DC5 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 125 | 197 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.23 |
| HSL | 290.83º | 0.38% | 0.63% | - |
| HSV(B) | 290.83º | 0.37% | 0.77% | - |
| XYZ | 37.66 | 29.14 | 56.46 | - |
| YUV | 151.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 197 | 0.06 | 0.37 | 0 | 0.23 | 290.83 | 0.38 | 0.63 |
| Hex | BA | 7D | C5 | 6 | 25 | 0 | 17 | 123 | 26 | 3F |
| Octal | 272 | 175 | 305 | 6 | 45 | 0 | 27 | 443 | 46 | 77 |
| Binary | 10111010 | 1111101 | 11000101 | 110 | 100101 | 0 | 10111 | 100100011 | 100110 | 111111 |
Color Harmonies of #BA7DC5
Complementary color
Monochromatic Colors of #BA7DC5
Black with #BA7DC5
Text Example
Text Example
White with #BA7DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DC5; }
p { color: rgb(186,125,197); }
H1.HeaderClassName
{
color: #BA7DC5;
}
.AnyTagClassName
{
color: #BA7DC5;
}
</style>
background-color css
<style>
a { background-color: #BA7DC5; }
a { background-color: rgb(186,125,197); }
div.DivClassName
{
background-color: #BA7DC5;
}
.BgClassName
{
background-color: #BA7DC5;
}
</style>
border-color css
<style>
span { border-color: #BA7DC5; }
span { border-color: rgb(186,125,197); }
td.TdClassName
{
border-color: #BA7DC5;
}
.TagClassName
{
border-color: #BA7DC5;
}
</style>