COLOR #BD8ACE

HEX: #BD8ACE
RGB: (189,138,206)

Color info

#BD8ACE contains mainly red and blue colors. Web safe color of #BD8ACE is #CC99CC (or #C9C).

RGB color model

#BD8ACE color RGB value is (189,138,206).

  • red value is 189;
  • green value is 138;
  • blue value is 206.
RGB:
(189,138,206)
(74%,54%,81%)

RGB channels and saturation

R 189 of 255 = 74%
G 138 of 255 = 54%
B 206 of 255 = 81%

189
138
206

R + G + B ~ 70%. #BD8ACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 138 + 206 = 533 (100%)
R 189 of 533 ~ 35.46%
G 138 of 533 ~ 25.89%
B 206 of 533 ~ 38.65%

%35.46
%25.89
%38.65

CMYK color model

#BD8ACE color CMYK value is (8,33,0,19).

  • cyan value is 8.25%
  • magenta value is 33.01%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(8,33,0,19)
C8M33Y0K19 
(8%,33%,0%,19%)
(0.08/0.33/0.00/0.19)	

CMYK percentages

%8.25
%33.01
%0
%19.22

Codes

Color #BD8ACE in popluar color models

BD8ACE
RGB189138206
HSL285°40.96%67.45%
HSB/HSV285°33.01%80.78%
CMYK8.25%33.01%0.00%
19.22%

Color #BD8ACE in popluar number systems.

HEXBD8ACE
Decimal189138206
Binary101111011000101011001110
Octal275212316

Shades and tints

Shades of #BD8ACE

#BD8ACE
(189,138,206)
#AC7EBC
(172,126,188)
#9B72AA
(155,114,170)
#8A6698
(138,102,152)
#795A86
(121,90,134)
#684E74
(104,78,116)
#574262
(87,66,98)
#463650
(70,54,80)
#352A3E
(53,42,62)
#241E2C
(36,30,44)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #BD8ACE

#BD8ACE
(189,138,206)
#C394D2
(195,148,210)
#C99ED6
(201,158,214)
#CFA8DA
(207,168,218)
#D5B2DE
(213,178,222)
#DBBCE2
(219,188,226)
#E1C6E6
(225,198,230)
#E7D0EA
(231,208,234)
#EDDAEE
(237,218,238)
#F3E4F2
(243,228,242)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8ACE color. Also use rgb(189,138,206) instead hex code.

Text Font Color

.myTextColor { color: #BD8ACE; }

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

This text font color is #BD8ACE.


Background Color

.myBgColor { background-color: #BD8ACE; }

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

This div background color is #BD8ACE.


Border color

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

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

This div border color is #BD8ACE.


Opacity

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

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

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

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

This text has shadow with #BD8ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8ACE on black background.


Color preview on white background

This text has color #BD8ACE on white background.



Black color preview on #BD8ACE background

This text has black color on #BD8ACE background.


White color preview on #BD8ACE background

This text has white color on #BD8ACE background.