Shades of East Side #BA8BBF
Tints of East Side #BA8BBF
RGB
CMYK
RGB Variations
Color information
#BA8BBF (or 0xBA8BBF) is known color: East Side. HEX triplet: BA, 8B and BF. RGB value is (186,139,191). Sum of RGB (Red+Green+Blue) = 186+139+191=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BBF is #457440. Grayscale: #9E9E9E. Windows color (decimal): -4551745 or 12553146. OLE color: 12553146.
HSL color Cylindrical-coordinate representation of color #BA8BBF: hue angle of 294.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA8BBF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 139 | 191 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.25 |
| HSL | 294.23º | 0.29% | 0.65% | - |
| HSV(B) | 294.23º | 0.27% | 0.75% | - |
| XYZ | 38.89 | 32.67 | 53.55 | - |
| YUV | 158.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 191 | 0.03 | 0.27 | 0 | 0.25 | 294.23 | 0.29 | 0.65 |
| Hex | BA | 8B | BF | 3 | 1B | 0 | 19 | 126 | 1D | 41 |
| Octal | 272 | 213 | 277 | 3 | 33 | 0 | 31 | 446 | 35 | 101 |
| Binary | 10111010 | 10001011 | 10111111 | 11 | 11011 | 0 | 11001 | 100100110 | 11101 | 1000001 |
Color Harmonies of #BA8BBF
Complementary color
Monochromatic Colors of #BA8BBF
Black with #BA8BBF
Text Example
Text Example
White with #BA8BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BBF; }
p { color: rgb(186,139,191); }
H1.HeaderClassName
{
color: #BA8BBF;
}
.AnyTagClassName
{
color: #BA8BBF;
}
</style>
background-color css
<style>
a { background-color: #BA8BBF; }
a { background-color: rgb(186,139,191); }
div.DivClassName
{
background-color: #BA8BBF;
}
.BgClassName
{
background-color: #BA8BBF;
}
</style>
border-color css
<style>
span { border-color: #BA8BBF; }
span { border-color: rgb(186,139,191); }
td.TdClassName
{
border-color: #BA8BBF;
}
.TagClassName
{
border-color: #BA8BBF;
}
</style>