Shades of East Side #B490BA
Tints of East Side #B490BA
RGB
CMYK
RGB Variations
Color information
#B490BA (or 0xB490BA) is known color: East Side. HEX triplet: B4, 90 and BA. RGB value is (180,144,186). Sum of RGB (Red+Green+Blue) = 180+144+186=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #B490BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490BA is #4B6F45. Grayscale: #9F9F9F. Windows color (decimal): -4943686 or 12226740. OLE color: 12226740.
HSL color Cylindrical-coordinate representation of color #B490BA: hue angle of 291.43º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B490BA is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 144 | 186 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.27 |
| HSL | 291.43º | 0.23% | 0.65% | - |
| HSV(B) | 291.43º | 0.23% | 0.73% | - |
| XYZ | 37.66 | 33.19 | 50.88 | - |
| YUV | 159.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 186 | 0.03 | 0.23 | 0 | 0.27 | 291.43 | 0.23 | 0.65 |
| Hex | B4 | 90 | BA | 3 | 17 | 0 | 1B | 123 | 17 | 41 |
| Octal | 264 | 220 | 272 | 3 | 27 | 0 | 33 | 443 | 27 | 101 |
| Binary | 10110100 | 10010000 | 10111010 | 11 | 10111 | 0 | 11011 | 100100011 | 10111 | 1000001 |
Color Harmonies of #B490BA
Complementary color
Monochromatic Colors of #B490BA
Black with #B490BA
Text Example
Text Example
White with #B490BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B490BA; }
p { color: rgb(180,144,186); }
H1.HeaderClassName
{
color: #B490BA;
}
.AnyTagClassName
{
color: #B490BA;
}
</style>
background-color css
<style>
a { background-color: #B490BA; }
a { background-color: rgb(180,144,186); }
div.DivClassName
{
background-color: #B490BA;
}
.BgClassName
{
background-color: #B490BA;
}
</style>
border-color css
<style>
span { border-color: #B490BA; }
span { border-color: rgb(180,144,186); }
td.TdClassName
{
border-color: #B490BA;
}
.TagClassName
{
border-color: #B490BA;
}
</style>