COLOR #BE8DAF

HEX: #BE8DAF RGB: (190,141,175)

Color info

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

RGB color model

#BE8DAF color RGB value is (190,141,175).

RGB: (190,141,175) (75%, 55%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 141 of 255 = 55%
B 175 of 255 = 69%

190
141
175

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

Portions of RGB colors in percentages

R + G + B = 190 + 141 + 175 = 506 (100%)
R 190 of 506 ~ 37.55%
G 141 of 506 ~ 27.87%
B 175 of 506 ~ 34.58'%

%37.55
%27.87
%34.58

CMYK color model

#BE8DAF color CMYK value is (0,26,8,25).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 7.89%
  • key color value is 25.49%

CMYK: (0,26,8,25)
C0M26Y8K25 (0%, 26%, 8%, 25%)
(0.00 / 0.26 / 0.08 / 0.25)

CMYK percentages

%0
%25.79
%7.89
%25.49

Codes

Color #BE8DAF in popluar color models

BE 8D AF
RGB 190 141 175
HSL 318° 27.37% 64.90%
HSB/HSV 318° 25.79% 74.51%
CMYK 0.00% 25.79% 7.89%
25.49%

Color #BE8DAF in popluar number systems.

HEX BE 8D AF
Decimal 190 141 175
Binary 10111110 10001101 10101111
Octal 276 215 257

Shades and tints

Shades of #BE8DAF

#BE8DAF
(190,141,175)
#AD81A0
(173,129,160)
#9C7591
(156,117,145)
#8B6982
(139,105,130)
#7A5D73
(122,93,115)
#695164
(105,81,100)
#584555
(88,69,85)
#473946
(71,57,70)
#362D37
(54,45,55)
#252128
(37,33,40)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #BE8DAF

#BE8DAF
(190,141,175)
#C397B6
(195,151,182)
#C8A1BD
(200,161,189)
#CDABC4
(205,171,196)
#D2B5CB
(210,181,203)
#D7BFD2
(215,191,210)
#DCC9D9
(220,201,217)
#E1D3E0
(225,211,224)
#E6DDE7
(230,221,231)
#EBE7EE
(235,231,238)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8DAF color. Also use rgb(190,141,175) instead hex code.

Text Font Color

.myTextColor { color: #BE8DAF; }

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

This text font color is #BE8DAF.

Background Color

.myBgColor { background-color: #BE8DAF; }

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

This div background color is #BE8DAF.

Border color

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

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

This div border color is #BE8DAF.

Opacity

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

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

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

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

This text has shadow with #BE8DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8DAF.

Preview

Color preview on black background

This text has color #BE8DAF on black background.


Color preview on white background

This text has color #BE8DAF on white background.


Black color preview on #BE8DAF background

This text has black color on #BE8DAF background.


White color preview on #BE8DAF background

This text has white color on #BE8DAF background.


Related colors

Complementary color

Complementary color for #hex is #417250.


I love getcolorcode.com

Triadic colors

1 #AFBE8D and #8DAFBE with #BE8DAF are triadic colors.

2 #AF8DBE and #8DBEAF with #BE8DAF are triadic colors.