Shades of East Side #BA88CE
Tints of East Side #BA88CE
RGB
CMYK
RGB Variations
Color information
#BA88CE (or 0xBA88CE) is known color: East Side. HEX triplet: BA, 88 and CE. RGB value is (186,136,206). Sum of RGB (Red+Green+Blue) = 186+136+206=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88CE is #457731. Grayscale: #9E9E9E. Windows color (decimal): -4552498 or 13535418. OLE color: 13535418.
HSL color Cylindrical-coordinate representation of color #BA88CE: hue angle of 282.86º 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 #BA88CE is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 136 | 206 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.19 |
| HSL | 282.86º | 0.42% | 0.67% | - |
| HSV(B) | 282.86º | 0.34% | 0.81% | - |
| XYZ | 40.19 | 32.5 | 62.55 | - |
| YUV | 158.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 206 | 0.10 | 0.34 | 0 | 0.19 | 282.86 | 0.42 | 0.67 |
| Hex | BA | 88 | CE | A | 22 | 0 | 13 | 11B | 2A | 43 |
| Octal | 272 | 210 | 316 | 12 | 42 | 0 | 23 | 433 | 52 | 103 |
| Binary | 10111010 | 10001000 | 11001110 | 1010 | 100010 | 0 | 10011 | 100011011 | 101010 | 1000011 |
Color Harmonies of #BA88CE
Complementary color
Monochromatic Colors of #BA88CE
Black with #BA88CE
Text Example
Text Example
White with #BA88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88CE; }
p { color: rgb(186,136,206); }
H1.HeaderClassName
{
color: #BA88CE;
}
.AnyTagClassName
{
color: #BA88CE;
}
</style>
background-color css
<style>
a { background-color: #BA88CE; }
a { background-color: rgb(186,136,206); }
div.DivClassName
{
background-color: #BA88CE;
}
.BgClassName
{
background-color: #BA88CE;
}
</style>
border-color css
<style>
span { border-color: #BA88CE; }
span { border-color: rgb(186,136,206); }
td.TdClassName
{
border-color: #BA88CE;
}
.TagClassName
{
border-color: #BA88CE;
}
</style>