COLOR #BDA5C1

HEX: #BDA5C1
RGB: (189,165,193)

Color info

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

RGB color model

#BDA5C1 color RGB value is (189,165,193).

  • red value is 189;
  • green value is 165;
  • blue value is 193.
RGB:
(189,165,193)
(74%,65%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 193 of 255 = 76%

189
165
193

R + G + B ~ 72%. #BDA5C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 165 + 193 = 547 (100%)
R 189 of 547 ~ 34.55%
G 165 of 547 ~ 30.16%
B 193 of 547 ~ 35.28%

%34.55
%30.16
%35.28

CMYK color model

#BDA5C1 color CMYK value is (2,15,0,24).

  • cyan value is 2.07%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(2,15,0,24)
C2M15Y0K24 
(2%,15%,0%,24%)
(0.02/0.15/0.00/0.24)	

CMYK percentages

%2.07
%14.51
%0
%24.31

Codes

Color #BDA5C1 in popluar color models

BDA5C1
RGB189165193
HSL291°18.42%70.20%
HSB/HSV291°14.51%75.69%
CMYK2.07%14.51%0.00%
24.31%

Color #BDA5C1 in popluar number systems.

HEXBDA5C1
Decimal189165193
Binary101111011010010111000001
Octal275245301

Shades and tints

Shades of #BDA5C1

#BDA5C1
(189,165,193)
#AC96B0
(172,150,176)
#9B879F
(155,135,159)
#8A788E
(138,120,142)
#79697D
(121,105,125)
#685A6C
(104,90,108)
#574B5B
(87,75,91)
#463C4A
(70,60,74)
#352D39
(53,45,57)
#241E28
(36,30,40)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #BDA5C1

#BDA5C1
(189,165,193)
#C3ADC6
(195,173,198)
#C9B5CB
(201,181,203)
#CFBDD0
(207,189,208)
#D5C5D5
(213,197,213)
#DBCDDA
(219,205,218)
#E1D5DF
(225,213,223)
#E7DDE4
(231,221,228)
#EDE5E9
(237,229,233)
#F3EDEE
(243,237,238)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA5C1; }

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

This text font color is #BDA5C1.


Background Color

.myBgColor { background-color: #BDA5C1; }

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

This div background color is #BDA5C1.


Border color

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

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

This div border color is #BDA5C1.


Opacity

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

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

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

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

This text has shadow with #BDA5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA5C1 on black background.


Color preview on white background

This text has color #BDA5C1 on white background.



Black color preview on #BDA5C1 background

This text has black color on #BDA5C1 background.


White color preview on #BDA5C1 background

This text has white color on #BDA5C1 background.