Shades of East Side #BA8EC6
Tints of East Side #BA8EC6
RGB
CMYK
RGB Variations
Color information
#BA8EC6 (or 0xBA8EC6) is known color: East Side. HEX triplet: BA, 8E and C6. RGB value is (186,142,198). Sum of RGB (Red+Green+Blue) = 186+142+198=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA8EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EC6 is #457139. Grayscale: #A1A1A1. Windows color (decimal): -4550970 or 13012666. OLE color: 13012666.
HSL color Cylindrical-coordinate representation of color #BA8EC6: hue angle of 287.14º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA8EC6 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 142 | 198 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.22 |
| HSL | 287.14º | 0.33% | 0.67% | - |
| HSV(B) | 287.14º | 0.28% | 0.78% | - |
| XYZ | 40.12 | 33.86 | 57.85 | - |
| YUV | 161.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 198 | 0.06 | 0.28 | 0 | 0.22 | 287.14 | 0.33 | 0.67 |
| Hex | BA | 8E | C6 | 6 | 1C | 0 | 16 | 11F | 21 | 43 |
| Octal | 272 | 216 | 306 | 6 | 34 | 0 | 26 | 437 | 41 | 103 |
| Binary | 10111010 | 10001110 | 11000110 | 110 | 11100 | 0 | 10110 | 100011111 | 100001 | 1000011 |
Color Harmonies of #BA8EC6
Complementary color
Monochromatic Colors of #BA8EC6
Black with #BA8EC6
Text Example
Text Example
White with #BA8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8EC6; }
p { color: rgb(186,142,198); }
H1.HeaderClassName
{
color: #BA8EC6;
}
.AnyTagClassName
{
color: #BA8EC6;
}
</style>
background-color css
<style>
a { background-color: #BA8EC6; }
a { background-color: rgb(186,142,198); }
div.DivClassName
{
background-color: #BA8EC6;
}
.BgClassName
{
background-color: #BA8EC6;
}
</style>
border-color css
<style>
span { border-color: #BA8EC6; }
span { border-color: rgb(186,142,198); }
td.TdClassName
{
border-color: #BA8EC6;
}
.TagClassName
{
border-color: #BA8EC6;
}
</style>