Shades of East Side #BA95CA
Tints of East Side #BA95CA
RGB
CMYK
RGB Variations
Color information
#BA95CA (or 0xBA95CA) is known color: East Side. HEX triplet: BA, 95 and CA. RGB value is (186,149,202). Sum of RGB (Red+Green+Blue) = 186+149+202=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95CA is #456A35. Grayscale: #A5A5A5. Windows color (decimal): -4549174 or 13276602. OLE color: 13276602.
HSL color Cylindrical-coordinate representation of color #BA95CA: hue angle of 281.89º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA95CA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 149 | 202 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.21 |
| HSL | 281.89º | 0.33% | 0.69% | - |
| HSV(B) | 281.89º | 0.26% | 0.79% | - |
| XYZ | 41.66 | 36.2 | 60.67 | - |
| YUV | 166.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 202 | 0.08 | 0.26 | 0 | 0.21 | 281.89 | 0.33 | 0.69 |
| Hex | BA | 95 | CA | 8 | 1A | 0 | 15 | 11A | 21 | 45 |
| Octal | 272 | 225 | 312 | 10 | 32 | 0 | 25 | 432 | 41 | 105 |
| Binary | 10111010 | 10010101 | 11001010 | 1000 | 11010 | 0 | 10101 | 100011010 | 100001 | 1000101 |
Color Harmonies of #BA95CA
Complementary color
Monochromatic Colors of #BA95CA
Black with #BA95CA
Text Example
Text Example
White with #BA95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95CA; }
p { color: rgb(186,149,202); }
H1.HeaderClassName
{
color: #BA95CA;
}
.AnyTagClassName
{
color: #BA95CA;
}
</style>
background-color css
<style>
a { background-color: #BA95CA; }
a { background-color: rgb(186,149,202); }
div.DivClassName
{
background-color: #BA95CA;
}
.BgClassName
{
background-color: #BA95CA;
}
</style>
border-color css
<style>
span { border-color: #BA95CA; }
span { border-color: rgb(186,149,202); }
td.TdClassName
{
border-color: #BA95CA;
}
.TagClassName
{
border-color: #BA95CA;
}
</style>