COLOR #BE8FB4

HEX: #BE8FB4
RGB: (190,143,180)

Color info

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

RGB color model

#BE8FB4 color RGB value is (190,143,180).

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

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 180 of 255 = 71%

190
143
180

R + G + B ~ 67%. #BE8FB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 143 + 180 = 513 (100%)
R 190 of 513 ~ 37.04%
G 143 of 513 ~ 27.88%
B 180 of 513 ~ 35.09%

%37.04
%27.88
%35.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(0,25,5,25)
C0M25Y5K25 
(0%,25%,5%,25%)
(0.00/0.25/0.05/0.25)	

CMYK percentages

%0
%24.74
%5.26
%25.49

Codes

Color #BE8FB4 in popluar color models

BE8FB4
RGB190143180
HSL313°26.55%65.29%
HSB/HSV313°24.74%74.51%
CMYK0.00%24.74%5.26%
25.49%

Color #BE8FB4 in popluar number systems.

HEXBE8FB4
Decimal190143180
Binary101111101000111110110100
Octal276217264

Shades and tints

Shades of #BE8FB4

#BE8FB4
(190,143,180)
#AD82A4
(173,130,164)
#9C7594
(156,117,148)
#8B6884
(139,104,132)
#7A5B74
(122,91,116)
#694E64
(105,78,100)
#584154
(88,65,84)
#473444
(71,52,68)
#362734
(54,39,52)
#251A24
(37,26,36)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #BE8FB4

#BE8FB4
(190,143,180)
#C399BA
(195,153,186)
#C8A3C0
(200,163,192)
#CDADC6
(205,173,198)
#D2B7CC
(210,183,204)
#D7C1D2
(215,193,210)
#DCCBD8
(220,203,216)
#E1D5DE
(225,213,222)
#E6DFE4
(230,223,228)
#EBE9EA
(235,233,234)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8FB4; }

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

This text font color is #BE8FB4.


Background Color

.myBgColor { background-color: #BE8FB4; }

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

This div background color is #BE8FB4.


Border color

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

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

This div border color is #BE8FB4.


Opacity

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

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

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

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

This text has shadow with #BE8FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8FB4 on black background.


Color preview on white background

This text has color #BE8FB4 on white background.



Black color preview on #BE8FB4 background

This text has black color on #BE8FB4 background.


White color preview on #BE8FB4 background

This text has white color on #BE8FB4 background.