COLOR #BE9BB8

HEX: #BE9BB8
RGB: (190,155,184)

Color info

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

RGB color model

#BE9BB8 color RGB value is (190,155,184).

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

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 184 of 255 = 72%

190
155
184

R + G + B ~ 69%. #BE9BB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 155 + 184 = 529 (100%)
R 190 of 529 ~ 35.92%
G 155 of 529 ~ 29.3%
B 184 of 529 ~ 34.78%

%35.92
%29.3
%34.78

CMYK color model

#BE9BB8 color CMYK value is (0,18,3,25).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(0,18,3,25)
C0M18Y3K25 
(0%,18%,3%,25%)
(0.00/0.18/0.03/0.25)	

CMYK percentages

%0
%18.42
%3.16
%25.49

Codes

Color #BE9BB8 in popluar color models

BE9BB8
RGB190155184
HSL310°21.21%67.65%
HSB/HSV310°18.42%74.51%
CMYK0.00%18.42%3.16%
25.49%

Color #BE9BB8 in popluar number systems.

HEXBE9BB8
Decimal190155184
Binary101111101001101110111000
Octal276233270

Shades and tints

Shades of #BE9BB8

#BE9BB8
(190,155,184)
#AD8DA8
(173,141,168)
#9C7F98
(156,127,152)
#8B7188
(139,113,136)
#7A6378
(122,99,120)
#695568
(105,85,104)
#584758
(88,71,88)
#473948
(71,57,72)
#362B38
(54,43,56)
#251D28
(37,29,40)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #BE9BB8

#BE9BB8
(190,155,184)
#C3A4BE
(195,164,190)
#C8ADC4
(200,173,196)
#CDB6CA
(205,182,202)
#D2BFD0
(210,191,208)
#D7C8D6
(215,200,214)
#DCD1DC
(220,209,220)
#E1DAE2
(225,218,226)
#E6E3E8
(230,227,232)
#EBECEE
(235,236,238)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9BB8; }

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

This text font color is #BE9BB8.


Background Color

.myBgColor { background-color: #BE9BB8; }

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

This div background color is #BE9BB8.


Border color

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

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

This div border color is #BE9BB8.


Opacity

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

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

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

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

This text has shadow with #BE9BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9BB8 on black background.


Color preview on white background

This text has color #BE9BB8 on white background.



Black color preview on #BE9BB8 background

This text has black color on #BE9BB8 background.


White color preview on #BE9BB8 background

This text has white color on #BE9BB8 background.