COLOR #BE9AAF

HEX: #BE9AAF RGB: (190,154,175)

Color info

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

RGB color model

#BE9AAF color RGB value is (190,154,175).

RGB: (190,154,175) (75%, 60%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 154 of 255 = 60%
B 175 of 255 = 69%

190
154
175

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

Portions of RGB colors in percentages

R + G + B = 190 + 154 + 175 = 519 (100%)
R 190 of 519 ~ 36.61%
G 154 of 519 ~ 29.67%
B 175 of 519 ~ 33.72'%

%36.61
%29.67
%33.72

CMYK color model

#BE9AAF color CMYK value is (0,19,8,25).

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

CMYK: (0,19,8,25)
C0M19Y8K25 (0%, 19%, 8%, 25%)
(0.00 / 0.19 / 0.08 / 0.25)

CMYK percentages

%0
%18.95
%7.89
%25.49

Codes

Color #BE9AAF in popluar color models

BE 9A AF
RGB 190 154 175
HSL 325° 21.69% 67.45%
HSB/HSV 325° 18.95% 74.51%
CMYK 0.00% 18.95% 7.89%
25.49%

Color #BE9AAF in popluar number systems.

HEX BE 9A AF
Decimal 190 154 175
Binary 10111110 10011010 10101111
Octal 276 232 257

Shades and tints

Shades of #BE9AAF

#BE9AAF
(190,154,175)
#AD8CA0
(173,140,160)
#9C7E91
(156,126,145)
#8B7082
(139,112,130)
#7A6273
(122,98,115)
#695464
(105,84,100)
#584655
(88,70,85)
#473846
(71,56,70)
#362A37
(54,42,55)
#251C28
(37,28,40)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #BE9AAF

#BE9AAF
(190,154,175)
#C3A3B6
(195,163,182)
#C8ACBD
(200,172,189)
#CDB5C4
(205,181,196)
#D2BECB
(210,190,203)
#D7C7D2
(215,199,210)
#DCD0D9
(220,208,217)
#E1D9E0
(225,217,224)
#E6E2E7
(230,226,231)
#EBEBEE
(235,235,238)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9AAF; }

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

This text font color is #BE9AAF.

Background Color

.myBgColor { background-color: #BE9AAF; }

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

This div background color is #BE9AAF.

Border color

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

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

This div border color is #BE9AAF.

Opacity

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

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

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

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

This text has shadow with #BE9AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9AAF.

Preview

Color preview on black background

This text has color #BE9AAF on black background.


Color preview on white background

This text has color #BE9AAF on white background.


Black color preview on #BE9AAF background

This text has black color on #BE9AAF background.


White color preview on #BE9AAF background

This text has white color on #BE9AAF background.


Related colors

Complementary color

Complementary color for #hex is #416550.


I love getcolorcode.com

Triadic colors

1 #AFBE9A and #9AAFBE with #BE9AAF are triadic colors.

2 #AF9ABE and #9ABEAF with #BE9AAF are triadic colors.