Shades of East Side #BA88CA
Tints of East Side #BA88CA
RGB
CMYK
RGB Variations
Color information
#BA88CA (or 0xBA88CA) is known color: East Side. HEX triplet: BA, 88 and CA. RGB value is (186,136,202). Sum of RGB (Red+Green+Blue) = 186+136+202=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88CA is #457735. Grayscale: #9E9E9E. Windows color (decimal): -4552502 or 13273274. OLE color: 13273274.
HSL color Cylindrical-coordinate representation of color #BA88CA: hue angle of 285.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA88CA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 136 | 202 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.21 |
| HSL | 285.45º | 0.38% | 0.66% | - |
| HSV(B) | 285.45º | 0.33% | 0.79% | - |
| XYZ | 39.71 | 32.31 | 60.02 | - |
| YUV | 158.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 202 | 0.08 | 0.33 | 0 | 0.21 | 285.45 | 0.38 | 0.66 |
| Hex | BA | 88 | CA | 8 | 21 | 0 | 15 | 11D | 26 | 42 |
| Octal | 272 | 210 | 312 | 10 | 41 | 0 | 25 | 435 | 46 | 102 |
| Binary | 10111010 | 10001000 | 11001010 | 1000 | 100001 | 0 | 10101 | 100011101 | 100110 | 1000010 |
Color Harmonies of #BA88CA
Complementary color
Monochromatic Colors of #BA88CA
Black with #BA88CA
Text Example
Text Example
White with #BA88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88CA; }
p { color: rgb(186,136,202); }
H1.HeaderClassName
{
color: #BA88CA;
}
.AnyTagClassName
{
color: #BA88CA;
}
</style>
background-color css
<style>
a { background-color: #BA88CA; }
a { background-color: rgb(186,136,202); }
div.DivClassName
{
background-color: #BA88CA;
}
.BgClassName
{
background-color: #BA88CA;
}
</style>
border-color css
<style>
span { border-color: #BA88CA; }
span { border-color: rgb(186,136,202); }
td.TdClassName
{
border-color: #BA88CA;
}
.TagClassName
{
border-color: #BA88CA;
}
</style>