COLOR #BE8FB2

HEX: #BE8FB2
RGB: (190,143,178)

Color info

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

RGB color model

#BE8FB2 color RGB value is (190,143,178).

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

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 178 of 255 = 70%

190
143
178

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

Portions of RGB colors in percentages

R + G + B =
190 + 143 + 178 = 511 (100%)
R 190 of 511 ~ 37.18%
G 143 of 511 ~ 27.98%
B 178 of 511 ~ 34.83%

%37.18
%27.98
%34.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(0,25,6,25)
C0M25Y6K25 
(0%,25%,6%,25%)
(0.00/0.25/0.06/0.25)	

CMYK percentages

%0
%24.74
%6.32
%25.49

Codes

Color #BE8FB2 in popluar color models

BE8FB2
RGB190143178
HSL315°26.55%65.29%
HSB/HSV315°24.74%74.51%
CMYK0.00%24.74%6.32%
25.49%

Color #BE8FB2 in popluar number systems.

HEXBE8FB2
Decimal190143178
Binary101111101000111110110010
Octal276217262

Shades and tints

Shades of #BE8FB2

#BE8FB2
(190,143,178)
#AD82A2
(173,130,162)
#9C7592
(156,117,146)
#8B6882
(139,104,130)
#7A5B72
(122,91,114)
#694E62
(105,78,98)
#584152
(88,65,82)
#473442
(71,52,66)
#362732
(54,39,50)
#251A22
(37,26,34)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #BE8FB2

#BE8FB2
(190,143,178)
#C399B9
(195,153,185)
#C8A3C0
(200,163,192)
#CDADC7
(205,173,199)
#D2B7CE
(210,183,206)
#D7C1D5
(215,193,213)
#DCCBDC
(220,203,220)
#E1D5E3
(225,213,227)
#E6DFEA
(230,223,234)
#EBE9F1
(235,233,241)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8FB2; }

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

This text font color is #BE8FB2.


Background Color

.myBgColor { background-color: #BE8FB2; }

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

This div background color is #BE8FB2.


Border color

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

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

This div border color is #BE8FB2.


Opacity

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

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

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

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

This text has shadow with #BE8FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8FB2 on black background.


Color preview on white background

This text has color #BE8FB2 on white background.



Black color preview on #BE8FB2 background

This text has black color on #BE8FB2 background.


White color preview on #BE8FB2 background

This text has white color on #BE8FB2 background.