COLOR #BDA2C3

HEX: #BDA2C3 RGB: (189,162,195)

Color info

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

RGB color model

#BDA2C3 color RGB value is (189,162,195).

RGB: (189,162,195) (74%, 64%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 162 of 255 = 64%
B 195 of 255 = 76%

189
162
195

R + G + B ~ 71%. #BDA2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 162 + 195 = 546 (100%)
R 189 of 546 ~ 34.62%
G 162 of 546 ~ 29.67%
B 195 of 546 ~ 35.71'%

%34.62
%29.67
%35.71

CMYK color model

#BDA2C3 color CMYK value is (3,17,0,24).

  • cyan value is 3.08%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (3,17,0,24)
C3M17Y0K24 (3%, 17%, 0%, 24%)
(0.03 / 0.17 / 0.00 / 0.24)

CMYK percentages

%3.08
%16.92
%0
%23.53

Codes

Color #BDA2C3 in popluar color models

BD A2 C3
RGB 189 162 195
HSL 289° 21.57% 70.00%
HSB/HSV 289° 16.92% 76.47%
CMYK 3.08% 16.92% 0.00%
23.53%

Color #BDA2C3 in popluar number systems.

HEX BD A2 C3
Decimal 189 162 195
Binary 10111101 10100010 11000011
Octal 275 242 303

Shades and tints

Shades of #BDA2C3

#BDA2C3
(189,162,195)
#AC94B2
(172,148,178)
#9B86A1
(155,134,161)
#8A7890
(138,120,144)
#796A7F
(121,106,127)
#685C6E
(104,92,110)
#574E5D
(87,78,93)
#46404C
(70,64,76)
#35323B
(53,50,59)
#24242A
(36,36,42)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #BDA2C3

#BDA2C3
(189,162,195)
#C3AAC8
(195,170,200)
#C9B2CD
(201,178,205)
#CFBAD2
(207,186,210)
#D5C2D7
(213,194,215)
#DBCADC
(219,202,220)
#E1D2E1
(225,210,225)
#E7DAE6
(231,218,230)
#EDE2EB
(237,226,235)
#F3EAF0
(243,234,240)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA2C3 color. Also use rgb(189,162,195) instead hex code.

Text Font Color

.myTextColor { color: #BDA2C3; }

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

This text font color is #BDA2C3.

Background Color

.myBgColor { background-color: #BDA2C3; }

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

This div background color is #BDA2C3.

Border color

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

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

This div border color is #BDA2C3.

Opacity

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

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

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

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

This text has shadow with #BDA2C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA2C3.

Preview

Color preview on black background

This text has color #BDA2C3 on black background.


Color preview on white background

This text has color #BDA2C3 on white background.


Black color preview on #BDA2C3 background

This text has black color on #BDA2C3 background.


White color preview on #BDA2C3 background

This text has white color on #BDA2C3 background.


Related colors

Complementary color

Complementary color for #hex is #425D3C.


I love getcolorcode.com

Triadic colors

1 #C3BDA2 and #A2C3BD with #BDA2C3 are triadic colors.

2 #C3A2BD and #A2BDC3 with #BDA2C3 are triadic colors.