Shades of East Side #BA90CF
Tints of East Side #BA90CF
RGB
CMYK
RGB Variations
Color information
#BA90CF (or 0xBA90CF) is known color: East Side. HEX triplet: BA, 90 and CF. RGB value is (186,144,207). Sum of RGB (Red+Green+Blue) = 186+144+207=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA90CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90CF is #456F30. Grayscale: #A3A3A3. Windows color (decimal): -4550449 or 13603002. OLE color: 13603002.
HSL color Cylindrical-coordinate representation of color #BA90CF: hue angle of 280º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA90CF is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 144 | 207 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.19 |
| HSL | 280º | 0.4% | 0.69% | - |
| HSV(B) | 280º | 0.3% | 0.81% | - |
| XYZ | 41.49 | 34.89 | 63.58 | - |
| YUV | 163.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 207 | 0.10 | 0.30 | 0 | 0.19 | 280 | 0.4 | 0.69 |
| Hex | BA | 90 | CF | A | 1E | 0 | 13 | 118 | 28 | 45 |
| Octal | 272 | 220 | 317 | 12 | 36 | 0 | 23 | 430 | 50 | 105 |
| Binary | 10111010 | 10010000 | 11001111 | 1010 | 11110 | 0 | 10011 | 100011000 | 101000 | 1000101 |
Color Harmonies of #BA90CF
Complementary color
Monochromatic Colors of #BA90CF
Black with #BA90CF
Text Example
Text Example
White with #BA90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA90CF; }
p { color: rgb(186,144,207); }
H1.HeaderClassName
{
color: #BA90CF;
}
.AnyTagClassName
{
color: #BA90CF;
}
</style>
background-color css
<style>
a { background-color: #BA90CF; }
a { background-color: rgb(186,144,207); }
div.DivClassName
{
background-color: #BA90CF;
}
.BgClassName
{
background-color: #BA90CF;
}
</style>
border-color css
<style>
span { border-color: #BA90CF; }
span { border-color: rgb(186,144,207); }
td.TdClassName
{
border-color: #BA90CF;
}
.TagClassName
{
border-color: #BA90CF;
}
</style>