Shades of East Side #BA8CCE
Tints of East Side #BA8CCE
RGB
CMYK
RGB Variations
Color information
#BA8CCE (or 0xBA8CCE) is known color: East Side. HEX triplet: BA, 8C and CE. RGB value is (186,140,206). Sum of RGB (Red+Green+Blue) = 186+140+206=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CCE is #457331. Grayscale: #A1A1A1. Windows color (decimal): -4551474 or 13536442. OLE color: 13536442.
HSL color Cylindrical-coordinate representation of color #BA8CCE: hue angle of 281.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA8CCE is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 140 | 206 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.19 |
| HSL | 281.82º | 0.4% | 0.68% | - |
| HSV(B) | 281.82º | 0.32% | 0.81% | - |
| XYZ | 40.77 | 33.65 | 62.74 | - |
| YUV | 161.28 | 153.24 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 206 | 0.10 | 0.32 | 0 | 0.19 | 281.82 | 0.4 | 0.68 |
| Hex | BA | 8C | CE | A | 20 | 0 | 13 | 11A | 28 | 44 |
| Octal | 272 | 214 | 316 | 12 | 40 | 0 | 23 | 432 | 50 | 104 |
| Binary | 10111010 | 10001100 | 11001110 | 1010 | 100000 | 0 | 10011 | 100011010 | 101000 | 1000100 |
Color Harmonies of #BA8CCE
Complementary color
Monochromatic Colors of #BA8CCE
Black with #BA8CCE
Text Example
Text Example
White with #BA8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CCE; }
p { color: rgb(186,140,206); }
H1.HeaderClassName
{
color: #BA8CCE;
}
.AnyTagClassName
{
color: #BA8CCE;
}
</style>
background-color css
<style>
a { background-color: #BA8CCE; }
a { background-color: rgb(186,140,206); }
div.DivClassName
{
background-color: #BA8CCE;
}
.BgClassName
{
background-color: #BA8CCE;
}
</style>
border-color css
<style>
span { border-color: #BA8CCE; }
span { border-color: rgb(186,140,206); }
td.TdClassName
{
border-color: #BA8CCE;
}
.TagClassName
{
border-color: #BA8CCE;
}
</style>