Shades of East Side #BA8FCB
Tints of East Side #BA8FCB
RGB
CMYK
RGB Variations
Color information
#BA8FCB (or 0xBA8FCB) is known color: East Side. HEX triplet: BA, 8F and CB. RGB value is (186,143,203). Sum of RGB (Red+Green+Blue) = 186+143+203=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA8FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FCB is #457034. Grayscale: #A2A2A2. Windows color (decimal): -4550709 or 13340602. OLE color: 13340602.
HSL color Cylindrical-coordinate representation of color #BA8FCB: hue angle of 283º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8FCB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 143 | 203 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.20 |
| HSL | 283º | 0.37% | 0.68% | - |
| HSV(B) | 283º | 0.3% | 0.8% | - |
| XYZ | 40.85 | 34.4 | 60.99 | - |
| YUV | 162.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 203 | 0.08 | 0.30 | 0 | 0.20 | 283 | 0.37 | 0.68 |
| Hex | BA | 8F | CB | 8 | 1E | 0 | 14 | 11B | 25 | 44 |
| Octal | 272 | 217 | 313 | 10 | 36 | 0 | 24 | 433 | 45 | 104 |
| Binary | 10111010 | 10001111 | 11001011 | 1000 | 11110 | 0 | 10100 | 100011011 | 100101 | 1000100 |
Color Harmonies of #BA8FCB
Complementary color
Monochromatic Colors of #BA8FCB
Black with #BA8FCB
Text Example
Text Example
White with #BA8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FCB; }
p { color: rgb(186,143,203); }
H1.HeaderClassName
{
color: #BA8FCB;
}
.AnyTagClassName
{
color: #BA8FCB;
}
</style>
background-color css
<style>
a { background-color: #BA8FCB; }
a { background-color: rgb(186,143,203); }
div.DivClassName
{
background-color: #BA8FCB;
}
.BgClassName
{
background-color: #BA8FCB;
}
</style>
border-color css
<style>
span { border-color: #BA8FCB; }
span { border-color: rgb(186,143,203); }
td.TdClassName
{
border-color: #BA8FCB;
}
.TagClassName
{
border-color: #BA8FCB;
}
</style>