COLOR #BDACDB

HEX: #BDACDB RGB: (189,172,219)

Color info

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

RGB color model

#BDACDB color RGB value is (189,172,219).

RGB: (189,172,219) (74%, 67%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 172 of 255 = 67%
B 219 of 255 = 86%

189
172
219

R + G + B ~ 76%. #BDACDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 172 + 219 = 580 (100%)
R 189 of 580 ~ 32.59%
G 172 of 580 ~ 29.66%
B 219 of 580 ~ 37.76'%

%32.59
%29.66
%37.76

CMYK color model

#BDACDB color CMYK value is (14,21,0,14).

  • cyan value is 13.70%
  • magenta value is 21.46%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (14,21,0,14)
C14M21Y0K14 (14%, 21%, 0%, 14%)
(0.14 / 0.21 / 0.00 / 0.14)

CMYK percentages

%13.7
%21.46
%0
%14.12

Codes

Color #BDACDB in popluar color models

BD AC DB
RGB 189 172 219
HSL 262° 39.50% 76.67%
HSB/HSV 262° 21.46% 85.88%
CMYK 13.70% 21.46% 0.00%
14.12%

Color #BDACDB in popluar number systems.

HEX BD AC DB
Decimal 189 172 219
Binary 10111101 10101100 11011011
Octal 275 254 333

Shades and tints

Shades of #BDACDB

#BDACDB
(189,172,219)
#AC9DC8
(172,157,200)
#9B8EB5
(155,142,181)
#8A7FA2
(138,127,162)
#79708F
(121,112,143)
#68617C
(104,97,124)
#575269
(87,82,105)
#464356
(70,67,86)
#353443
(53,52,67)
#242530
(36,37,48)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #BDACDB

#BDACDB
(189,172,219)
#C3B3DE
(195,179,222)
#C9BAE1
(201,186,225)
#CFC1E4
(207,193,228)
#D5C8E7
(213,200,231)
#DBCFEA
(219,207,234)
#E1D6ED
(225,214,237)
#E7DDF0
(231,221,240)
#EDE4F3
(237,228,243)
#F3EBF6
(243,235,246)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDACDB color. Also use rgb(189,172,219) instead hex code.

Text Font Color

.myTextColor { color: #BDACDB; }

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

This text font color is #BDACDB.

Background Color

.myBgColor { background-color: #BDACDB; }

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

This div background color is #BDACDB.

Border color

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

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

This div border color is #BDACDB.

Opacity

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

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

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

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

This text has shadow with #BDACDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDACDB.

Preview

Color preview on black background

This text has color #BDACDB on black background.


Color preview on white background

This text has color #BDACDB on white background.


Black color preview on #BDACDB background

This text has black color on #BDACDB background.


White color preview on #BDACDB background

This text has white color on #BDACDB background.


Related colors

Complementary color

Complementary color for #hex is #425324.


I love getcolorcode.com

Triadic colors

1 #DBBDAC and #ACDBBD with #BDACDB are triadic colors.

2 #DBACBD and #ACBDDB with #BDACDB are triadic colors.