COLOR #BDA5DB

HEX: #BDA5DB RGB: (189,165,219)

Color info

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

RGB color model

#BDA5DB color RGB value is (189,165,219).

RGB: (189,165,219) (74%, 65%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 219 of 255 = 86%

189
165
219

R + G + B ~ 75%. #BDA5DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 165 + 219 = 573 (100%)
R 189 of 573 ~ 32.98%
G 165 of 573 ~ 28.8%
B 219 of 573 ~ 38.22'%

%32.98
%28.8
%38.22

CMYK color model

#BDA5DB color CMYK value is (14,25,0,14).

  • cyan value is 13.70%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (14,25,0,14)
C14M25Y0K14 (14%, 25%, 0%, 14%)
(0.14 / 0.25 / 0.00 / 0.14)

CMYK percentages

%13.7
%24.66
%0
%14.12

Codes

Color #BDA5DB in popluar color models

BD A5 DB
RGB 189 165 219
HSL 267° 42.86% 75.29%
HSB/HSV 267° 24.66% 85.88%
CMYK 13.70% 24.66% 0.00%
14.12%

Color #BDA5DB in popluar number systems.

HEX BD A5 DB
Decimal 189 165 219
Binary 10111101 10100101 11011011
Octal 275 245 333

Shades and tints

Shades of #BDA5DB

#BDA5DB
(189,165,219)
#AC96C8
(172,150,200)
#9B87B5
(155,135,181)
#8A78A2
(138,120,162)
#79698F
(121,105,143)
#685A7C
(104,90,124)
#574B69
(87,75,105)
#463C56
(70,60,86)
#352D43
(53,45,67)
#241E30
(36,30,48)
#130F1D
(19,15,29)
#000000
(0,0,0)

Tints of #BDA5DB

#BDA5DB
(189,165,219)
#C3ADDE
(195,173,222)
#C9B5E1
(201,181,225)
#CFBDE4
(207,189,228)
#D5C5E7
(213,197,231)
#DBCDEA
(219,205,234)
#E1D5ED
(225,213,237)
#E7DDF0
(231,221,240)
#EDE5F3
(237,229,243)
#F3EDF6
(243,237,246)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA5DB color. Also use rgb(189,165,219) instead hex code.

Text Font Color

.myTextColor { color: #BDA5DB; }

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

This text font color is #BDA5DB.

Background Color

.myBgColor { background-color: #BDA5DB; }

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

This div background color is #BDA5DB.

Border color

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

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

This div border color is #BDA5DB.

Opacity

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

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

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

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

This text has shadow with #BDA5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA5DB.

Preview

Color preview on black background

This text has color #BDA5DB on black background.


Color preview on white background

This text has color #BDA5DB on white background.


Black color preview on #BDA5DB background

This text has black color on #BDA5DB background.


White color preview on #BDA5DB background

This text has white color on #BDA5DB background.


Related colors

Complementary color

Complementary color for #hex is #425A24.


I love getcolorcode.com

Triadic colors

1 #DBBDA5 and #A5DBBD with #BDA5DB are triadic colors.

2 #DBA5BD and #A5BDDB with #BDA5DB are triadic colors.