#B494BA

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

Shades of East Side #B494BA

Tints of East Side #B494BA

Color information

#B494BA (or 0xB494BA) is unknown color: approx East Side. HEX triplet: B4, 94 and BA. RGB value is (180,148,186). Sum of RGB (Red+Green+Blue) = 180+148+186=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #B494BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494BA is #4B6B45. Grayscale: #A1A1A1. Windows color (decimal): -4942662 or 12227764. OLE color: 12227764.

HSL color Cylindrical-coordinate representation of color #B494BA: hue angle of 290.53º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B494BA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180148186-
CMYK0.030.2000.27
HSL290.53º21.59%65.49%-
HSV(B)290.53º20.43%72.94%-
XYZ38.2834.4351.08-
YUV161.9141.6140.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=35.02%
G=28.79%
B=36.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801481860.030.2000.27290.5321.5965.49
HexB494BA31401B1231641
Octal26422427232403344326101
Binary1011010010010100101110101110100011011100100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B494BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B494BA; }

 p { color: rgb(180,148,186); }

 H1.HeaderClassName
 {
   color: #B494BA;
 }
 .AnyTagClassName
 {
   color: #B494BA;
 }
</style>
background-color css

<style>
 a { background-color: #B494BA; }

 a { background-color: rgb(180,148,186); }

 div.DivClassName
 {
   background-color: #B494BA;
 }
 .BgClassName
 {
   background-color: #B494BA;
 }
</style>
border-color css

<style>
 span { border-color: #B494BA; }

 span { border-color: rgb(180,148,186); }

 td.TdClassName
 {
   border-color: #B494BA;
 }
 .TagClassName
 {
   border-color: #B494BA;
 }
</style>