COLOR #BDA5CD

HEX: #BDA5CD RGB: (189,165,205)

Color info

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

RGB color model

#BDA5CD color RGB value is (189,165,205).

RGB: (189,165,205) (74%, 65%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 205 of 255 = 80%

189
165
205

R + G + B ~ 73%. #BDA5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 165 + 205 = 559 (100%)
R 189 of 559 ~ 33.81%
G 165 of 559 ~ 29.52%
B 205 of 559 ~ 36.67'%

%33.81
%29.52
%36.67

CMYK color model

#BDA5CD color CMYK value is (8,20,0,20).

  • cyan value is 7.80%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (8,20,0,20) C8M20Y0K20 (8%,20%,0%,20%) (0.08/0.20/0.00/0.20) 

CMYK percentages

%7.8
%19.51
%0
%19.61

Codes

Color #BDA5CD in popluar color models

BD A5 CD
RGB 189 165 205
HSL 276° 28.57% 72.55%
HSB/HSV 276° 19.51% 80.39%
CMYK 7.80% 19.51% 0.00%
19.61%

Color #BDA5CD in popluar number systems.

HEX BD A5 CD
Decimal 189 165 205
Binary 10111101 10100101 11001101
Octal 275 245 315

Shades and tints

Shades of #BDA5CD

#BDA5CD
(189,165,205)
#AC96BB
(172,150,187)
#9B87A9
(155,135,169)
#8A7897
(138,120,151)
#796985
(121,105,133)
#685A73
(104,90,115)
#574B61
(87,75,97)
#463C4F
(70,60,79)
#352D3D
(53,45,61)
#241E2B
(36,30,43)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #BDA5CD

#BDA5CD
(189,165,205)
#C3ADD1
(195,173,209)
#C9B5D5
(201,181,213)
#CFBDD9
(207,189,217)
#D5C5DD
(213,197,221)
#DBCDE1
(219,205,225)
#E1D5E5
(225,213,229)
#E7DDE9
(231,221,233)
#EDE5ED
(237,229,237)
#F3EDF1
(243,237,241)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA5CD color. Also use rgb(189,165,205) instead hex code.

Text Font Color

.myTextColor { color: #BDA5CD; }

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

This text font color is #BDA5CD.

Background Color

.myBgColor { background-color: #BDA5CD; }

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

This div background color is #BDA5CD.

Border color

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

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

This div border color is #BDA5CD.

Opacity

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

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

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

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

This text has shadow with #BDA5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA5CD.

Preview

Color preview on black background

This text has color #BDA5CD on black background.


Color preview on white background

This text has color #BDA5CD on white background.


Black color preview on #BDA5CD background

This text has black color on #BDA5CD background.


White color preview on #BDA5CD background

This text has white color on #BDA5CD background.


Related colors

Complementary color

Complementary color for #hex is #425A32.


I love getcolorcode.com

Triadic colors

1 #CDBDA5 and #A5CDBD with #BDA5CD are triadic colors.

2 #CDA5BD and #A5BDCD with #BDA5CD are triadic colors.