COLOR #BE84B0

HEX: #BE84B0 RGB: (190,132,176)

Color info

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

RGB color model

#BE84B0 color RGB value is (190,132,176).

RGB: (190,132,176) (75%, 52%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 132 of 255 = 52%
B 176 of 255 = 69%

190
132
176

R + G + B ~ 65%. #BE84B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 132 + 176 = 498 (100%)
R 190 of 498 ~ 38.15%
G 132 of 498 ~ 26.51%
B 176 of 498 ~ 35.34'%

%38.15
%26.51
%35.34

CMYK color model

#BE84B0 color CMYK value is (0,31,7,25).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 7.37%
  • key color value is 25.49%

CMYK: (0,31,7,25)
C0M31Y7K25 (0%, 31%, 7%, 25%)
(0.00 / 0.31 / 0.07 / 0.25)

CMYK percentages

%0
%30.53
%7.37
%25.49

Codes

Color #BE84B0 in popluar color models

BE 84 B0
RGB 190 132 176
HSL 314° 30.85% 63.14%
HSB/HSV 314° 30.53% 74.51%
CMYK 0.00% 30.53% 7.37%
25.49%

Color #BE84B0 in popluar number systems.

HEX BE 84 B0
Decimal 190 132 176
Binary 10111110 10000100 10110000
Octal 276 204 260

Shades and tints

Shades of #BE84B0

#BE84B0
(190,132,176)
#AD78A0
(173,120,160)
#9C6C90
(156,108,144)
#8B6080
(139,96,128)
#7A5470
(122,84,112)
#694860
(105,72,96)
#583C50
(88,60,80)
#473040
(71,48,64)
#362430
(54,36,48)
#251820
(37,24,32)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #BE84B0

#BE84B0
(190,132,176)
#C38FB7
(195,143,183)
#C89ABE
(200,154,190)
#CDA5C5
(205,165,197)
#D2B0CC
(210,176,204)
#D7BBD3
(215,187,211)
#DCC6DA
(220,198,218)
#E1D1E1
(225,209,225)
#E6DCE8
(230,220,232)
#EBE7EF
(235,231,239)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE84B0; }

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

This text font color is #BE84B0.

Background Color

.myBgColor { background-color: #BE84B0; }

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

This div background color is #BE84B0.

Border color

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

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

This div border color is #BE84B0.

Opacity

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

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

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

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

This text has shadow with #BE84B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE84B0.

Preview

Color preview on black background

This text has color #BE84B0 on black background.


Color preview on white background

This text has color #BE84B0 on white background.


Black color preview on #BE84B0 background

This text has black color on #BE84B0 background.


White color preview on #BE84B0 background

This text has white color on #BE84B0 background.


Related colors

Complementary color

Complementary color for #hex is #417B4F.


I love getcolorcode.com

Triadic colors

1 #B0BE84 and #84B0BE with #BE84B0 are triadic colors.

2 #B084BE and #84BEB0 with #BE84B0 are triadic colors.