COLOR #BE9BAD

HEX: #BE9BAD RGB: (190,155,173)

Color info

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

RGB color model

#BE9BAD color RGB value is (190,155,173).

RGB: (190,155,173) (75%, 61%, 68%)

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 173 of 255 = 68%

190
155
173

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

Portions of RGB colors in percentages

R + G + B = 190 + 155 + 173 = 518 (100%)
R 190 of 518 ~ 36.68%
G 155 of 518 ~ 29.92%
B 173 of 518 ~ 33.4'%

%36.68
%29.92
%33.4

CMYK color model

#BE9BAD color CMYK value is (0,18,9,25).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 8.95%
  • key color value is 25.49%
CMYK: (0,18,9,25) C0M18Y9K25 (0%,18%,9%,25%) (0.00/0.18/0.09/0.25) 

CMYK percentages

%0
%18.42
%8.95
%25.49

Codes

Color #BE9BAD in popluar color models

BE 9B AD
RGB 190 155 173
HSL 329° 21.21% 67.65%
HSB/HSV 329° 18.42% 74.51%
CMYK 0.00% 18.42% 8.95%
25.49%

Color #BE9BAD in popluar number systems.

HEX BE 9B AD
Decimal 190 155 173
Binary 10111110 10011011 10101101
Octal 276 233 255

Shades and tints

Shades of #BE9BAD

#BE9BAD
(190,155,173)
#AD8D9E
(173,141,158)
#9C7F8F
(156,127,143)
#8B7180
(139,113,128)
#7A6371
(122,99,113)
#695562
(105,85,98)
#584753
(88,71,83)
#473944
(71,57,68)
#362B35
(54,43,53)
#251D26
(37,29,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #BE9BAD

#BE9BAD
(190,155,173)
#C3A4B4
(195,164,180)
#C8ADBB
(200,173,187)
#CDB6C2
(205,182,194)
#D2BFC9
(210,191,201)
#D7C8D0
(215,200,208)
#DCD1D7
(220,209,215)
#E1DADE
(225,218,222)
#E6E3E5
(230,227,229)
#EBECEC
(235,236,236)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9BAD; }

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

This text font color is #BE9BAD.

Background Color

.myBgColor { background-color: #BE9BAD; }

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

This div background color is #BE9BAD.

Border color

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

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

This div border color is #BE9BAD.

Opacity

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

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

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

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

This text has shadow with #BE9BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9BAD.

Preview

Color preview on black background

This text has color #BE9BAD on black background.


Color preview on white background

This text has color #BE9BAD on white background.


Black color preview on #BE9BAD background

This text has black color on #BE9BAD background.


White color preview on #BE9BAD background

This text has white color on #BE9BAD background.


Related colors

Complementary color

Complementary color for #hex is #416452.


I love getcolorcode.com

Triadic colors

1 #ADBE9B and #9BADBE with #BE9BAD are triadic colors.

2 #AD9BBE and #9BBEAD with #BE9BAD are triadic colors.