#B490BA

Color #B490BA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B490BA

Tints of East Side #B490BA

Color information

#B490BA (or 0xB490BA) is unknown color: approx 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

RGB180144186-
CMYK0.030.2300.27
HSL291.43º23.33%64.71%-
HSV(B)291.43º22.58%72.94%-
XYZ37.6633.1950.88-
YUV159.55142.93142.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=35.29%
G=28.24%
B=36.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801441860.030.2300.27291.4323.3364.71
HexB490BA31701B1231741
Octal26422027232703344327101
Binary1011010010010000101110101110111011011100100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B490BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>