COLOR #BDA3CC

HEX: #BDA3CC RGB: (189,163,204)

Color info

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

RGB color model

#BDA3CC color RGB value is (189,163,204).

RGB: (189,163,204) (74%, 64%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 163 of 255 = 64%
B 204 of 255 = 80%

189
163
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 163 + 204 = 556 (100%)
R 189 of 556 ~ 33.99%
G 163 of 556 ~ 29.32%
B 204 of 556 ~ 36.69'%

%33.99
%29.32
%36.69

CMYK color model

#BDA3CC color CMYK value is (7,20,0,20).

  • cyan value is 7.35%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (7,20,0,20)
C7M20Y0K20 (7%, 20%, 0%, 20%)
(0.07 / 0.20 / 0.00 / 0.20)

CMYK percentages

%7.35
%20.1
%0
%20

Codes

Color #BDA3CC in popluar color models

BD A3 CC
RGB 189 163 204
HSL 278° 28.67% 71.96%
HSB/HSV 278° 20.10% 80.00%
CMYK 7.35% 20.10% 0.00%
20.00%

Color #BDA3CC in popluar number systems.

HEX BD A3 CC
Decimal 189 163 204
Binary 10111101 10100011 11001100
Octal 275 243 314

Shades and tints

Shades of #BDA3CC

#BDA3CC
(189,163,204)
#AC95BA
(172,149,186)
#9B87A8
(155,135,168)
#8A7996
(138,121,150)
#796B84
(121,107,132)
#685D72
(104,93,114)
#574F60
(87,79,96)
#46414E
(70,65,78)
#35333C
(53,51,60)
#24252A
(36,37,42)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #BDA3CC

#BDA3CC
(189,163,204)
#C3ABD0
(195,171,208)
#C9B3D4
(201,179,212)
#CFBBD8
(207,187,216)
#D5C3DC
(213,195,220)
#DBCBE0
(219,203,224)
#E1D3E4
(225,211,228)
#E7DBE8
(231,219,232)
#EDE3EC
(237,227,236)
#F3EBF0
(243,235,240)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA3CC; }

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

This text font color is #BDA3CC.

Background Color

.myBgColor { background-color: #BDA3CC; }

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

This div background color is #BDA3CC.

Border color

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

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

This div border color is #BDA3CC.

Opacity

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

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

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

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

This text has shadow with #BDA3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA3CC.

Preview

Color preview on black background

This text has color #BDA3CC on black background.


Color preview on white background

This text has color #BDA3CC on white background.


Black color preview on #BDA3CC background

This text has black color on #BDA3CC background.


White color preview on #BDA3CC background

This text has white color on #BDA3CC background.


Related colors

Complementary color

Complementary color for #hex is #425C33.


I love getcolorcode.com

Triadic colors

1 #CCBDA3 and #A3CCBD with #BDA3CC are triadic colors.

2 #CCA3BD and #A3BDCC with #BDA3CC are triadic colors.