COLOR #BDA3C6

HEX: #BDA3C6 RGB: (189,163,198)

Color info

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

RGB color model

#BDA3C6 color RGB value is (189,163,198).

RGB: (189,163,198) (74%, 64%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 163 of 255 = 64%
B 198 of 255 = 78%

189
163
198

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

Portions of RGB colors in percentages

R + G + B = 189 + 163 + 198 = 550 (100%)
R 189 of 550 ~ 34.36%
G 163 of 550 ~ 29.64%
B 198 of 550 ~ 36'%

%34.36
%29.64
%36

CMYK color model

#BDA3C6 color CMYK value is (5,18,0,22).

  • cyan value is 4.55%
  • magenta value is 17.68%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (5,18,0,22)
C5M18Y0K22 (5%, 18%, 0%, 22%)
(0.05 / 0.18 / 0.00 / 0.22)

CMYK percentages

%4.55
%17.68
%0
%22.35

Codes

Color #BDA3C6 in popluar color models

BD A3 C6
RGB 189 163 198
HSL 285° 23.49% 70.78%
HSB/HSV 285° 17.68% 77.65%
CMYK 4.55% 17.68% 0.00%
22.35%

Color #BDA3C6 in popluar number systems.

HEX BD A3 C6
Decimal 189 163 198
Binary 10111101 10100011 11000110
Octal 275 243 306

Shades and tints

Shades of #BDA3C6

#BDA3C6
(189,163,198)
#AC95B4
(172,149,180)
#9B87A2
(155,135,162)
#8A7990
(138,121,144)
#796B7E
(121,107,126)
#685D6C
(104,93,108)
#574F5A
(87,79,90)
#464148
(70,65,72)
#353336
(53,51,54)
#242524
(36,37,36)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDA3C6

#BDA3C6
(189,163,198)
#C3ABCB
(195,171,203)
#C9B3D0
(201,179,208)
#CFBBD5
(207,187,213)
#D5C3DA
(213,195,218)
#DBCBDF
(219,203,223)
#E1D3E4
(225,211,228)
#E7DBE9
(231,219,233)
#EDE3EE
(237,227,238)
#F3EBF3
(243,235,243)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA3C6 color. Also use rgb(189,163,198) instead hex code.

Text Font Color

.myTextColor { color: #BDA3C6; }

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

This text font color is #BDA3C6.

Background Color

.myBgColor { background-color: #BDA3C6; }

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

This div background color is #BDA3C6.

Border color

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

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

This div border color is #BDA3C6.

Opacity

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

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

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

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

This text has shadow with #BDA3C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA3C6.

Preview

Color preview on black background

This text has color #BDA3C6 on black background.


Color preview on white background

This text has color #BDA3C6 on white background.


Black color preview on #BDA3C6 background

This text has black color on #BDA3C6 background.


White color preview on #BDA3C6 background

This text has white color on #BDA3C6 background.


Related colors

Complementary color

Complementary color for #hex is #425C39.


I love getcolorcode.com

Triadic colors

1 #C6BDA3 and #A3C6BD with #BDA3C6 are triadic colors.

2 #C6A3BD and #A3BDC6 with #BDA3C6 are triadic colors.