Shades of East Side #BA97C5
Tints of East Side #BA97C5
RGB
CMYK
RGB Variations
Color information
#BA97C5 (or 0xBA97C5) is known color: East Side. HEX triplet: BA, 97 and C5. RGB value is (186,151,197). Sum of RGB (Red+Green+Blue) = 186+151+197=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA97C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97C5 is #45683A. Grayscale: #A6A6A6. Windows color (decimal): -4548667 or 12949434. OLE color: 12949434.
HSL color Cylindrical-coordinate representation of color #BA97C5: hue angle of 285.65º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA97C5 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 151 | 197 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.23 |
| HSL | 285.65º | 0.28% | 0.68% | - |
| HSV(B) | 285.65º | 0.23% | 0.77% | - |
| XYZ | 41.39 | 36.6 | 57.71 | - |
| YUV | 166.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 197 | 0.06 | 0.23 | 0 | 0.23 | 285.65 | 0.28 | 0.68 |
| Hex | BA | 97 | C5 | 6 | 17 | 0 | 17 | 11E | 1C | 44 |
| Octal | 272 | 227 | 305 | 6 | 27 | 0 | 27 | 436 | 34 | 104 |
| Binary | 10111010 | 10010111 | 11000101 | 110 | 10111 | 0 | 10111 | 100011110 | 11100 | 1000100 |
Color Harmonies of #BA97C5
Complementary color
Monochromatic Colors of #BA97C5
Black with #BA97C5
Text Example
Text Example
White with #BA97C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA97C5; }
p { color: rgb(186,151,197); }
H1.HeaderClassName
{
color: #BA97C5;
}
.AnyTagClassName
{
color: #BA97C5;
}
</style>
background-color css
<style>
a { background-color: #BA97C5; }
a { background-color: rgb(186,151,197); }
div.DivClassName
{
background-color: #BA97C5;
}
.BgClassName
{
background-color: #BA97C5;
}
</style>
border-color css
<style>
span { border-color: #BA97C5; }
span { border-color: rgb(186,151,197); }
td.TdClassName
{
border-color: #BA97C5;
}
.TagClassName
{
border-color: #BA97C5;
}
</style>