COLOR #BDA2D9

HEX: #BDA2D9
RGB: (189,162,217)

Color info

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

RGB color model

#BDA2D9 color RGB value is (189,162,217).

  • red value is 189;
  • green value is 162;
  • blue value is 217.
RGB:
(189,162,217)
(74%,64%,85%)

RGB channels and saturation

R 189 of 255 = 74%
G 162 of 255 = 64%
B 217 of 255 = 85%

189
162
217

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

Portions of RGB colors in percentages

R + G + B =
189 + 162 + 217 = 568 (100%)
R 189 of 568 ~ 33.27%
G 162 of 568 ~ 28.52%
B 217 of 568 ~ 38.2%

%33.27
%28.52
%38.2

CMYK color model

#BDA2D9 color CMYK value is (13,25,0,15).

  • cyan value is 12.90%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(13,25,0,15)
C13M25Y0K15 
(13%,25%,0%,15%)
(0.13/0.25/0.00/0.15)	

CMYK percentages

%12.9
%25.35
%0
%14.9

Codes

Color #BDA2D9 in popluar color models

BDA2D9
RGB189162217
HSL269°41.98%74.31%
HSB/HSV269°25.35%85.10%
CMYK12.90%25.35%0.00%
14.90%

Color #BDA2D9 in popluar number systems.

HEXBDA2D9
Decimal189162217
Binary101111011010001011011001
Octal275242331

Shades and tints

Shades of #BDA2D9

#BDA2D9
(189,162,217)
#AC94C6
(172,148,198)
#9B86B3
(155,134,179)
#8A78A0
(138,120,160)
#796A8D
(121,106,141)
#685C7A
(104,92,122)
#574E67
(87,78,103)
#464054
(70,64,84)
#353241
(53,50,65)
#24242E
(36,36,46)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #BDA2D9

#BDA2D9
(189,162,217)
#C3AADC
(195,170,220)
#C9B2DF
(201,178,223)
#CFBAE2
(207,186,226)
#D5C2E5
(213,194,229)
#DBCAE8
(219,202,232)
#E1D2EB
(225,210,235)
#E7DAEE
(231,218,238)
#EDE2F1
(237,226,241)
#F3EAF4
(243,234,244)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA2D9 color. Also use rgb(189,162,217) instead hex code.

Text Font Color

.myTextColor { color: #BDA2D9; }

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

This text font color is #BDA2D9.


Background Color

.myBgColor { background-color: #BDA2D9; }

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

This div background color is #BDA2D9.


Border color

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

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

This div border color is #BDA2D9.


Opacity

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

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

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

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

This text has shadow with #BDA2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA2D9 on black background.


Color preview on white background

This text has color #BDA2D9 on white background.



Black color preview on #BDA2D9 background

This text has black color on #BDA2D9 background.


White color preview on #BDA2D9 background

This text has white color on #BDA2D9 background.