COLOR #BDA5C2

HEX: #BDA5C2 RGB: (189,165,194)

Color info

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

RGB color model

#BDA5C2 color RGB value is (189,165,194).

RGB: (189,165,194) (74%, 65%, 76%)

RGB channels and saturation

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

189
165
194

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

Portions of RGB colors in percentages

R + G + B = 189 + 165 + 194 = 548 (100%)
R 189 of 548 ~ 34.49%
G 165 of 548 ~ 30.11%
B 194 of 548 ~ 35.4'%

%34.49
%30.11
%35.4

CMYK color model

#BDA5C2 color CMYK value is (3,15,0,24).

  • cyan value is 2.58%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (3,15,0,24)
C3M15Y0K24 (3%, 15%, 0%, 24%)
(0.03 / 0.15 / 0.00 / 0.24)

CMYK percentages

%2.58
%14.95
%0
%23.92

Codes

Color #BDA5C2 in popluar color models

BD A5 C2
RGB 189 165 194
HSL 290° 19.21% 70.39%
HSB/HSV 290° 14.95% 76.08%
CMYK 2.58% 14.95% 0.00%
23.92%

Color #BDA5C2 in popluar number systems.

HEX BD A5 C2
Decimal 189 165 194
Binary 10111101 10100101 11000010
Octal 275 245 302

Shades and tints

Shades of #BDA5C2

#BDA5C2
(189,165,194)
#AC96B1
(172,150,177)
#9B87A0
(155,135,160)
#8A788F
(138,120,143)
#79697E
(121,105,126)
#685A6D
(104,90,109)
#574B5C
(87,75,92)
#463C4B
(70,60,75)
#352D3A
(53,45,58)
#241E29
(36,30,41)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #BDA5C2

#BDA5C2
(189,165,194)
#C3ADC7
(195,173,199)
#C9B5CC
(201,181,204)
#CFBDD1
(207,189,209)
#D5C5D6
(213,197,214)
#DBCDDB
(219,205,219)
#E1D5E0
(225,213,224)
#E7DDE5
(231,221,229)
#EDE5EA
(237,229,234)
#F3EDEF
(243,237,239)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA5C2; }

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

This text font color is #BDA5C2.

Background Color

.myBgColor { background-color: #BDA5C2; }

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

This div background color is #BDA5C2.

Border color

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

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

This div border color is #BDA5C2.

Opacity

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

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

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

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

This text has shadow with #BDA5C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA5C2.

Preview

Color preview on black background

This text has color #BDA5C2 on black background.


Color preview on white background

This text has color #BDA5C2 on white background.


Black color preview on #BDA5C2 background

This text has black color on #BDA5C2 background.


White color preview on #BDA5C2 background

This text has white color on #BDA5C2 background.


Related colors

Complementary color

Complementary color for #hex is #425A3D.


I love getcolorcode.com

Triadic colors

1 #C2BDA5 and #A5C2BD with #BDA5C2 are triadic colors.

2 #C2A5BD and #A5BDC2 with #BDA5C2 are triadic colors.