Shades of East Side #BA8BCC
Tints of East Side #BA8BCC
RGB
CMYK
RGB Variations
Color information
#BA8BCC (or 0xBA8BCC) is known color: East Side. HEX triplet: BA, 8B and CC. RGB value is (186,139,204). Sum of RGB (Red+Green+Blue) = 186+139+204=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BCC is #457433. Grayscale: #A0A0A0. Windows color (decimal): -4551732 or 13405114. OLE color: 13405114.
HSL color Cylindrical-coordinate representation of color #BA8BCC: hue angle of 283.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA8BCC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 139 | 204 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.2 |
| HSL | 283.38º | 0.39% | 0.67% | - |
| HSV(B) | 283.38º | 0.32% | 0.8% | - |
| XYZ | 40.38 | 33.26 | 61.42 | - |
| YUV | 160.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 204 | 0.09 | 0.32 | 0 | 0.2 | 283.38 | 0.39 | 0.67 |
| Hex | BA | 8B | CC | 9 | 20 | 0 | 14 | 11B | 27 | 43 |
| Octal | 272 | 213 | 314 | 11 | 40 | 0 | 24 | 433 | 47 | 103 |
| Binary | 10111010 | 10001011 | 11001100 | 1001 | 100000 | 0 | 10100 | 100011011 | 100111 | 1000011 |
Color Harmonies of #BA8BCC
Complementary color
Monochromatic Colors of #BA8BCC
Black with #BA8BCC
Text Example
Text Example
White with #BA8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BCC; }
p { color: rgb(186,139,204); }
H1.HeaderClassName
{
color: #BA8BCC;
}
.AnyTagClassName
{
color: #BA8BCC;
}
</style>
background-color css
<style>
a { background-color: #BA8BCC; }
a { background-color: rgb(186,139,204); }
div.DivClassName
{
background-color: #BA8BCC;
}
.BgClassName
{
background-color: #BA8BCC;
}
</style>
border-color css
<style>
span { border-color: #BA8BCC; }
span { border-color: rgb(186,139,204); }
td.TdClassName
{
border-color: #BA8BCC;
}
.TagClassName
{
border-color: #BA8BCC;
}
</style>