Shades of East Side #BA84BE
Tints of East Side #BA84BE
RGB
CMYK
RGB Variations
Color information
#BA84BE (or 0xBA84BE) is known color: East Side. HEX triplet: BA, 84 and BE. RGB value is (186,132,190). Sum of RGB (Red+Green+Blue) = 186+132+190=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA84BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84BE is #457B41. Grayscale: #9A9A9A. Windows color (decimal): -4553538 or 12485818. OLE color: 12485818.
HSL color Cylindrical-coordinate representation of color #BA84BE: hue angle of 295.86º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA84BE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 132 | 190 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.25 |
| HSL | 295.86º | 0.31% | 0.63% | - |
| HSV(B) | 295.86º | 0.31% | 0.75% | - |
| XYZ | 37.8 | 30.66 | 52.64 | - |
| YUV | 154.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 190 | 0.02 | 0.31 | 0 | 0.25 | 295.86 | 0.31 | 0.63 |
| Hex | BA | 84 | BE | 2 | 1F | 0 | 19 | 128 | 1F | 3F |
| Octal | 272 | 204 | 276 | 2 | 37 | 0 | 31 | 450 | 37 | 77 |
| Binary | 10111010 | 10000100 | 10111110 | 10 | 11111 | 0 | 11001 | 100101000 | 11111 | 111111 |
Color Harmonies of #BA84BE
Complementary color
Monochromatic Colors of #BA84BE
Black with #BA84BE
Text Example
Text Example
White with #BA84BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84BE; }
p { color: rgb(186,132,190); }
H1.HeaderClassName
{
color: #BA84BE;
}
.AnyTagClassName
{
color: #BA84BE;
}
</style>
background-color css
<style>
a { background-color: #BA84BE; }
a { background-color: rgb(186,132,190); }
div.DivClassName
{
background-color: #BA84BE;
}
.BgClassName
{
background-color: #BA84BE;
}
</style>
border-color css
<style>
span { border-color: #BA84BE; }
span { border-color: rgb(186,132,190); }
td.TdClassName
{
border-color: #BA84BE;
}
.TagClassName
{
border-color: #BA84BE;
}
</style>