Shades of East Side #BA8BC8
Tints of East Side #BA8BC8
RGB
CMYK
RGB Variations
Color information
#BA8BC8 (or 0xBA8BC8) is known color: East Side. HEX triplet: BA, 8B and C8. RGB value is (186,139,200). Sum of RGB (Red+Green+Blue) = 186+139+200=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA8BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BC8 is #457437. Grayscale: #9F9F9F. Windows color (decimal): -4551736 or 13142970. OLE color: 13142970.
HSL color Cylindrical-coordinate representation of color #BA8BC8: hue angle of 286.23º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8BC8 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 139 | 200 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.22 |
| HSL | 286.23º | 0.36% | 0.66% | - |
| HSV(B) | 286.23º | 0.31% | 0.78% | - |
| XYZ | 39.91 | 33.07 | 58.92 | - |
| YUV | 160.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 200 | 0.07 | 0.30 | 0 | 0.22 | 286.23 | 0.36 | 0.66 |
| Hex | BA | 8B | C8 | 7 | 1E | 0 | 16 | 11E | 24 | 42 |
| Octal | 272 | 213 | 310 | 7 | 36 | 0 | 26 | 436 | 44 | 102 |
| Binary | 10111010 | 10001011 | 11001000 | 111 | 11110 | 0 | 10110 | 100011110 | 100100 | 1000010 |
Color Harmonies of #BA8BC8
Complementary color
Monochromatic Colors of #BA8BC8
Black with #BA8BC8
Text Example
Text Example
White with #BA8BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BC8; }
p { color: rgb(186,139,200); }
H1.HeaderClassName
{
color: #BA8BC8;
}
.AnyTagClassName
{
color: #BA8BC8;
}
</style>
background-color css
<style>
a { background-color: #BA8BC8; }
a { background-color: rgb(186,139,200); }
div.DivClassName
{
background-color: #BA8BC8;
}
.BgClassName
{
background-color: #BA8BC8;
}
</style>
border-color css
<style>
span { border-color: #BA8BC8; }
span { border-color: rgb(186,139,200); }
td.TdClassName
{
border-color: #BA8BC8;
}
.TagClassName
{
border-color: #BA8BC8;
}
</style>