COLOR #BE9BB0

HEX: #BE9BB0
RGB: (190,155,176)

Color info

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

RGB color model

#BE9BB0 color RGB value is (190,155,176).

  • red value is 190;
  • green value is 155;
  • blue value is 176.
RGB:
(190,155,176)
(75%,61%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 176 of 255 = 69%

190
155
176

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

Portions of RGB colors in percentages

R + G + B =
190 + 155 + 176 = 521 (100%)
R 190 of 521 ~ 36.47%
G 155 of 521 ~ 29.75%
B 176 of 521 ~ 33.78%

%36.47
%29.75
%33.78

CMYK color model

#BE9BB0 color CMYK value is (0,18,7,25).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 7.37%
  • key color value is 25.49%
CMYK:
(0,18,7,25)
C0M18Y7K25 
(0%,18%,7%,25%)
(0.00/0.18/0.07/0.25)	

CMYK percentages

%0
%18.42
%7.37
%25.49

Codes

Color #BE9BB0 in popluar color models

BE9BB0
RGB190155176
HSL324°21.21%67.65%
HSB/HSV324°18.42%74.51%
CMYK0.00%18.42%7.37%
25.49%

Color #BE9BB0 in popluar number systems.

HEXBE9BB0
Decimal190155176
Binary101111101001101110110000
Octal276233260

Shades and tints

Shades of #BE9BB0

#BE9BB0
(190,155,176)
#AD8DA0
(173,141,160)
#9C7F90
(156,127,144)
#8B7180
(139,113,128)
#7A6370
(122,99,112)
#695560
(105,85,96)
#584750
(88,71,80)
#473940
(71,57,64)
#362B30
(54,43,48)
#251D20
(37,29,32)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #BE9BB0

#BE9BB0
(190,155,176)
#C3A4B7
(195,164,183)
#C8ADBE
(200,173,190)
#CDB6C5
(205,182,197)
#D2BFCC
(210,191,204)
#D7C8D3
(215,200,211)
#DCD1DA
(220,209,218)
#E1DAE1
(225,218,225)
#E6E3E8
(230,227,232)
#EBECEF
(235,236,239)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9BB0; }

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

This text font color is #BE9BB0.


Background Color

.myBgColor { background-color: #BE9BB0; }

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

This div background color is #BE9BB0.


Border color

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

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

This div border color is #BE9BB0.


Opacity

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

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

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

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

This text has shadow with #BE9BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9BB0 on black background.


Color preview on white background

This text has color #BE9BB0 on white background.



Black color preview on #BE9BB0 background

This text has black color on #BE9BB0 background.


White color preview on #BE9BB0 background

This text has white color on #BE9BB0 background.