Shades of East Side #BA84CC
Tints of East Side #BA84CC
RGB
CMYK
RGB Variations
Color information
#BA84CC (or 0xBA84CC) is known color: East Side. HEX triplet: BA, 84 and CC. RGB value is (186,132,204). Sum of RGB (Red+Green+Blue) = 186+132+204=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84CC is #457B33. Grayscale: #9C9C9C. Windows color (decimal): -4553524 or 13403322. OLE color: 13403322.
HSL color Cylindrical-coordinate representation of color #BA84CC: hue angle of 285º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA84CC is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 132 | 204 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.2 |
| HSL | 285º | 0.41% | 0.66% | - |
| HSV(B) | 285º | 0.35% | 0.8% | - |
| XYZ | 39.4 | 31.3 | 61.09 | - |
| YUV | 156.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 204 | 0.09 | 0.35 | 0 | 0.2 | 285 | 0.41 | 0.66 |
| Hex | BA | 84 | CC | 9 | 23 | 0 | 14 | 11D | 29 | 42 |
| Octal | 272 | 204 | 314 | 11 | 43 | 0 | 24 | 435 | 51 | 102 |
| Binary | 10111010 | 10000100 | 11001100 | 1001 | 100011 | 0 | 10100 | 100011101 | 101001 | 1000010 |
Color Harmonies of #BA84CC
Complementary color
Monochromatic Colors of #BA84CC
Black with #BA84CC
Text Example
Text Example
White with #BA84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84CC; }
p { color: rgb(186,132,204); }
H1.HeaderClassName
{
color: #BA84CC;
}
.AnyTagClassName
{
color: #BA84CC;
}
</style>
background-color css
<style>
a { background-color: #BA84CC; }
a { background-color: rgb(186,132,204); }
div.DivClassName
{
background-color: #BA84CC;
}
.BgClassName
{
background-color: #BA84CC;
}
</style>
border-color css
<style>
span { border-color: #BA84CC; }
span { border-color: rgb(186,132,204); }
td.TdClassName
{
border-color: #BA84CC;
}
.TagClassName
{
border-color: #BA84CC;
}
</style>