COLOR #BE84B2

HEX: #BE84B2
RGB: (190,132,178)

Color info

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

RGB color model

#BE84B2 color RGB value is (190,132,178).

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

RGB channels and saturation

R 190 of 255 = 75%
G 132 of 255 = 52%
B 178 of 255 = 70%

190
132
178

R + G + B ~ 66%. #BE84B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 132 + 178 = 500 (100%)
R 190 of 500 ~ 38%
G 132 of 500 ~ 26.4%
B 178 of 500 ~ 35.6%

%38
%26.4
%35.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(0,31,6,25)
C0M31Y6K25 
(0%,31%,6%,25%)
(0.00/0.31/0.06/0.25)	

CMYK percentages

%0
%30.53
%6.32
%25.49

Codes

Color #BE84B2 in popluar color models

BE84B2
RGB190132178
HSL312°30.85%63.14%
HSB/HSV312°30.53%74.51%
CMYK0.00%30.53%6.32%
25.49%

Color #BE84B2 in popluar number systems.

HEXBE84B2
Decimal190132178
Binary101111101000010010110010
Octal276204262

Shades and tints

Shades of #BE84B2

#BE84B2
(190,132,178)
#AD78A2
(173,120,162)
#9C6C92
(156,108,146)
#8B6082
(139,96,130)
#7A5472
(122,84,114)
#694862
(105,72,98)
#583C52
(88,60,82)
#473042
(71,48,66)
#362432
(54,36,50)
#251822
(37,24,34)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #BE84B2

#BE84B2
(190,132,178)
#C38FB9
(195,143,185)
#C89AC0
(200,154,192)
#CDA5C7
(205,165,199)
#D2B0CE
(210,176,206)
#D7BBD5
(215,187,213)
#DCC6DC
(220,198,220)
#E1D1E3
(225,209,227)
#E6DCEA
(230,220,234)
#EBE7F1
(235,231,241)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE84B2; }

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

This text font color is #BE84B2.


Background Color

.myBgColor { background-color: #BE84B2; }

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

This div background color is #BE84B2.


Border color

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

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

This div border color is #BE84B2.


Opacity

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

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

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

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

This text has shadow with #BE84B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE84B2 on black background.


Color preview on white background

This text has color #BE84B2 on white background.



Black color preview on #BE84B2 background

This text has black color on #BE84B2 background.


White color preview on #BE84B2 background

This text has white color on #BE84B2 background.