COLOR #BEA4BD

HEX: #BEA4BD RGB: (190,164,189)

Color info

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

RGB color model

#BEA4BD color RGB value is (190,164,189).

RGB: (190,164,189) (75%, 64%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 164 of 255 = 64%
B 189 of 255 = 74%

190
164
189

R + G + B ~ 71%. #BEA4BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 164 + 189 = 543 (100%)
R 190 of 543 ~ 34.99%
G 164 of 543 ~ 30.2%
B 189 of 543 ~ 34.81'%

%34.99
%30.2
%34.81

CMYK color model

#BEA4BD color CMYK value is (0,14,1,25).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 0.53%
  • key color value is 25.49%

CMYK: (0,14,1,25)
C0M14Y1K25 (0%, 14%, 1%, 25%)
(0.00 / 0.14 / 0.01 / 0.25)

CMYK percentages

%0
%13.68
%0.53
%25.49

Codes

Color #BEA4BD in popluar color models

BE A4 BD
RGB 190 164 189
HSL 302° 16.67% 69.41%
HSB/HSV 302° 13.68% 74.51%
CMYK 0.00% 13.68% 0.53%
25.49%

Color #BEA4BD in popluar number systems.

HEX BE A4 BD
Decimal 190 164 189
Binary 10111110 10100100 10111101
Octal 276 244 275

Shades and tints

Shades of #BEA4BD

#BEA4BD
(190,164,189)
#AD96AC
(173,150,172)
#9C889B
(156,136,155)
#8B7A8A
(139,122,138)
#7A6C79
(122,108,121)
#695E68
(105,94,104)
#585057
(88,80,87)
#474246
(71,66,70)
#363435
(54,52,53)
#252624
(37,38,36)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #BEA4BD

#BEA4BD
(190,164,189)
#C3ACC3
(195,172,195)
#C8B4C9
(200,180,201)
#CDBCCF
(205,188,207)
#D2C4D5
(210,196,213)
#D7CCDB
(215,204,219)
#DCD4E1
(220,212,225)
#E1DCE7
(225,220,231)
#E6E4ED
(230,228,237)
#EBECF3
(235,236,243)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA4BD color. Also use rgb(190,164,189) instead hex code.

Text Font Color

.myTextColor { color: #BEA4BD; }

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

This text font color is #BEA4BD.

Background Color

.myBgColor { background-color: #BEA4BD; }

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

This div background color is #BEA4BD.

Border color

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

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

This div border color is #BEA4BD.

Opacity

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

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

Text with #BEA4BD 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 #BEA4BD;}

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

This text has shadow with #BEA4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA4BD.

Preview

Color preview on black background

This text has color #BEA4BD on black background.


Color preview on white background

This text has color #BEA4BD on white background.


Black color preview on #BEA4BD background

This text has black color on #BEA4BD background.


White color preview on #BEA4BD background

This text has white color on #BEA4BD background.


Related colors

Complementary color

Complementary color for #hex is #415B42.


I love getcolorcode.com

Triadic colors

1 #BDBEA4 and #A4BDBE with #BEA4BD are triadic colors.

2 #BDA4BE and #A4BEBD with #BEA4BD are triadic colors.