COLOR #BD8EAA

HEX: #BD8EAA RGB: (189,142,170)

Color info

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

RGB color model

#BD8EAA color RGB value is (189,142,170).

RGB: (189,142,170) (74%, 56%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 142 of 255 = 56%
B 170 of 255 = 67%

189
142
170

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

Portions of RGB colors in percentages

R + G + B = 189 + 142 + 170 = 501 (100%)
R 189 of 501 ~ 37.72%
G 142 of 501 ~ 28.34%
B 170 of 501 ~ 33.93'%

%37.72
%28.34
%33.93

CMYK color model

#BD8EAA color CMYK value is (0,25,10,26).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 10.05%
  • key color value is 25.88%

CMYK: (0,25,10,26)
C0M25Y10K26 (0%, 25%, 10%, 26%)
(0.00 / 0.25 / 0.10 / 0.26)

CMYK percentages

%0
%24.87
%10.05
%25.88

Codes

Color #BD8EAA in popluar color models

BD 8E AA
RGB 189 142 170
HSL 324° 26.26% 64.90%
HSB/HSV 324° 24.87% 74.12%
CMYK 0.00% 24.87% 10.05%
25.88%

Color #BD8EAA in popluar number systems.

HEX BD 8E AA
Decimal 189 142 170
Binary 10111101 10001110 10101010
Octal 275 216 252

Shades and tints

Shades of #BD8EAA

#BD8EAA
(189,142,170)
#AC829B
(172,130,155)
#9B768C
(155,118,140)
#8A6A7D
(138,106,125)
#795E6E
(121,94,110)
#68525F
(104,82,95)
#574650
(87,70,80)
#463A41
(70,58,65)
#352E32
(53,46,50)
#242223
(36,34,35)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BD8EAA

#BD8EAA
(189,142,170)
#C398B1
(195,152,177)
#C9A2B8
(201,162,184)
#CFACBF
(207,172,191)
#D5B6C6
(213,182,198)
#DBC0CD
(219,192,205)
#E1CAD4
(225,202,212)
#E7D4DB
(231,212,219)
#EDDEE2
(237,222,226)
#F3E8E9
(243,232,233)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8EAA color. Also use rgb(189,142,170) instead hex code.

Text Font Color

.myTextColor { color: #BD8EAA; }

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

This text font color is #BD8EAA.

Background Color

.myBgColor { background-color: #BD8EAA; }

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

This div background color is #BD8EAA.

Border color

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

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

This div border color is #BD8EAA.

Opacity

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

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

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

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

This text has shadow with #BD8EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8EAA.

Preview

Color preview on black background

This text has color #BD8EAA on black background.


Color preview on white background

This text has color #BD8EAA on white background.


Black color preview on #BD8EAA background

This text has black color on #BD8EAA background.


White color preview on #BD8EAA background

This text has white color on #BD8EAA background.


Related colors

Complementary color

Complementary color for #hex is #427155.


I love getcolorcode.com

Triadic colors

1 #AABD8E and #8EAABD with #BD8EAA are triadic colors.

2 #AA8EBD and #8EBDAA with #BD8EAA are triadic colors.