COLOR #BE96BB

HEX: #BE96BB
RGB: (190,150,187)

Color info

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

RGB color model

#BE96BB color RGB value is (190,150,187).

  • red value is 190;
  • green value is 150;
  • blue value is 187.
RGB:
(190,150,187)
(75%,59%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 150 of 255 = 59%
B 187 of 255 = 73%

190
150
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 150 + 187 = 527 (100%)
R 190 of 527 ~ 36.05%
G 150 of 527 ~ 28.46%
B 187 of 527 ~ 35.48%

%36.05
%28.46
%35.48

CMYK color model

#BE96BB color CMYK value is (0,21,2,25).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(0,21,2,25)
C0M21Y2K25 
(0%,21%,2%,25%)
(0.00/0.21/0.02/0.25)	

CMYK percentages

%0
%21.05
%1.58
%25.49

Codes

Color #BE96BB in popluar color models

BE96BB
RGB190150187
HSL305°23.53%66.67%
HSB/HSV305°21.05%74.51%
CMYK0.00%21.05%1.58%
25.49%

Color #BE96BB in popluar number systems.

HEXBE96BB
Decimal190150187
Binary101111101001011010111011
Octal276226273

Shades and tints

Shades of #BE96BB

#BE96BB
(190,150,187)
#AD89AA
(173,137,170)
#9C7C99
(156,124,153)
#8B6F88
(139,111,136)
#7A6277
(122,98,119)
#695566
(105,85,102)
#584855
(88,72,85)
#473B44
(71,59,68)
#362E33
(54,46,51)
#252122
(37,33,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BE96BB

#BE96BB
(190,150,187)
#C39FC1
(195,159,193)
#C8A8C7
(200,168,199)
#CDB1CD
(205,177,205)
#D2BAD3
(210,186,211)
#D7C3D9
(215,195,217)
#DCCCDF
(220,204,223)
#E1D5E5
(225,213,229)
#E6DEEB
(230,222,235)
#EBE7F1
(235,231,241)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE96BB; }

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

This text font color is #BE96BB.


Background Color

.myBgColor { background-color: #BE96BB; }

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

This div background color is #BE96BB.


Border color

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

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

This div border color is #BE96BB.


Opacity

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

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

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

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

This text has shadow with #BE96BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE96BB on black background.


Color preview on white background

This text has color #BE96BB on white background.



Black color preview on #BE96BB background

This text has black color on #BE96BB background.


White color preview on #BE96BB background

This text has white color on #BE96BB background.