COLOR #BEA4BF

HEX: #BEA4BF RGB: (190,164,191)

Color info

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

RGB color model

#BEA4BF color RGB value is (190,164,191).

RGB: (190,164,191) (75%, 64%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 164 of 255 = 64%
B 191 of 255 = 75%

190
164
191

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

Portions of RGB colors in percentages

R + G + B = 190 + 164 + 191 = 545 (100%)
R 190 of 545 ~ 34.86%
G 164 of 545 ~ 30.09%
B 191 of 545 ~ 35.05'%

%34.86
%30.09
%35.05

CMYK color model

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

  • cyan value is 0.52%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (1,14,0,25) C1M14Y0K25 (1%,14%,0%,25%) (0.01/0.14/0.00/0.25) 

CMYK percentages

%0.52
%14.14
%0
%25.1

Codes

Color #BEA4BF in popluar color models

BE A4 BF
RGB 190 164 191
HSL 298° 17.42% 69.61%
HSB/HSV 298° 14.14% 74.90%
CMYK 0.52% 14.14% 0.00%
25.10%

Color #BEA4BF in popluar number systems.

HEX BE A4 BF
Decimal 190 164 191
Binary 10111110 10100100 10111111
Octal 276 244 277

Shades and tints

Shades of #BEA4BF

#BEA4BF
(190,164,191)
#AD96AE
(173,150,174)
#9C889D
(156,136,157)
#8B7A8C
(139,122,140)
#7A6C7B
(122,108,123)
#695E6A
(105,94,106)
#585059
(88,80,89)
#474248
(71,66,72)
#363437
(54,52,55)
#252626
(37,38,38)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #BEA4BF

#BEA4BF
(190,164,191)
#C3ACC4
(195,172,196)
#C8B4C9
(200,180,201)
#CDBCCE
(205,188,206)
#D2C4D3
(210,196,211)
#D7CCD8
(215,204,216)
#DCD4DD
(220,212,221)
#E1DCE2
(225,220,226)
#E6E4E7
(230,228,231)
#EBECEC
(235,236,236)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA4BF; }

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

This text font color is #BEA4BF.

Background Color

.myBgColor { background-color: #BEA4BF; }

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

This div background color is #BEA4BF.

Border color

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

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

This div border color is #BEA4BF.

Opacity

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

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

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

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

This text has shadow with #BEA4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA4BF.

Preview

Color preview on black background

This text has color #BEA4BF on black background.


Color preview on white background

This text has color #BEA4BF on white background.


Black color preview on #BEA4BF background

This text has black color on #BEA4BF background.


White color preview on #BEA4BF background

This text has white color on #BEA4BF background.


Related colors

Complementary color

Complementary color for #hex is #415B40.


I love getcolorcode.com

Triadic colors

1 #BFBEA4 and #A4BFBE with #BEA4BF are triadic colors.

2 #BFA4BE and #A4BEBF with #BEA4BF are triadic colors.