Shades of East Side #BA8ACC
Tints of East Side #BA8ACC
RGB
CMYK
RGB Variations
Color information
#BA8ACC (or 0xBA8ACC) is known color: East Side. HEX triplet: BA, 8A and CC. RGB value is (186,138,204). Sum of RGB (Red+Green+Blue) = 186+138+204=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ACC is #457533. Grayscale: #9F9F9F. Windows color (decimal): -4551988 or 13404858. OLE color: 13404858.
HSL color Cylindrical-coordinate representation of color #BA8ACC: hue angle of 283.64º 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 #BA8ACC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 138 | 204 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.2 |
| HSL | 283.64º | 0.39% | 0.67% | - |
| HSV(B) | 283.64º | 0.32% | 0.8% | - |
| XYZ | 40.24 | 32.98 | 61.37 | - |
| YUV | 159.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 204 | 0.09 | 0.32 | 0 | 0.2 | 283.64 | 0.39 | 0.67 |
| Hex | BA | 8A | CC | 9 | 20 | 0 | 14 | 11C | 27 | 43 |
| Octal | 272 | 212 | 314 | 11 | 40 | 0 | 24 | 434 | 47 | 103 |
| Binary | 10111010 | 10001010 | 11001100 | 1001 | 100000 | 0 | 10100 | 100011100 | 100111 | 1000011 |
Color Harmonies of #BA8ACC
Complementary color
Monochromatic Colors of #BA8ACC
Black with #BA8ACC
Text Example
Text Example
White with #BA8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8ACC; }
p { color: rgb(186,138,204); }
H1.HeaderClassName
{
color: #BA8ACC;
}
.AnyTagClassName
{
color: #BA8ACC;
}
</style>
background-color css
<style>
a { background-color: #BA8ACC; }
a { background-color: rgb(186,138,204); }
div.DivClassName
{
background-color: #BA8ACC;
}
.BgClassName
{
background-color: #BA8ACC;
}
</style>
border-color css
<style>
span { border-color: #BA8ACC; }
span { border-color: rgb(186,138,204); }
td.TdClassName
{
border-color: #BA8ACC;
}
.TagClassName
{
border-color: #BA8ACC;
}
</style>