COLOR #BDA0D1

HEX: #BDA0D1 RGB: (189,160,209)

Color info

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

RGB color model

#BDA0D1 color RGB value is (189,160,209).

RGB: (189,160,209) (74%, 63%, 82%)

RGB channels and saturation

R 189 of 255 = 74%
G 160 of 255 = 63%
B 209 of 255 = 82%

189
160
209

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

Portions of RGB colors in percentages

R + G + B = 189 + 160 + 209 = 558 (100%)
R 189 of 558 ~ 33.87%
G 160 of 558 ~ 28.67%
B 209 of 558 ~ 37.46'%

%33.87
%28.67
%37.46

CMYK color model

#BDA0D1 color CMYK value is (10,23,0,18).

  • cyan value is 9.57%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (10,23,0,18)
C10M23Y0K18 (10%, 23%, 0%, 18%)
(0.10 / 0.23 / 0.00 / 0.18)

CMYK percentages

%9.57
%23.44
%0
%18.04

Codes

Color #BDA0D1 in popluar color models

BD A0 D1
RGB 189 160 209
HSL 276° 34.75% 72.35%
HSB/HSV 276° 23.44% 81.96%
CMYK 9.57% 23.44% 0.00%
18.04%

Color #BDA0D1 in popluar number systems.

HEX BD A0 D1
Decimal 189 160 209
Binary 10111101 10100000 11010001
Octal 275 240 321

Shades and tints

Shades of #BDA0D1

#BDA0D1
(189,160,209)
#AC92BE
(172,146,190)
#9B84AB
(155,132,171)
#8A7698
(138,118,152)
#796885
(121,104,133)
#685A72
(104,90,114)
#574C5F
(87,76,95)
#463E4C
(70,62,76)
#353039
(53,48,57)
#242226
(36,34,38)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #BDA0D1

#BDA0D1
(189,160,209)
#C3A8D5
(195,168,213)
#C9B0D9
(201,176,217)
#CFB8DD
(207,184,221)
#D5C0E1
(213,192,225)
#DBC8E5
(219,200,229)
#E1D0E9
(225,208,233)
#E7D8ED
(231,216,237)
#EDE0F1
(237,224,241)
#F3E8F5
(243,232,245)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA0D1 color. Also use rgb(189,160,209) instead hex code.

Text Font Color

.myTextColor { color: #BDA0D1; }

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

This text font color is #BDA0D1.

Background Color

.myBgColor { background-color: #BDA0D1; }

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

This div background color is #BDA0D1.

Border color

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

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

This div border color is #BDA0D1.

Opacity

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

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

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

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

This text has shadow with #BDA0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA0D1.

Preview

Color preview on black background

This text has color #BDA0D1 on black background.


Color preview on white background

This text has color #BDA0D1 on white background.


Black color preview on #BDA0D1 background

This text has black color on #BDA0D1 background.


White color preview on #BDA0D1 background

This text has white color on #BDA0D1 background.


Related colors

Complementary color

Complementary color for #hex is #425F2E.


I love getcolorcode.com

Triadic colors

1 #D1BDA0 and #A0D1BD with #BDA0D1 are triadic colors.

2 #D1A0BD and #A0BDD1 with #BDA0D1 are triadic colors.