Shades of East Side #BA88C6
Tints of East Side #BA88C6
RGB
CMYK
RGB Variations
Color information
#BA88C6 (or 0xBA88C6) is known color: East Side. HEX triplet: BA, 88 and C6. RGB value is (186,136,198). Sum of RGB (Red+Green+Blue) = 186+136+198=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA88C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88C6 is #457739. Grayscale: #9D9D9D. Windows color (decimal): -4552506 or 13011130. OLE color: 13011130.
HSL color Cylindrical-coordinate representation of color #BA88C6: hue angle of 288.39º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA88C6 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 136 | 198 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.22 |
| HSL | 288.39º | 0.35% | 0.65% | - |
| HSV(B) | 288.39º | 0.31% | 0.78% | - |
| XYZ | 39.25 | 32.12 | 57.56 | - |
| YUV | 158.02 | 150.57 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 198 | 0.06 | 0.31 | 0 | 0.22 | 288.39 | 0.35 | 0.65 |
| Hex | BA | 88 | C6 | 6 | 1F | 0 | 16 | 120 | 23 | 41 |
| Octal | 272 | 210 | 306 | 6 | 37 | 0 | 26 | 440 | 43 | 101 |
| Binary | 10111010 | 10001000 | 11000110 | 110 | 11111 | 0 | 10110 | 100100000 | 100011 | 1000001 |
Color Harmonies of #BA88C6
Complementary color
Monochromatic Colors of #BA88C6
Black with #BA88C6
Text Example
Text Example
White with #BA88C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88C6; }
p { color: rgb(186,136,198); }
H1.HeaderClassName
{
color: #BA88C6;
}
.AnyTagClassName
{
color: #BA88C6;
}
</style>
background-color css
<style>
a { background-color: #BA88C6; }
a { background-color: rgb(186,136,198); }
div.DivClassName
{
background-color: #BA88C6;
}
.BgClassName
{
background-color: #BA88C6;
}
</style>
border-color css
<style>
span { border-color: #BA88C6; }
span { border-color: rgb(186,136,198); }
td.TdClassName
{
border-color: #BA88C6;
}
.TagClassName
{
border-color: #BA88C6;
}
</style>