COLOR #BE9BA9

HEX: #BE9BA9 RGB: (190,155,169)

Color info

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

RGB color model

#BE9BA9 color RGB value is (190,155,169).

RGB: (190,155,169) (75%, 61%, 66%)

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 169 of 255 = 66%

190
155
169

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

Portions of RGB colors in percentages

R + G + B = 190 + 155 + 169 = 514 (100%)
R 190 of 514 ~ 36.96%
G 155 of 514 ~ 30.16%
B 169 of 514 ~ 32.88'%

%36.96
%30.16
%32.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 11.05%
  • 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
%18.42
%11.05
%25.49

Codes

Color #BE9BA9 in popluar color models

BE 9B A9
RGB 190 155 169
HSL 336° 21.21% 67.65%
HSB/HSV 336° 18.42% 74.51%
CMYK 0.00% 18.42% 11.05%
25.49%

Color #BE9BA9 in popluar number systems.

HEX BE 9B A9
Decimal 190 155 169
Binary 10111110 10011011 10101001
Octal 276 233 251

Shades and tints

Shades of #BE9BA9

#BE9BA9
(190,155,169)
#AD8D9A
(173,141,154)
#9C7F8B
(156,127,139)
#8B717C
(139,113,124)
#7A636D
(122,99,109)
#69555E
(105,85,94)
#58474F
(88,71,79)
#473940
(71,57,64)
#362B31
(54,43,49)
#251D22
(37,29,34)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #BE9BA9

#BE9BA9
(190,155,169)
#C3A4B0
(195,164,176)
#C8ADB7
(200,173,183)
#CDB6BE
(205,182,190)
#D2BFC5
(210,191,197)
#D7C8CC
(215,200,204)
#DCD1D3
(220,209,211)
#E1DADA
(225,218,218)
#E6E3E1
(230,227,225)
#EBECE8
(235,236,232)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9BA9 color. Also use rgb(190,155,169) instead hex code.

Text Font Color

.myTextColor { color: #BE9BA9; }

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

This text font color is #BE9BA9.

Background Color

.myBgColor { background-color: #BE9BA9; }

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

This div background color is #BE9BA9.

Border color

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

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

This div border color is #BE9BA9.

Opacity

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

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

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

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

This text has shadow with #BE9BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9BA9.

Preview

Color preview on black background

This text has color #BE9BA9 on black background.


Color preview on white background

This text has color #BE9BA9 on white background.


Black color preview on #BE9BA9 background

This text has black color on #BE9BA9 background.


White color preview on #BE9BA9 background

This text has white color on #BE9BA9 background.


Related colors

Complementary color

Complementary color for #hex is #416456.


I love getcolorcode.com

Triadic colors

1 #A9BE9B and #9BA9BE with #BE9BA9 are triadic colors.

2 #A99BBE and #9BBEA9 with #BE9BA9 are triadic colors.