COLOR #BDA4CE

HEX: #BDA4CE RGB: (189,164,206)

Color info

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

RGB color model

#BDA4CE color RGB value is (189,164,206).

RGB: (189,164,206) (74%, 64%, 81%)

RGB channels and saturation

R 189 of 255 = 74%
G 164 of 255 = 64%
B 206 of 255 = 81%

189
164
206

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

Portions of RGB colors in percentages

R + G + B = 189 + 164 + 206 = 559 (100%)
R 189 of 559 ~ 33.81%
G 164 of 559 ~ 29.34%
B 206 of 559 ~ 36.85'%

%33.81
%29.34
%36.85

CMYK color model

#BDA4CE color CMYK value is (8,20,0,19).

  • cyan value is 8.25%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (8,20,0,19) C8M20Y0K19 (8%,20%,0%,19%) (0.08/0.20/0.00/0.19) 

CMYK percentages

%8.25
%20.39
%0
%19.22

Codes

Color #BDA4CE in popluar color models

BD A4 CE
RGB 189 164 206
HSL 276° 30.00% 72.55%
HSB/HSV 276° 20.39% 80.78%
CMYK 8.25% 20.39% 0.00%
19.22%

Color #BDA4CE in popluar number systems.

HEX BD A4 CE
Decimal 189 164 206
Binary 10111101 10100100 11001110
Octal 275 244 316

Shades and tints

Shades of #BDA4CE

#BDA4CE
(189,164,206)
#AC96BC
(172,150,188)
#9B88AA
(155,136,170)
#8A7A98
(138,122,152)
#796C86
(121,108,134)
#685E74
(104,94,116)
#575062
(87,80,98)
#464250
(70,66,80)
#35343E
(53,52,62)
#24262C
(36,38,44)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #BDA4CE

#BDA4CE
(189,164,206)
#C3ACD2
(195,172,210)
#C9B4D6
(201,180,214)
#CFBCDA
(207,188,218)
#D5C4DE
(213,196,222)
#DBCCE2
(219,204,226)
#E1D4E6
(225,212,230)
#E7DCEA
(231,220,234)
#EDE4EE
(237,228,238)
#F3ECF2
(243,236,242)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA4CE color. Also use rgb(189,164,206) instead hex code.

Text Font Color

.myTextColor { color: #BDA4CE; }

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

This text font color is #BDA4CE.

Background Color

.myBgColor { background-color: #BDA4CE; }

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

This div background color is #BDA4CE.

Border color

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

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

This div border color is #BDA4CE.

Opacity

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

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

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

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

This text has shadow with #BDA4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA4CE.

Preview

Color preview on black background

This text has color #BDA4CE on black background.


Color preview on white background

This text has color #BDA4CE on white background.


Black color preview on #BDA4CE background

This text has black color on #BDA4CE background.


White color preview on #BDA4CE background

This text has white color on #BDA4CE background.


Related colors

Complementary color

Complementary color for #hex is #425B31.


I love getcolorcode.com

Triadic colors

1 #CEBDA4 and #A4CEBD with #BDA4CE are triadic colors.

2 #CEA4BD and #A4BDCE with #BDA4CE are triadic colors.