Shades of East Side #BA8CCB
Tints of East Side #BA8CCB
RGB
CMYK
RGB Variations
Color information
#BA8CCB (or 0xBA8CCB) is known color: East Side. HEX triplet: BA, 8C and CB. RGB value is (186,140,203). Sum of RGB (Red+Green+Blue) = 186+140+203=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA8CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CCB is #457334. Grayscale: #A0A0A0. Windows color (decimal): -4551477 or 13339834. OLE color: 13339834.
HSL color Cylindrical-coordinate representation of color #BA8CCB: hue angle of 283.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8CCB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 140 | 203 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.20 |
| HSL | 283.81º | 0.38% | 0.67% | - |
| HSV(B) | 283.81º | 0.31% | 0.8% | - |
| XYZ | 40.41 | 33.51 | 60.84 | - |
| YUV | 160.94 | 151.74 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 203 | 0.08 | 0.31 | 0 | 0.20 | 283.81 | 0.38 | 0.67 |
| Hex | BA | 8C | CB | 8 | 1F | 0 | 14 | 11C | 26 | 43 |
| Octal | 272 | 214 | 313 | 10 | 37 | 0 | 24 | 434 | 46 | 103 |
| Binary | 10111010 | 10001100 | 11001011 | 1000 | 11111 | 0 | 10100 | 100011100 | 100110 | 1000011 |
Color Harmonies of #BA8CCB
Complementary color
Monochromatic Colors of #BA8CCB
Black with #BA8CCB
Text Example
Text Example
White with #BA8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CCB; }
p { color: rgb(186,140,203); }
H1.HeaderClassName
{
color: #BA8CCB;
}
.AnyTagClassName
{
color: #BA8CCB;
}
</style>
background-color css
<style>
a { background-color: #BA8CCB; }
a { background-color: rgb(186,140,203); }
div.DivClassName
{
background-color: #BA8CCB;
}
.BgClassName
{
background-color: #BA8CCB;
}
</style>
border-color css
<style>
span { border-color: #BA8CCB; }
span { border-color: rgb(186,140,203); }
td.TdClassName
{
border-color: #BA8CCB;
}
.TagClassName
{
border-color: #BA8CCB;
}
</style>