COLOR #BE9CAA

HEX: #BE9CAA RGB: (190,156,170)

Color info

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

RGB color model

#BE9CAA color RGB value is (190,156,170).

RGB: (190,156,170) (75%, 61%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 156 of 255 = 61%
B 170 of 255 = 67%

190
156
170

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

Portions of RGB colors in percentages

R + G + B = 190 + 156 + 170 = 516 (100%)
R 190 of 516 ~ 36.82%
G 156 of 516 ~ 30.23%
B 170 of 516 ~ 32.95'%

%36.82
%30.23
%32.95

CMYK color model

#BE9CAA color CMYK value is (0,18,11,25).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 10.53%
  • key color value is 25.49%

CMYK: (0,18,11,25)
C0M18Y11K25 (0%, 18%, 11%, 25%)
(0.00 / 0.18 / 0.11 / 0.25)

CMYK percentages

%0
%17.89
%10.53
%25.49

Codes

Color #BE9CAA in popluar color models

BE 9C AA
RGB 190 156 170
HSL 335° 20.73% 67.84%
HSB/HSV 335° 17.89% 74.51%
CMYK 0.00% 17.89% 10.53%
25.49%

Color #BE9CAA in popluar number systems.

HEX BE 9C AA
Decimal 190 156 170
Binary 10111110 10011100 10101010
Octal 276 234 252

Shades and tints

Shades of #BE9CAA

#BE9CAA
(190,156,170)
#AD8E9B
(173,142,155)
#9C808C
(156,128,140)
#8B727D
(139,114,125)
#7A646E
(122,100,110)
#69565F
(105,86,95)
#584850
(88,72,80)
#473A41
(71,58,65)
#362C32
(54,44,50)
#251E23
(37,30,35)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BE9CAA

#BE9CAA
(190,156,170)
#C3A5B1
(195,165,177)
#C8AEB8
(200,174,184)
#CDB7BF
(205,183,191)
#D2C0C6
(210,192,198)
#D7C9CD
(215,201,205)
#DCD2D4
(220,210,212)
#E1DBDB
(225,219,219)
#E6E4E2
(230,228,226)
#EBEDE9
(235,237,233)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9CAA color. Also use rgb(190,156,170) instead hex code.

Text Font Color

.myTextColor { color: #BE9CAA; }

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

This text font color is #BE9CAA.

Background Color

.myBgColor { background-color: #BE9CAA; }

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

This div background color is #BE9CAA.

Border color

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

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

This div border color is #BE9CAA.

Opacity

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

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

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

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

This text has shadow with #BE9CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9CAA.

Preview

Color preview on black background

This text has color #BE9CAA on black background.


Color preview on white background

This text has color #BE9CAA on white background.


Black color preview on #BE9CAA background

This text has black color on #BE9CAA background.


White color preview on #BE9CAA background

This text has white color on #BE9CAA background.


Related colors

Complementary color

Complementary color for #hex is #416355.


I love getcolorcode.com

Triadic colors

1 #AABE9C and #9CAABE with #BE9CAA are triadic colors.

2 #AA9CBE and #9CBEAA with #BE9CAA are triadic colors.