COLOR #BDA4C9

HEX: #BDA4C9 RGB: (189,164,201)

Color info

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

RGB color model

#BDA4C9 color RGB value is (189,164,201).

RGB: (189,164,201) (74%, 64%, 79%)

RGB channels and saturation

R 189 of 255 = 74%
G 164 of 255 = 64%
B 201 of 255 = 79%

189
164
201

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

Portions of RGB colors in percentages

R + G + B = 189 + 164 + 201 = 554 (100%)
R 189 of 554 ~ 34.12%
G 164 of 554 ~ 29.6%
B 201 of 554 ~ 36.28'%

%34.12
%29.6
%36.28

CMYK color model

#BDA4C9 color CMYK value is (6,18,0,21).

  • cyan value is 5.97%
  • magenta value is 18.41%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (6,18,0,21)
C6M18Y0K21 (6%, 18%, 0%, 21%)
(0.06 / 0.18 / 0.00 / 0.21)

CMYK percentages

%5.97
%18.41
%0
%21.18

Codes

Color #BDA4C9 in popluar color models

BD A4 C9
RGB 189 164 201
HSL 281° 25.52% 71.57%
HSB/HSV 281° 18.41% 78.82%
CMYK 5.97% 18.41% 0.00%
21.18%

Color #BDA4C9 in popluar number systems.

HEX BD A4 C9
Decimal 189 164 201
Binary 10111101 10100100 11001001
Octal 275 244 311

Shades and tints

Shades of #BDA4C9

#BDA4C9
(189,164,201)
#AC96B7
(172,150,183)
#9B88A5
(155,136,165)
#8A7A93
(138,122,147)
#796C81
(121,108,129)
#685E6F
(104,94,111)
#57505D
(87,80,93)
#46424B
(70,66,75)
#353439
(53,52,57)
#242627
(36,38,39)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #BDA4C9

#BDA4C9
(189,164,201)
#C3ACCD
(195,172,205)
#C9B4D1
(201,180,209)
#CFBCD5
(207,188,213)
#D5C4D9
(213,196,217)
#DBCCDD
(219,204,221)
#E1D4E1
(225,212,225)
#E7DCE5
(231,220,229)
#EDE4E9
(237,228,233)
#F3ECED
(243,236,237)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA4C9; }

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

This text font color is #BDA4C9.

Background Color

.myBgColor { background-color: #BDA4C9; }

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

This div background color is #BDA4C9.

Border color

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

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

This div border color is #BDA4C9.

Opacity

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

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

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

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

This text has shadow with #BDA4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA4C9.

Preview

Color preview on black background

This text has color #BDA4C9 on black background.


Color preview on white background

This text has color #BDA4C9 on white background.


Black color preview on #BDA4C9 background

This text has black color on #BDA4C9 background.


White color preview on #BDA4C9 background

This text has white color on #BDA4C9 background.


Related colors

Complementary color

Complementary color for #hex is #425B36.


I love getcolorcode.com

Triadic colors

1 #C9BDA4 and #A4C9BD with #BDA4C9 are triadic colors.

2 #C9A4BD and #A4BDC9 with #BDA4C9 are triadic colors.