Shades of East Side #BA95C6
Tints of East Side #BA95C6
RGB
CMYK
RGB Variations
Color information
#BA95C6 (or 0xBA95C6) is known color: East Side. HEX triplet: BA, 95 and C6. RGB value is (186,149,198). Sum of RGB (Red+Green+Blue) = 186+149+198=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA95C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95C6 is #456A39. Grayscale: #A5A5A5. Windows color (decimal): -4549178 or 13014458. OLE color: 13014458.
HSL color Cylindrical-coordinate representation of color #BA95C6: hue angle of 285.31º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA95C6 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 149 | 198 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.22 |
| HSL | 285.31º | 0.3% | 0.68% | - |
| HSV(B) | 285.31º | 0.25% | 0.78% | - |
| XYZ | 41.19 | 36.01 | 58.21 | - |
| YUV | 165.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 198 | 0.06 | 0.25 | 0 | 0.22 | 285.31 | 0.3 | 0.68 |
| Hex | BA | 95 | C6 | 6 | 19 | 0 | 16 | 11D | 1E | 44 |
| Octal | 272 | 225 | 306 | 6 | 31 | 0 | 26 | 435 | 36 | 104 |
| Binary | 10111010 | 10010101 | 11000110 | 110 | 11001 | 0 | 10110 | 100011101 | 11110 | 1000100 |
Color Harmonies of #BA95C6
Complementary color
Monochromatic Colors of #BA95C6
Black with #BA95C6
Text Example
Text Example
White with #BA95C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95C6; }
p { color: rgb(186,149,198); }
H1.HeaderClassName
{
color: #BA95C6;
}
.AnyTagClassName
{
color: #BA95C6;
}
</style>
background-color css
<style>
a { background-color: #BA95C6; }
a { background-color: rgb(186,149,198); }
div.DivClassName
{
background-color: #BA95C6;
}
.BgClassName
{
background-color: #BA95C6;
}
</style>
border-color css
<style>
span { border-color: #BA95C6; }
span { border-color: rgb(186,149,198); }
td.TdClassName
{
border-color: #BA95C6;
}
.TagClassName
{
border-color: #BA95C6;
}
</style>