Shades of East Side #BA84CE
Tints of East Side #BA84CE
RGB
CMYK
RGB Variations
Color information
#BA84CE (or 0xBA84CE) is known color: East Side. HEX triplet: BA, 84 and CE. RGB value is (186,132,206). Sum of RGB (Red+Green+Blue) = 186+132+206=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA84CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84CE is #457B31. Grayscale: #9C9C9C. Windows color (decimal): -4553522 or 13534394. OLE color: 13534394.
HSL color Cylindrical-coordinate representation of color #BA84CE: hue angle of 283.78º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA84CE is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 132 | 206 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.19 |
| HSL | 283.78º | 0.43% | 0.66% | - |
| HSV(B) | 283.78º | 0.36% | 0.81% | - |
| XYZ | 39.64 | 31.4 | 62.36 | - |
| YUV | 156.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 206 | 0.10 | 0.36 | 0 | 0.19 | 283.78 | 0.43 | 0.66 |
| Hex | BA | 84 | CE | A | 24 | 0 | 13 | 11C | 2B | 42 |
| Octal | 272 | 204 | 316 | 12 | 44 | 0 | 23 | 434 | 53 | 102 |
| Binary | 10111010 | 10000100 | 11001110 | 1010 | 100100 | 0 | 10011 | 100011100 | 101011 | 1000010 |
Color Harmonies of #BA84CE
Complementary color
Monochromatic Colors of #BA84CE
Black with #BA84CE
Text Example
Text Example
White with #BA84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84CE; }
p { color: rgb(186,132,206); }
H1.HeaderClassName
{
color: #BA84CE;
}
.AnyTagClassName
{
color: #BA84CE;
}
</style>
background-color css
<style>
a { background-color: #BA84CE; }
a { background-color: rgb(186,132,206); }
div.DivClassName
{
background-color: #BA84CE;
}
.BgClassName
{
background-color: #BA84CE;
}
</style>
border-color css
<style>
span { border-color: #BA84CE; }
span { border-color: rgb(186,132,206); }
td.TdClassName
{
border-color: #BA84CE;
}
.TagClassName
{
border-color: #BA84CE;
}
</style>