COLOR #B494BE

HEX: #B494BE RGB: (180,148,190)

Color info

#B494BE contains red, green and blue colors in about the same proportion. Web safe color of #B494BE is #CC99CC (or #C9C).

RGB color model

#B494BE color RGB value is (180,148,190).

RGB: (180,148,190) (71%, 58%, 75%)

RGB channels and saturation

R 180 of 255 = 71%
G 148 of 255 = 58%
B 190 of 255 = 75%

180
148
190

R + G + B ~ 68%. #B494BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 148 + 190 = 518 (100%)
R 180 of 518 ~ 34.75%
G 148 of 518 ~ 28.57%
B 190 of 518 ~ 36.68'%

%34.75
%28.57
%36.68

CMYK color model

#B494BE color CMYK value is (5,22,0,25).

  • cyan value is 5.26%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (5,22,0,25)
C5M22Y0K25 (5%, 22%, 0%, 25%)
(0.05 / 0.22 / 0.00 / 0.25)

CMYK percentages

%5.26
%22.11
%0
%25.49

Codes

Color #B494BE in popluar color models

B4 94 BE
RGB 180 148 190
HSL 286° 24.42% 66.27%
HSB/HSV 286° 22.11% 74.51%
CMYK 5.26% 22.11% 0.00%
25.49%

Color #B494BE in popluar number systems.

HEX B4 94 BE
Decimal 180 148 190
Binary 10110100 10010100 10111110
Octal 264 224 276

Shades and tints

Shades of #B494BE

#B494BE
(180,148,190)
#A487AD
(164,135,173)
#947A9C
(148,122,156)
#846D8B
(132,109,139)
#74607A
(116,96,122)
#645369
(100,83,105)
#544658
(84,70,88)
#443947
(68,57,71)
#342C36
(52,44,54)
#241F25
(36,31,37)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #B494BE

#B494BE
(180,148,190)
#BA9DC3
(186,157,195)
#C0A6C8
(192,166,200)
#C6AFCD
(198,175,205)
#CCB8D2
(204,184,210)
#D2C1D7
(210,193,215)
#D8CADC
(216,202,220)
#DED3E1
(222,211,225)
#E4DCE6
(228,220,230)
#EAE5EB
(234,229,235)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B494BE color. Also use rgb(180,148,190) instead hex code.

Text Font Color

.myTextColor { color: #B494BE; }

<p style="color:#B494BE">This sample text font color is #B494BE.</p>

This text font color is #B494BE.

Background Color

.myBgColor { background-color: #B494BE; }

<div style="background-color:#B494BE">Inner text</div>

This div background color is #B494BE.

Border color

.myBorderColor { border: 1px solid #B494BE; }

<div style="border:3px solid #B494BE">Div</div>

This div border color is #B494BE.

Opacity

.myOpacity80 { color: #B494BE; opacity: 0.8; }

<p style="color:#B494BE;opacity:0.8;">80%</p>

Text with #B494BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B494BE;}

<p style="text-shadow: 3px 3px 1px #B494BE">Text here.</p>

This text has shadow with #B494BE color.


.textShadow {text-shadow: 3px 3px 1px #B494BE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B494BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #B494BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B494BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B494BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #B494BE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B494BE;
-webkit-box-shadow: 1px 1px 3px 2px #B494BE;
box-shadow: 1px 1px 3px 2px #B494BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B494BE; -webkit-box-shadow: 1px 1px 3px 2px #B494BE; box-shadow:1px 1px 3px 2px #B494BE;">
Div content here
</div>

This div box has shadow with color #B494BE.

Preview

Color preview on black background

This text has color #B494BE on black background.


Color preview on white background

This text has color #B494BE on white background.


Black color preview on #B494BE background

This text has black color on #B494BE background.


White color preview on #B494BE background

This text has white color on #B494BE background.


Related colors

Complementary color

Complementary color for #hex is #4B6B41.


I love getcolorcode.com

Triadic colors

1 #BEB494 and #94BEB4 with #B494BE are triadic colors.

2 #BE94B4 and #94B4BE with #B494BE are triadic colors.