COLOR #BE9AAC

HEX: #BE9AAC RGB: (190,154,172)

Color info

#BE9AAC contains red, green and blue colors in about the same proportion. Web safe color of #BE9AAC is #CC9999 (or #C99).

RGB color model

#BE9AAC color RGB value is (190,154,172).

RGB: (190,154,172) (75%, 60%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 154 of 255 = 60%
B 172 of 255 = 67%

190
154
172

R + G + B ~ 67%. #BE9AAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 154 + 172 = 516 (100%)
R 190 of 516 ~ 36.82%
G 154 of 516 ~ 29.84%
B 172 of 516 ~ 33.33'%

%36.82
%29.84
%33.33

CMYK color model

#BE9AAC color CMYK value is (0,19,9,25).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 9.47%
  • key color value is 25.49%

CMYK: (0,19,9,25)
C0M19Y9K25 (0%, 19%, 9%, 25%)
(0.00 / 0.19 / 0.09 / 0.25)

CMYK percentages

%0
%18.95
%9.47
%25.49

Codes

Color #BE9AAC in popluar color models

BE 9A AC
RGB 190 154 172
HSL 330° 21.69% 67.45%
HSB/HSV 330° 18.95% 74.51%
CMYK 0.00% 18.95% 9.47%
25.49%

Color #BE9AAC in popluar number systems.

HEX BE 9A AC
Decimal 190 154 172
Binary 10111110 10011010 10101100
Octal 276 232 254

Shades and tints

Shades of #BE9AAC

#BE9AAC
(190,154,172)
#AD8C9D
(173,140,157)
#9C7E8E
(156,126,142)
#8B707F
(139,112,127)
#7A6270
(122,98,112)
#695461
(105,84,97)
#584652
(88,70,82)
#473843
(71,56,67)
#362A34
(54,42,52)
#251C25
(37,28,37)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #BE9AAC

#BE9AAC
(190,154,172)
#C3A3B3
(195,163,179)
#C8ACBA
(200,172,186)
#CDB5C1
(205,181,193)
#D2BEC8
(210,190,200)
#D7C7CF
(215,199,207)
#DCD0D6
(220,208,214)
#E1D9DD
(225,217,221)
#E6E2E4
(230,226,228)
#EBEBEB
(235,235,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9AAC color. Also use rgb(190,154,172) instead hex code.

Text Font Color

.myTextColor { color: #BE9AAC; }

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

This text font color is #BE9AAC.

Background Color

.myBgColor { background-color: #BE9AAC; }

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

This div background color is #BE9AAC.

Border color

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

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

This div border color is #BE9AAC.

Opacity

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

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

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

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

This text has shadow with #BE9AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9AAC.

Preview

Color preview on black background

This text has color #BE9AAC on black background.


Color preview on white background

This text has color #BE9AAC on white background.


Black color preview on #BE9AAC background

This text has black color on #BE9AAC background.


White color preview on #BE9AAC background

This text has white color on #BE9AAC background.


Related colors

Complementary color

Complementary color for #hex is #416553.


I love getcolorcode.com

Triadic colors

1 #ACBE9A and #9AACBE with #BE9AAC are triadic colors.

2 #AC9ABE and #9ABEAC with #BE9AAC are triadic colors.