COLOR #BE94B4

HEX: #BE94B4
RGB: (190,148,180)

Color info

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

RGB color model

#BE94B4 color RGB value is (190,148,180).

  • red value is 190;
  • green value is 148;
  • blue value is 180.
RGB:
(190,148,180)
(75%,58%,71%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 180 of 255 = 71%

190
148
180

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

Portions of RGB colors in percentages

R + G + B =
190 + 148 + 180 = 518 (100%)
R 190 of 518 ~ 36.68%
G 148 of 518 ~ 28.57%
B 180 of 518 ~ 34.75%

%36.68
%28.57
%34.75

CMYK color model

#BE94B4 color CMYK value is (0,22,5,25).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(0,22,5,25)
C0M22Y5K25 
(0%,22%,5%,25%)
(0.00/0.22/0.05/0.25)	

CMYK percentages

%0
%22.11
%5.26
%25.49

Codes

Color #BE94B4 in popluar color models

BE94B4
RGB190148180
HSL314°24.42%66.27%
HSB/HSV314°22.11%74.51%
CMYK0.00%22.11%5.26%
25.49%

Color #BE94B4 in popluar number systems.

HEXBE94B4
Decimal190148180
Binary101111101001010010110100
Octal276224264

Shades and tints

Shades of #BE94B4

#BE94B4
(190,148,180)
#AD87A4
(173,135,164)
#9C7A94
(156,122,148)
#8B6D84
(139,109,132)
#7A6074
(122,96,116)
#695364
(105,83,100)
#584654
(88,70,84)
#473944
(71,57,68)
#362C34
(54,44,52)
#251F24
(37,31,36)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #BE94B4

#BE94B4
(190,148,180)
#C39DBA
(195,157,186)
#C8A6C0
(200,166,192)
#CDAFC6
(205,175,198)
#D2B8CC
(210,184,204)
#D7C1D2
(215,193,210)
#DCCAD8
(220,202,216)
#E1D3DE
(225,211,222)
#E6DCE4
(230,220,228)
#EBE5EA
(235,229,234)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE94B4 color. Also use rgb(190,148,180) instead hex code.

Text Font Color

.myTextColor { color: #BE94B4; }

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

This text font color is #BE94B4.


Background Color

.myBgColor { background-color: #BE94B4; }

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

This div background color is #BE94B4.


Border color

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

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

This div border color is #BE94B4.


Opacity

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

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

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

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

This text has shadow with #BE94B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE94B4 on black background.


Color preview on white background

This text has color #BE94B4 on white background.



Black color preview on #BE94B4 background

This text has black color on #BE94B4 background.


White color preview on #BE94B4 background

This text has white color on #BE94B4 background.