COLOR #BE87AD

HEX: #BE87AD RGB: (190,135,173)

Color info

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

RGB color model

#BE87AD color RGB value is (190,135,173).

RGB: (190,135,173) (75%, 53%, 68%)

RGB channels and saturation

R 190 of 255 = 75%
G 135 of 255 = 53%
B 173 of 255 = 68%

190
135
173

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

Portions of RGB colors in percentages

R + G + B = 190 + 135 + 173 = 498 (100%)
R 190 of 498 ~ 38.15%
G 135 of 498 ~ 27.11%
B 173 of 498 ~ 34.74'%

%38.15
%27.11
%34.74

CMYK color model

#BE87AD color CMYK value is (0,29,9,25).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 8.95%
  • key color value is 25.49%

CMYK: (0,29,9,25)
C0M29Y9K25 (0%, 29%, 9%, 25%)
(0.00 / 0.29 / 0.09 / 0.25)

CMYK percentages

%0
%28.95
%8.95
%25.49

Codes

Color #BE87AD in popluar color models

BE 87 AD
RGB 190 135 173
HSL 319° 29.73% 63.73%
HSB/HSV 319° 28.95% 74.51%
CMYK 0.00% 28.95% 8.95%
25.49%

Color #BE87AD in popluar number systems.

HEX BE 87 AD
Decimal 190 135 173
Binary 10111110 10000111 10101101
Octal 276 207 255

Shades and tints

Shades of #BE87AD

#BE87AD
(190,135,173)
#AD7B9E
(173,123,158)
#9C6F8F
(156,111,143)
#8B6380
(139,99,128)
#7A5771
(122,87,113)
#694B62
(105,75,98)
#583F53
(88,63,83)
#473344
(71,51,68)
#362735
(54,39,53)
#251B26
(37,27,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #BE87AD

#BE87AD
(190,135,173)
#C391B4
(195,145,180)
#C89BBB
(200,155,187)
#CDA5C2
(205,165,194)
#D2AFC9
(210,175,201)
#D7B9D0
(215,185,208)
#DCC3D7
(220,195,215)
#E1CDDE
(225,205,222)
#E6D7E5
(230,215,229)
#EBE1EC
(235,225,236)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE87AD color. Also use rgb(190,135,173) instead hex code.

Text Font Color

.myTextColor { color: #BE87AD; }

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

This text font color is #BE87AD.

Background Color

.myBgColor { background-color: #BE87AD; }

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

This div background color is #BE87AD.

Border color

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

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

This div border color is #BE87AD.

Opacity

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

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

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

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

This text has shadow with #BE87AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE87AD.

Preview

Color preview on black background

This text has color #BE87AD on black background.


Color preview on white background

This text has color #BE87AD on white background.


Black color preview on #BE87AD background

This text has black color on #BE87AD background.


White color preview on #BE87AD background

This text has white color on #BE87AD background.


Related colors

Complementary color

Complementary color for #hex is #417852.


I love getcolorcode.com

Triadic colors

1 #ADBE87 and #87ADBE with #BE87AD are triadic colors.

2 #AD87BE and #87BEAD with #BE87AD are triadic colors.