Shades of East Side #BA89CC
Tints of East Side #BA89CC
RGB
CMYK
RGB Variations
Color information
#BA89CC (or 0xBA89CC) is known color: East Side. HEX triplet: BA, 89 and CC. RGB value is (186,137,204). Sum of RGB (Red+Green+Blue) = 186+137+204=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89CC is #457633. Grayscale: #9F9F9F. Windows color (decimal): -4552244 or 13404602. OLE color: 13404602.
HSL color Cylindrical-coordinate representation of color #BA89CC: hue angle of 283.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA89CC is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 137 | 204 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.2 |
| HSL | 283.88º | 0.4% | 0.67% | - |
| HSV(B) | 283.88º | 0.33% | 0.8% | - |
| XYZ | 40.09 | 32.69 | 61.32 | - |
| YUV | 159.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 204 | 0.09 | 0.33 | 0 | 0.2 | 283.88 | 0.4 | 0.67 |
| Hex | BA | 89 | CC | 9 | 21 | 0 | 14 | 11C | 28 | 43 |
| Octal | 272 | 211 | 314 | 11 | 41 | 0 | 24 | 434 | 50 | 103 |
| Binary | 10111010 | 10001001 | 11001100 | 1001 | 100001 | 0 | 10100 | 100011100 | 101000 | 1000011 |
Color Harmonies of #BA89CC
Complementary color
Monochromatic Colors of #BA89CC
Black with #BA89CC
Text Example
Text Example
White with #BA89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89CC; }
p { color: rgb(186,137,204); }
H1.HeaderClassName
{
color: #BA89CC;
}
.AnyTagClassName
{
color: #BA89CC;
}
</style>
background-color css
<style>
a { background-color: #BA89CC; }
a { background-color: rgb(186,137,204); }
div.DivClassName
{
background-color: #BA89CC;
}
.BgClassName
{
background-color: #BA89CC;
}
</style>
border-color css
<style>
span { border-color: #BA89CC; }
span { border-color: rgb(186,137,204); }
td.TdClassName
{
border-color: #BA89CC;
}
.TagClassName
{
border-color: #BA89CC;
}
</style>