Shades of East Side #BA91CD
Tints of East Side #BA91CD
RGB
CMYK
RGB Variations
Color information
#BA91CD (or 0xBA91CD) is known color: East Side. HEX triplet: BA, 91 and CD. RGB value is (186,145,205). Sum of RGB (Red+Green+Blue) = 186+145+205=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA91CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91CD is #456E32. Grayscale: #A3A3A3. Windows color (decimal): -4550195 or 13472186. OLE color: 13472186.
HSL color Cylindrical-coordinate representation of color #BA91CD: hue angle of 281º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA91CD is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 145 | 205 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.20 |
| HSL | 281º | 0.38% | 0.69% | - |
| HSV(B) | 281º | 0.29% | 0.8% | - |
| XYZ | 41.39 | 35.1 | 62.35 | - |
| YUV | 164.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 205 | 0.09 | 0.29 | 0 | 0.20 | 281 | 0.38 | 0.69 |
| Hex | BA | 91 | CD | 9 | 1D | 0 | 14 | 119 | 26 | 45 |
| Octal | 272 | 221 | 315 | 11 | 35 | 0 | 24 | 431 | 46 | 105 |
| Binary | 10111010 | 10010001 | 11001101 | 1001 | 11101 | 0 | 10100 | 100011001 | 100110 | 1000101 |
Color Harmonies of #BA91CD
Complementary color
Monochromatic Colors of #BA91CD
Black with #BA91CD
Text Example
Text Example
White with #BA91CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91CD; }
p { color: rgb(186,145,205); }
H1.HeaderClassName
{
color: #BA91CD;
}
.AnyTagClassName
{
color: #BA91CD;
}
</style>
background-color css
<style>
a { background-color: #BA91CD; }
a { background-color: rgb(186,145,205); }
div.DivClassName
{
background-color: #BA91CD;
}
.BgClassName
{
background-color: #BA91CD;
}
</style>
border-color css
<style>
span { border-color: #BA91CD; }
span { border-color: rgb(186,145,205); }
td.TdClassName
{
border-color: #BA91CD;
}
.TagClassName
{
border-color: #BA91CD;
}
</style>