Shades of East Side #BA8DC5
Tints of East Side #BA8DC5
RGB
CMYK
RGB Variations
Color information
#BA8DC5 (or 0xBA8DC5) is known color: East Side. HEX triplet: BA, 8D and C5. RGB value is (186,141,197). Sum of RGB (Red+Green+Blue) = 186+141+197=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA8DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DC5 is #45723A. Grayscale: #A0A0A0. Windows color (decimal): -4551227 or 12946874. OLE color: 12946874.
HSL color Cylindrical-coordinate representation of color #BA8DC5: hue angle of 288.21º degrees, saturation: 0.33, 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 #BA8DC5 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 141 | 197 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.23 |
| HSL | 288.21º | 0.33% | 0.66% | - |
| HSV(B) | 288.21º | 0.28% | 0.77% | - |
| XYZ | 39.85 | 33.52 | 57.19 | - |
| YUV | 160.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 197 | 0.06 | 0.28 | 0 | 0.23 | 288.21 | 0.33 | 0.66 |
| Hex | BA | 8D | C5 | 6 | 1C | 0 | 17 | 120 | 21 | 42 |
| Octal | 272 | 215 | 305 | 6 | 34 | 0 | 27 | 440 | 41 | 102 |
| Binary | 10111010 | 10001101 | 11000101 | 110 | 11100 | 0 | 10111 | 100100000 | 100001 | 1000010 |
Color Harmonies of #BA8DC5
Complementary color
Monochromatic Colors of #BA8DC5
Black with #BA8DC5
Text Example
Text Example
White with #BA8DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DC5; }
p { color: rgb(186,141,197); }
H1.HeaderClassName
{
color: #BA8DC5;
}
.AnyTagClassName
{
color: #BA8DC5;
}
</style>
background-color css
<style>
a { background-color: #BA8DC5; }
a { background-color: rgb(186,141,197); }
div.DivClassName
{
background-color: #BA8DC5;
}
.BgClassName
{
background-color: #BA8DC5;
}
</style>
border-color css
<style>
span { border-color: #BA8DC5; }
span { border-color: rgb(186,141,197); }
td.TdClassName
{
border-color: #BA8DC5;
}
.TagClassName
{
border-color: #BA8DC5;
}
</style>