Shades of East Side #BA95C4
Tints of East Side #BA95C4
RGB
CMYK
RGB Variations
Color information
#BA95C4 (or 0xBA95C4) is known color: East Side. HEX triplet: BA, 95 and C4. RGB value is (186,149,196). Sum of RGB (Red+Green+Blue) = 186+149+196=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA95C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95C4 is #456A3B. Grayscale: #A5A5A5. Windows color (decimal): -4549180 or 12883386. OLE color: 12883386.
HSL color Cylindrical-coordinate representation of color #BA95C4: hue angle of 287.23º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA95C4 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 149 | 196 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.23 |
| HSL | 287.23º | 0.28% | 0.68% | - |
| HSV(B) | 287.23º | 0.24% | 0.77% | - |
| XYZ | 40.96 | 35.92 | 57 | - |
| YUV | 165.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 196 | 0.05 | 0.24 | 0 | 0.23 | 287.23 | 0.28 | 0.68 |
| Hex | BA | 95 | C4 | 5 | 18 | 0 | 17 | 11F | 1C | 44 |
| Octal | 272 | 225 | 304 | 5 | 30 | 0 | 27 | 437 | 34 | 104 |
| Binary | 10111010 | 10010101 | 11000100 | 101 | 11000 | 0 | 10111 | 100011111 | 11100 | 1000100 |
Color Harmonies of #BA95C4
Complementary color
Monochromatic Colors of #BA95C4
Black with #BA95C4
Text Example
Text Example
White with #BA95C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95C4; }
p { color: rgb(186,149,196); }
H1.HeaderClassName
{
color: #BA95C4;
}
.AnyTagClassName
{
color: #BA95C4;
}
</style>
background-color css
<style>
a { background-color: #BA95C4; }
a { background-color: rgb(186,149,196); }
div.DivClassName
{
background-color: #BA95C4;
}
.BgClassName
{
background-color: #BA95C4;
}
</style>
border-color css
<style>
span { border-color: #BA95C4; }
span { border-color: rgb(186,149,196); }
td.TdClassName
{
border-color: #BA95C4;
}
.TagClassName
{
border-color: #BA95C4;
}
</style>