COLOR #BE9BBB

HEX: #BE9BBB RGB: (190,155,187)

Color info

#BE9BBB contains red, green and blue colors in about the same proportion. Web safe color of #BE9BBB is #CC99CC (or #C9C).

RGB color model

#BE9BBB color RGB value is (190,155,187).

RGB: (190,155,187) (75%, 61%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 187 of 255 = 73%

190
155
187

R + G + B ~ 70%. #BE9BBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 155 + 187 = 532 (100%)
R 190 of 532 ~ 35.71%
G 155 of 532 ~ 29.14%
B 187 of 532 ~ 35.15'%

%35.71
%29.14
%35.15

CMYK color model

#BE9BBB color CMYK value is (0,18,2,25).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 1.58%
  • key color value is 25.49%

CMYK: (0,18,2,25)
C0M18Y2K25 (0%, 18%, 2%, 25%)
(0.00 / 0.18 / 0.02 / 0.25)

CMYK percentages

%0
%18.42
%1.58
%25.49

Codes

Color #BE9BBB in popluar color models

BE 9B BB
RGB 190 155 187
HSL 305° 21.21% 67.65%
HSB/HSV 305° 18.42% 74.51%
CMYK 0.00% 18.42% 1.58%
25.49%

Color #BE9BBB in popluar number systems.

HEX BE 9B BB
Decimal 190 155 187
Binary 10111110 10011011 10111011
Octal 276 233 273

Shades and tints

Shades of #BE9BBB

#BE9BBB
(190,155,187)
#AD8DAA
(173,141,170)
#9C7F99
(156,127,153)
#8B7188
(139,113,136)
#7A6377
(122,99,119)
#695566
(105,85,102)
#584755
(88,71,85)
#473944
(71,57,68)
#362B33
(54,43,51)
#251D22
(37,29,34)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #BE9BBB

#BE9BBB
(190,155,187)
#C3A4C1
(195,164,193)
#C8ADC7
(200,173,199)
#CDB6CD
(205,182,205)
#D2BFD3
(210,191,211)
#D7C8D9
(215,200,217)
#DCD1DF
(220,209,223)
#E1DAE5
(225,218,229)
#E6E3EB
(230,227,235)
#EBECF1
(235,236,241)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9BBB; }

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

This text font color is #BE9BBB.

Background Color

.myBgColor { background-color: #BE9BBB; }

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

This div background color is #BE9BBB.

Border color

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

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

This div border color is #BE9BBB.

Opacity

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

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

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

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

This text has shadow with #BE9BBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9BBB.

Preview

Color preview on black background

This text has color #BE9BBB on black background.


Color preview on white background

This text has color #BE9BBB on white background.


Black color preview on #BE9BBB background

This text has black color on #BE9BBB background.


White color preview on #BE9BBB background

This text has white color on #BE9BBB background.


Related colors

Complementary color

Complementary color for #hex is #416444.


I love getcolorcode.com

Triadic colors

1 #BBBE9B and #9BBBBE with #BE9BBB are triadic colors.

2 #BB9BBE and #9BBEBB with #BE9BBB are triadic colors.