COLOR #BDA9CF

HEX: #BDA9CF RGB: (189,169,207)

Color info

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

RGB color model

#BDA9CF color RGB value is (189,169,207).

RGB: (189,169,207) (74%, 66%, 81%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 207 of 255 = 81%

189
169
207

R + G + B ~ 74%. #BDA9CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 169 + 207 = 565 (100%)
R 189 of 565 ~ 33.45%
G 169 of 565 ~ 29.91%
B 207 of 565 ~ 36.64'%

%33.45
%29.91
%36.64

CMYK color model

#BDA9CF color CMYK value is (9,18,0,19).

  • cyan value is 8.70%
  • magenta value is 18.36%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (9,18,0,19) C9M18Y0K19 (9%,18%,0%,19%) (0.09/0.18/0.00/0.19) 

CMYK percentages

%8.7
%18.36
%0
%18.82

Codes

Color #BDA9CF in popluar color models

BD A9 CF
RGB 189 169 207
HSL 272° 28.36% 73.73%
HSB/HSV 272° 18.36% 81.18%
CMYK 8.70% 18.36% 0.00%
18.82%

Color #BDA9CF in popluar number systems.

HEX BD A9 CF
Decimal 189 169 207
Binary 10111101 10101001 11001111
Octal 275 251 317

Shades and tints

Shades of #BDA9CF

#BDA9CF
(189,169,207)
#AC9ABD
(172,154,189)
#9B8BAB
(155,139,171)
#8A7C99
(138,124,153)
#796D87
(121,109,135)
#685E75
(104,94,117)
#574F63
(87,79,99)
#464051
(70,64,81)
#35313F
(53,49,63)
#24222D
(36,34,45)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #BDA9CF

#BDA9CF
(189,169,207)
#C3B0D3
(195,176,211)
#C9B7D7
(201,183,215)
#CFBEDB
(207,190,219)
#D5C5DF
(213,197,223)
#DBCCE3
(219,204,227)
#E1D3E7
(225,211,231)
#E7DAEB
(231,218,235)
#EDE1EF
(237,225,239)
#F3E8F3
(243,232,243)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA9CF color. Also use rgb(189,169,207) instead hex code.

Text Font Color

.myTextColor { color: #BDA9CF; }

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

This text font color is #BDA9CF.

Background Color

.myBgColor { background-color: #BDA9CF; }

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

This div background color is #BDA9CF.

Border color

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

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

This div border color is #BDA9CF.

Opacity

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

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

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

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

This text has shadow with #BDA9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA9CF.

Preview

Color preview on black background

This text has color #BDA9CF on black background.


Color preview on white background

This text has color #BDA9CF on white background.


Black color preview on #BDA9CF background

This text has black color on #BDA9CF background.


White color preview on #BDA9CF background

This text has white color on #BDA9CF background.


Related colors

Complementary color

Complementary color for #hex is #425630.


I love getcolorcode.com

Triadic colors

1 #CFBDA9 and #A9CFBD with #BDA9CF are triadic colors.

2 #CFA9BD and #A9BDCF with #BDA9CF are triadic colors.