Shades of East Side #BA8FCE
Tints of East Side #BA8FCE
RGB
CMYK
RGB Variations
Color information
#BA8FCE (or 0xBA8FCE) is known color: East Side. HEX triplet: BA, 8F and CE. RGB value is (186,143,206). Sum of RGB (Red+Green+Blue) = 186+143+206=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FCE is #457031. Grayscale: #A2A2A2. Windows color (decimal): -4550706 or 13537210. OLE color: 13537210.
HSL color Cylindrical-coordinate representation of color #BA8FCE: hue angle of 280.95º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8FCE is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 143 | 206 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.19 |
| HSL | 280.95º | 0.39% | 0.68% | - |
| HSV(B) | 280.95º | 0.31% | 0.81% | - |
| XYZ | 41.21 | 34.54 | 62.89 | - |
| YUV | 163.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 206 | 0.10 | 0.31 | 0 | 0.19 | 280.95 | 0.39 | 0.68 |
| Hex | BA | 8F | CE | A | 1F | 0 | 13 | 119 | 27 | 44 |
| Octal | 272 | 217 | 316 | 12 | 37 | 0 | 23 | 431 | 47 | 104 |
| Binary | 10111010 | 10001111 | 11001110 | 1010 | 11111 | 0 | 10011 | 100011001 | 100111 | 1000100 |
Color Harmonies of #BA8FCE
Complementary color
Monochromatic Colors of #BA8FCE
Black with #BA8FCE
Text Example
Text Example
White with #BA8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FCE; }
p { color: rgb(186,143,206); }
H1.HeaderClassName
{
color: #BA8FCE;
}
.AnyTagClassName
{
color: #BA8FCE;
}
</style>
background-color css
<style>
a { background-color: #BA8FCE; }
a { background-color: rgb(186,143,206); }
div.DivClassName
{
background-color: #BA8FCE;
}
.BgClassName
{
background-color: #BA8FCE;
}
</style>
border-color css
<style>
span { border-color: #BA8FCE; }
span { border-color: rgb(186,143,206); }
td.TdClassName
{
border-color: #BA8FCE;
}
.TagClassName
{
border-color: #BA8FCE;
}
</style>