Shades of East Side #BA93CB
Tints of East Side #BA93CB
RGB
CMYK
RGB Variations
Color information
#BA93CB (or 0xBA93CB) is known color: East Side. HEX triplet: BA, 93 and CB. RGB value is (186,147,203). Sum of RGB (Red+Green+Blue) = 186+147+203=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93CB is #456C34. Grayscale: #A4A4A4. Windows color (decimal): -4549685 or 13341626. OLE color: 13341626.
HSL color Cylindrical-coordinate representation of color #BA93CB: hue angle of 281.79º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA93CB is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 147 | 203 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.20 |
| HSL | 281.79º | 0.35% | 0.69% | - |
| HSV(B) | 281.79º | 0.28% | 0.8% | - |
| XYZ | 41.46 | 35.62 | 61.19 | - |
| YUV | 165.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 203 | 0.08 | 0.28 | 0 | 0.20 | 281.79 | 0.35 | 0.69 |
| Hex | BA | 93 | CB | 8 | 1C | 0 | 14 | 11A | 23 | 45 |
| Octal | 272 | 223 | 313 | 10 | 34 | 0 | 24 | 432 | 43 | 105 |
| Binary | 10111010 | 10010011 | 11001011 | 1000 | 11100 | 0 | 10100 | 100011010 | 100011 | 1000101 |
Color Harmonies of #BA93CB
Complementary color
Monochromatic Colors of #BA93CB
Black with #BA93CB
Text Example
Text Example
White with #BA93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93CB; }
p { color: rgb(186,147,203); }
H1.HeaderClassName
{
color: #BA93CB;
}
.AnyTagClassName
{
color: #BA93CB;
}
</style>
background-color css
<style>
a { background-color: #BA93CB; }
a { background-color: rgb(186,147,203); }
div.DivClassName
{
background-color: #BA93CB;
}
.BgClassName
{
background-color: #BA93CB;
}
</style>
border-color css
<style>
span { border-color: #BA93CB; }
span { border-color: rgb(186,147,203); }
td.TdClassName
{
border-color: #BA93CB;
}
.TagClassName
{
border-color: #BA93CB;
}
</style>