Shades of East Side #BA87BF
Tints of East Side #BA87BF
RGB
CMYK
RGB Variations
Color information
#BA87BF (or 0xBA87BF) is known color: East Side. HEX triplet: BA, 87 and BF. RGB value is (186,135,191). Sum of RGB (Red+Green+Blue) = 186+135+191=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA87BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87BF is #457840. Grayscale: #9C9C9C. Windows color (decimal): -4552769 or 12552122. OLE color: 12552122.
HSL color Cylindrical-coordinate representation of color #BA87BF: hue angle of 294.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA87BF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 135 | 191 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.25 |
| HSL | 294.64º | 0.3% | 0.64% | - |
| HSV(B) | 294.64º | 0.29% | 0.75% | - |
| XYZ | 38.32 | 31.53 | 53.36 | - |
| YUV | 156.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 191 | 0.03 | 0.29 | 0 | 0.25 | 294.64 | 0.3 | 0.64 |
| Hex | BA | 87 | BF | 3 | 1D | 0 | 19 | 127 | 1E | 40 |
| Octal | 272 | 207 | 277 | 3 | 35 | 0 | 31 | 447 | 36 | 100 |
| Binary | 10111010 | 10000111 | 10111111 | 11 | 11101 | 0 | 11001 | 100100111 | 11110 | 1000000 |
Color Harmonies of #BA87BF
Complementary color
Monochromatic Colors of #BA87BF
Black with #BA87BF
Text Example
Text Example
White with #BA87BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87BF; }
p { color: rgb(186,135,191); }
H1.HeaderClassName
{
color: #BA87BF;
}
.AnyTagClassName
{
color: #BA87BF;
}
</style>
background-color css
<style>
a { background-color: #BA87BF; }
a { background-color: rgb(186,135,191); }
div.DivClassName
{
background-color: #BA87BF;
}
.BgClassName
{
background-color: #BA87BF;
}
</style>
border-color css
<style>
span { border-color: #BA87BF; }
span { border-color: rgb(186,135,191); }
td.TdClassName
{
border-color: #BA87BF;
}
.TagClassName
{
border-color: #BA87BF;
}
</style>