COLOR #BD8DBA

HEX: #BD8DBA RGB: (189,141,186)

Color info

#BD8DBA contains red, green and blue colors in about the same proportion. Web safe color of #BD8DBA is #CC99CC (or #C9C).

RGB color model

#BD8DBA color RGB value is (189,141,186).

RGB: (189,141,186) (74%, 55%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 141 of 255 = 55%
B 186 of 255 = 73%

189
141
186

R + G + B ~ 67%. #BD8DBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 141 + 186 = 516 (100%)
R 189 of 516 ~ 36.63%
G 141 of 516 ~ 27.33%
B 186 of 516 ~ 36.05'%

%36.63
%27.33
%36.05

CMYK color model

#BD8DBA color CMYK value is (0,25,2,26).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 1.59%
  • key color value is 25.88%

CMYK: (0,25,2,26)
C0M25Y2K26 (0%, 25%, 2%, 26%)
(0.00 / 0.25 / 0.02 / 0.26)

CMYK percentages

%0
%25.4
%1.59
%25.88

Codes

Color #BD8DBA in popluar color models

BD 8D BA
RGB 189 141 186
HSL 304° 26.67% 64.71%
HSB/HSV 304° 25.40% 74.12%
CMYK 0.00% 25.40% 1.59%
25.88%

Color #BD8DBA in popluar number systems.

HEX BD 8D BA
Decimal 189 141 186
Binary 10111101 10001101 10111010
Octal 275 215 272

Shades and tints

Shades of #BD8DBA

#BD8DBA
(189,141,186)
#AC81AA
(172,129,170)
#9B759A
(155,117,154)
#8A698A
(138,105,138)
#795D7A
(121,93,122)
#68516A
(104,81,106)
#57455A
(87,69,90)
#46394A
(70,57,74)
#352D3A
(53,45,58)
#24212A
(36,33,42)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #BD8DBA

#BD8DBA
(189,141,186)
#C397C0
(195,151,192)
#C9A1C6
(201,161,198)
#CFABCC
(207,171,204)
#D5B5D2
(213,181,210)
#DBBFD8
(219,191,216)
#E1C9DE
(225,201,222)
#E7D3E4
(231,211,228)
#EDDDEA
(237,221,234)
#F3E7F0
(243,231,240)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8DBA color. Also use rgb(189,141,186) instead hex code.

Text Font Color

.myTextColor { color: #BD8DBA; }

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

This text font color is #BD8DBA.

Background Color

.myBgColor { background-color: #BD8DBA; }

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

This div background color is #BD8DBA.

Border color

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

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

This div border color is #BD8DBA.

Opacity

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

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

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

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

This text has shadow with #BD8DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8DBA.

Preview

Color preview on black background

This text has color #BD8DBA on black background.


Color preview on white background

This text has color #BD8DBA on white background.


Black color preview on #BD8DBA background

This text has black color on #BD8DBA background.


White color preview on #BD8DBA background

This text has white color on #BD8DBA background.


Related colors

Complementary color

Complementary color for #hex is #427245.


I love getcolorcode.com

Triadic colors

1 #BABD8D and #8DBABD with #BD8DBA are triadic colors.

2 #BA8DBD and #8DBDBA with #BD8DBA are triadic colors.