Shades of East Side #BA95C3
Tints of East Side #BA95C3
RGB
CMYK
RGB Variations
Color information
#BA95C3 (or 0xBA95C3) is known color: East Side. HEX triplet: BA, 95 and C3. RGB value is (186,149,195). Sum of RGB (Red+Green+Blue) = 186+149+195=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA95C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95C3 is #456A3C. Grayscale: #A5A5A5. Windows color (decimal): -4549181 or 12817850. OLE color: 12817850.
HSL color Cylindrical-coordinate representation of color #BA95C3: hue angle of 288.26º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA95C3 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 149 | 195 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.24 |
| HSL | 288.26º | 0.28% | 0.67% | - |
| HSV(B) | 288.26º | 0.24% | 0.76% | - |
| XYZ | 40.85 | 35.87 | 56.4 | - |
| YUV | 165.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 195 | 0.05 | 0.24 | 0 | 0.24 | 288.26 | 0.28 | 0.67 |
| Hex | BA | 95 | C3 | 5 | 18 | 0 | 18 | 120 | 1C | 43 |
| Octal | 272 | 225 | 303 | 5 | 30 | 0 | 30 | 440 | 34 | 103 |
| Binary | 10111010 | 10010101 | 11000011 | 101 | 11000 | 0 | 11000 | 100100000 | 11100 | 1000011 |
Color Harmonies of #BA95C3
Complementary color
Monochromatic Colors of #BA95C3
Black with #BA95C3
Text Example
Text Example
White with #BA95C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95C3; }
p { color: rgb(186,149,195); }
H1.HeaderClassName
{
color: #BA95C3;
}
.AnyTagClassName
{
color: #BA95C3;
}
</style>
background-color css
<style>
a { background-color: #BA95C3; }
a { background-color: rgb(186,149,195); }
div.DivClassName
{
background-color: #BA95C3;
}
.BgClassName
{
background-color: #BA95C3;
}
</style>
border-color css
<style>
span { border-color: #BA95C3; }
span { border-color: rgb(186,149,195); }
td.TdClassName
{
border-color: #BA95C3;
}
.TagClassName
{
border-color: #BA95C3;
}
</style>