Shades of East Side #BA95C9
Tints of East Side #BA95C9
RGB
CMYK
RGB Variations
Color information
#BA95C9 (or 0xBA95C9) is known color: East Side. HEX triplet: BA, 95 and C9. RGB value is (186,149,201). Sum of RGB (Red+Green+Blue) = 186+149+201=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA95C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95C9 is #456A36. Grayscale: #A5A5A5. Windows color (decimal): -4549175 or 13211066. OLE color: 13211066.
HSL color Cylindrical-coordinate representation of color #BA95C9: hue angle of 282.69º degrees, saturation: 0.32, 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 #BA95C9 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 149 | 201 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.21 |
| HSL | 282.69º | 0.33% | 0.69% | - |
| HSV(B) | 282.69º | 0.26% | 0.79% | - |
| XYZ | 41.54 | 36.15 | 60.05 | - |
| YUV | 165.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 201 | 0.07 | 0.26 | 0 | 0.21 | 282.69 | 0.33 | 0.69 |
| Hex | BA | 95 | C9 | 7 | 1A | 0 | 15 | 11B | 20 | 45 |
| Octal | 272 | 225 | 311 | 7 | 32 | 0 | 25 | 433 | 40 | 105 |
| Binary | 10111010 | 10010101 | 11001001 | 111 | 11010 | 0 | 10101 | 100011011 | 100000 | 1000101 |
Color Harmonies of #BA95C9
Complementary color
Monochromatic Colors of #BA95C9
Black with #BA95C9
Text Example
Text Example
White with #BA95C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95C9; }
p { color: rgb(186,149,201); }
H1.HeaderClassName
{
color: #BA95C9;
}
.AnyTagClassName
{
color: #BA95C9;
}
</style>
background-color css
<style>
a { background-color: #BA95C9; }
a { background-color: rgb(186,149,201); }
div.DivClassName
{
background-color: #BA95C9;
}
.BgClassName
{
background-color: #BA95C9;
}
</style>
border-color css
<style>
span { border-color: #BA95C9; }
span { border-color: rgb(186,149,201); }
td.TdClassName
{
border-color: #BA95C9;
}
.TagClassName
{
border-color: #BA95C9;
}
</style>