Shades of East Side #BA89CB
Tints of East Side #BA89CB
RGB
CMYK
RGB Variations
Color information
#BA89CB (or 0xBA89CB) is known color: East Side. HEX triplet: BA, 89 and CB. RGB value is (186,137,203). Sum of RGB (Red+Green+Blue) = 186+137+203=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA89CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89CB is #457634. Grayscale: #9E9E9E. Windows color (decimal): -4552245 or 13339066. OLE color: 13339066.
HSL color Cylindrical-coordinate representation of color #BA89CB: hue angle of 284.55º degrees, saturation: 0.39, 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 #BA89CB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 137 | 203 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.20 |
| HSL | 284.55º | 0.39% | 0.67% | - |
| HSV(B) | 284.55º | 0.33% | 0.8% | - |
| XYZ | 39.97 | 32.64 | 60.69 | - |
| YUV | 159.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 203 | 0.08 | 0.33 | 0 | 0.20 | 284.55 | 0.39 | 0.67 |
| Hex | BA | 89 | CB | 8 | 21 | 0 | 14 | 11D | 27 | 43 |
| Octal | 272 | 211 | 313 | 10 | 41 | 0 | 24 | 435 | 47 | 103 |
| Binary | 10111010 | 10001001 | 11001011 | 1000 | 100001 | 0 | 10100 | 100011101 | 100111 | 1000011 |
Color Harmonies of #BA89CB
Complementary color
Monochromatic Colors of #BA89CB
Black with #BA89CB
Text Example
Text Example
White with #BA89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89CB; }
p { color: rgb(186,137,203); }
H1.HeaderClassName
{
color: #BA89CB;
}
.AnyTagClassName
{
color: #BA89CB;
}
</style>
background-color css
<style>
a { background-color: #BA89CB; }
a { background-color: rgb(186,137,203); }
div.DivClassName
{
background-color: #BA89CB;
}
.BgClassName
{
background-color: #BA89CB;
}
</style>
border-color css
<style>
span { border-color: #BA89CB; }
span { border-color: rgb(186,137,203); }
td.TdClassName
{
border-color: #BA89CB;
}
.TagClassName
{
border-color: #BA89CB;
}
</style>