Shades of East Side #BA89CF
Tints of East Side #BA89CF
RGB
CMYK
RGB Variations
Color information
#BA89CF (or 0xBA89CF) is known color: East Side. HEX triplet: BA, 89 and CF. RGB value is (186,137,207). Sum of RGB (Red+Green+Blue) = 186+137+207=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89CF is #457630. Grayscale: #9F9F9F. Windows color (decimal): -4552241 or 13601210. OLE color: 13601210.
HSL color Cylindrical-coordinate representation of color #BA89CF: hue angle of 282º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA89CF is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 137 | 207 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.19 |
| HSL | 282º | 0.42% | 0.67% | - |
| HSV(B) | 282º | 0.34% | 0.81% | - |
| XYZ | 40.46 | 32.84 | 63.24 | - |
| YUV | 159.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 207 | 0.10 | 0.34 | 0 | 0.19 | 282 | 0.42 | 0.67 |
| Hex | BA | 89 | CF | A | 22 | 0 | 13 | 11A | 2A | 43 |
| Octal | 272 | 211 | 317 | 12 | 42 | 0 | 23 | 432 | 52 | 103 |
| Binary | 10111010 | 10001001 | 11001111 | 1010 | 100010 | 0 | 10011 | 100011010 | 101010 | 1000011 |
Color Harmonies of #BA89CF
Complementary color
Monochromatic Colors of #BA89CF
Black with #BA89CF
Text Example
Text Example
White with #BA89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89CF; }
p { color: rgb(186,137,207); }
H1.HeaderClassName
{
color: #BA89CF;
}
.AnyTagClassName
{
color: #BA89CF;
}
</style>
background-color css
<style>
a { background-color: #BA89CF; }
a { background-color: rgb(186,137,207); }
div.DivClassName
{
background-color: #BA89CF;
}
.BgClassName
{
background-color: #BA89CF;
}
</style>
border-color css
<style>
span { border-color: #BA89CF; }
span { border-color: rgb(186,137,207); }
td.TdClassName
{
border-color: #BA89CF;
}
.TagClassName
{
border-color: #BA89CF;
}
</style>