COLOR #BD86AB

HEX: #BD86AB RGB: (189,134,171)

Color info

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

RGB color model

#BD86AB color RGB value is (189,134,171).

RGB: (189,134,171) (74%, 53%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 134 of 255 = 53%
B 171 of 255 = 67%

189
134
171

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

Portions of RGB colors in percentages

R + G + B = 189 + 134 + 171 = 494 (100%)
R 189 of 494 ~ 38.26%
G 134 of 494 ~ 27.13%
B 171 of 494 ~ 34.62'%

%38.26
%27.13
%34.62

CMYK color model

#BD86AB color CMYK value is (0,29,10,26).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 9.52%
  • key color value is 25.88%

CMYK: (0,29,10,26)
C0M29Y10K26 (0%, 29%, 10%, 26%)
(0.00 / 0.29 / 0.10 / 0.26)

CMYK percentages

%0
%29.1
%9.52
%25.88

Codes

Color #BD86AB in popluar color models

BD 86 AB
RGB 189 134 171
HSL 320° 29.41% 63.33%
HSB/HSV 320° 29.10% 74.12%
CMYK 0.00% 29.10% 9.52%
25.88%

Color #BD86AB in popluar number systems.

HEX BD 86 AB
Decimal 189 134 171
Binary 10111101 10000110 10101011
Octal 275 206 253

Shades and tints

Shades of #BD86AB

#BD86AB
(189,134,171)
#AC7A9C
(172,122,156)
#9B6E8D
(155,110,141)
#8A627E
(138,98,126)
#79566F
(121,86,111)
#684A60
(104,74,96)
#573E51
(87,62,81)
#463242
(70,50,66)
#352633
(53,38,51)
#241A24
(36,26,36)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #BD86AB

#BD86AB
(189,134,171)
#C391B2
(195,145,178)
#C99CB9
(201,156,185)
#CFA7C0
(207,167,192)
#D5B2C7
(213,178,199)
#DBBDCE
(219,189,206)
#E1C8D5
(225,200,213)
#E7D3DC
(231,211,220)
#EDDEE3
(237,222,227)
#F3E9EA
(243,233,234)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD86AB color. Also use rgb(189,134,171) instead hex code.

Text Font Color

.myTextColor { color: #BD86AB; }

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

This text font color is #BD86AB.

Background Color

.myBgColor { background-color: #BD86AB; }

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

This div background color is #BD86AB.

Border color

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

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

This div border color is #BD86AB.

Opacity

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

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

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

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

This text has shadow with #BD86AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD86AB.

Preview

Color preview on black background

This text has color #BD86AB on black background.


Color preview on white background

This text has color #BD86AB on white background.


Black color preview on #BD86AB background

This text has black color on #BD86AB background.


White color preview on #BD86AB background

This text has white color on #BD86AB background.


Related colors

Complementary color

Complementary color for #hex is #427954.


I love getcolorcode.com

Triadic colors

1 #ABBD86 and #86ABBD with #BD86AB are triadic colors.

2 #AB86BD and #86BDAB with #BD86AB are triadic colors.