Shades of East Side #BA91C7
Tints of East Side #BA91C7
RGB
CMYK
RGB Variations
Color information
#BA91C7 (or 0xBA91C7) is known color: East Side. HEX triplet: BA, 91 and C7. RGB value is (186,145,199). Sum of RGB (Red+Green+Blue) = 186+145+199=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA91C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91C7 is #456E38. Grayscale: #A3A3A3. Windows color (decimal): -4550201 or 13078970. OLE color: 13078970.
HSL color Cylindrical-coordinate representation of color #BA91C7: hue angle of 285.56º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA91C7 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 145 | 199 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.22 |
| HSL | 285.56º | 0.33% | 0.67% | - |
| HSV(B) | 285.56º | 0.27% | 0.78% | - |
| XYZ | 40.68 | 34.81 | 58.61 | - |
| YUV | 163.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 199 | 0.07 | 0.27 | 0 | 0.22 | 285.56 | 0.33 | 0.67 |
| Hex | BA | 91 | C7 | 7 | 1B | 0 | 16 | 11E | 21 | 43 |
| Octal | 272 | 221 | 307 | 7 | 33 | 0 | 26 | 436 | 41 | 103 |
| Binary | 10111010 | 10010001 | 11000111 | 111 | 11011 | 0 | 10110 | 100011110 | 100001 | 1000011 |
Color Harmonies of #BA91C7
Complementary color
Monochromatic Colors of #BA91C7
Black with #BA91C7
Text Example
Text Example
White with #BA91C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91C7; }
p { color: rgb(186,145,199); }
H1.HeaderClassName
{
color: #BA91C7;
}
.AnyTagClassName
{
color: #BA91C7;
}
</style>
background-color css
<style>
a { background-color: #BA91C7; }
a { background-color: rgb(186,145,199); }
div.DivClassName
{
background-color: #BA91C7;
}
.BgClassName
{
background-color: #BA91C7;
}
</style>
border-color css
<style>
span { border-color: #BA91C7; }
span { border-color: rgb(186,145,199); }
td.TdClassName
{
border-color: #BA91C7;
}
.TagClassName
{
border-color: #BA91C7;
}
</style>