COLOR #BE9FB2

HEX: #BE9FB2
RGB: (190,159,178)

Color info

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

RGB color model

#BE9FB2 color RGB value is (190,159,178).

  • red value is 190;
  • green value is 159;
  • blue value is 178.
RGB:
(190,159,178)
(75%,62%,70%)

RGB channels and saturation

R 190 of 255 = 75%
G 159 of 255 = 62%
B 178 of 255 = 70%

190
159
178

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

Portions of RGB colors in percentages

R + G + B =
190 + 159 + 178 = 527 (100%)
R 190 of 527 ~ 36.05%
G 159 of 527 ~ 30.17%
B 178 of 527 ~ 33.78%

%36.05
%30.17
%33.78

CMYK color model

#BE9FB2 color CMYK value is (0,16,6,25).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(0,16,6,25)
C0M16Y6K25 
(0%,16%,6%,25%)
(0.00/0.16/0.06/0.25)	

CMYK percentages

%0
%16.32
%6.32
%25.49

Codes

Color #BE9FB2 in popluar color models

BE9FB2
RGB190159178
HSL323°19.25%68.43%
HSB/HSV323°16.32%74.51%
CMYK0.00%16.32%6.32%
25.49%

Color #BE9FB2 in popluar number systems.

HEXBE9FB2
Decimal190159178
Binary101111101001111110110010
Octal276237262

Shades and tints

Shades of #BE9FB2

#BE9FB2
(190,159,178)
#AD91A2
(173,145,162)
#9C8392
(156,131,146)
#8B7582
(139,117,130)
#7A6772
(122,103,114)
#695962
(105,89,98)
#584B52
(88,75,82)
#473D42
(71,61,66)
#362F32
(54,47,50)
#252122
(37,33,34)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #BE9FB2

#BE9FB2
(190,159,178)
#C3A7B9
(195,167,185)
#C8AFC0
(200,175,192)
#CDB7C7
(205,183,199)
#D2BFCE
(210,191,206)
#D7C7D5
(215,199,213)
#DCCFDC
(220,207,220)
#E1D7E3
(225,215,227)
#E6DFEA
(230,223,234)
#EBE7F1
(235,231,241)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9FB2 color. Also use rgb(190,159,178) instead hex code.

Text Font Color

.myTextColor { color: #BE9FB2; }

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

This text font color is #BE9FB2.


Background Color

.myBgColor { background-color: #BE9FB2; }

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

This div background color is #BE9FB2.


Border color

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

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

This div border color is #BE9FB2.


Opacity

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

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

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

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

This text has shadow with #BE9FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9FB2 on black background.


Color preview on white background

This text has color #BE9FB2 on white background.



Black color preview on #BE9FB2 background

This text has black color on #BE9FB2 background.


White color preview on #BE9FB2 background

This text has white color on #BE9FB2 background.