Shades of East Side #BA8FC4
Tints of East Side #BA8FC4
RGB
CMYK
RGB Variations
Color information
#BA8FC4 (or 0xBA8FC4) is known color: East Side. HEX triplet: BA, 8F and C4. RGB value is (186,143,196). Sum of RGB (Red+Green+Blue) = 186+143+196=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA8FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FC4 is #45703B. Grayscale: #A1A1A1. Windows color (decimal): -4550716 or 12881850. OLE color: 12881850.
HSL color Cylindrical-coordinate representation of color #BA8FC4: hue angle of 288.68º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA8FC4 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 143 | 196 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.23 |
| HSL | 288.68º | 0.31% | 0.66% | - |
| HSV(B) | 288.68º | 0.27% | 0.77% | - |
| XYZ | 40.04 | 34.07 | 56.69 | - |
| YUV | 161.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 196 | 0.05 | 0.27 | 0 | 0.23 | 288.68 | 0.31 | 0.66 |
| Hex | BA | 8F | C4 | 5 | 1B | 0 | 17 | 121 | 1F | 42 |
| Octal | 272 | 217 | 304 | 5 | 33 | 0 | 27 | 441 | 37 | 102 |
| Binary | 10111010 | 10001111 | 11000100 | 101 | 11011 | 0 | 10111 | 100100001 | 11111 | 1000010 |
Color Harmonies of #BA8FC4
Complementary color
Monochromatic Colors of #BA8FC4
Black with #BA8FC4
Text Example
Text Example
White with #BA8FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FC4; }
p { color: rgb(186,143,196); }
H1.HeaderClassName
{
color: #BA8FC4;
}
.AnyTagClassName
{
color: #BA8FC4;
}
</style>
background-color css
<style>
a { background-color: #BA8FC4; }
a { background-color: rgb(186,143,196); }
div.DivClassName
{
background-color: #BA8FC4;
}
.BgClassName
{
background-color: #BA8FC4;
}
</style>
border-color css
<style>
span { border-color: #BA8FC4; }
span { border-color: rgb(186,143,196); }
td.TdClassName
{
border-color: #BA8FC4;
}
.TagClassName
{
border-color: #BA8FC4;
}
</style>