Shades of East Side #BA8ECC
Tints of East Side #BA8ECC
RGB
CMYK
RGB Variations
Color information
#BA8ECC (or 0xBA8ECC) is known color: East Side. HEX triplet: BA, 8E and CC. RGB value is (186,142,204). Sum of RGB (Red+Green+Blue) = 186+142+204=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ECC is #457133. Grayscale: #A2A2A2. Windows color (decimal): -4550964 or 13405882. OLE color: 13405882.
HSL color Cylindrical-coordinate representation of color #BA8ECC: hue angle of 282.58º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8ECC is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 142 | 204 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.2 |
| HSL | 282.58º | 0.38% | 0.68% | - |
| HSV(B) | 282.58º | 0.3% | 0.8% | - |
| XYZ | 40.82 | 34.14 | 61.57 | - |
| YUV | 162.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 204 | 0.09 | 0.30 | 0 | 0.2 | 282.58 | 0.38 | 0.68 |
| Hex | BA | 8E | CC | 9 | 1E | 0 | 14 | 11B | 26 | 44 |
| Octal | 272 | 216 | 314 | 11 | 36 | 0 | 24 | 433 | 46 | 104 |
| Binary | 10111010 | 10001110 | 11001100 | 1001 | 11110 | 0 | 10100 | 100011011 | 100110 | 1000100 |
Color Harmonies of #BA8ECC
Complementary color
Monochromatic Colors of #BA8ECC
Black with #BA8ECC
Text Example
Text Example
White with #BA8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8ECC; }
p { color: rgb(186,142,204); }
H1.HeaderClassName
{
color: #BA8ECC;
}
.AnyTagClassName
{
color: #BA8ECC;
}
</style>
background-color css
<style>
a { background-color: #BA8ECC; }
a { background-color: rgb(186,142,204); }
div.DivClassName
{
background-color: #BA8ECC;
}
.BgClassName
{
background-color: #BA8ECC;
}
</style>
border-color css
<style>
span { border-color: #BA8ECC; }
span { border-color: rgb(186,142,204); }
td.TdClassName
{
border-color: #BA8ECC;
}
.TagClassName
{
border-color: #BA8ECC;
}
</style>