COLOR #BDB5D5

HEX: #BDB5D5 RGB: (189,181,213)

Color info

#BDB5D5 contains red, green and blue colors in about the same proportion. Web safe color of #BDB5D5 is #CCCCCC (or #CCC).

RGB color model

#BDB5D5 color RGB value is (189,181,213).

RGB: (189,181,213) (74%, 71%, 84%)

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 213 of 255 = 84%

189
181
213

R + G + B ~ 76%. #BDB5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 181 + 213 = 583 (100%)
R 189 of 583 ~ 32.42%
G 181 of 583 ~ 31.05%
B 213 of 583 ~ 36.54'%

%32.42
%31.05
%36.54

CMYK color model

#BDB5D5 color CMYK value is (11,15,0,16).

  • cyan value is 11.27%
  • magenta value is 15.02%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (11,15,0,16)
C11M15Y0K16 (11%, 15%, 0%, 16%)
(0.11 / 0.15 / 0.00 / 0.16)

CMYK percentages

%11.27
%15.02
%0
%16.47

Codes

Color #BDB5D5 in popluar color models

BD B5 D5
RGB 189 181 213
HSL 255° 27.59% 77.25%
HSB/HSV 255° 15.02% 83.53%
CMYK 11.27% 15.02% 0.00%
16.47%

Color #BDB5D5 in popluar number systems.

HEX BD B5 D5
Decimal 189 181 213
Binary 10111101 10110101 11010101
Octal 275 265 325

Shades and tints

Shades of #BDB5D5

#BDB5D5
(189,181,213)
#ACA5C2
(172,165,194)
#9B95AF
(155,149,175)
#8A859C
(138,133,156)
#797589
(121,117,137)
#686576
(104,101,118)
#575563
(87,85,99)
#464550
(70,69,80)
#35353D
(53,53,61)
#24252A
(36,37,42)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #BDB5D5

#BDB5D5
(189,181,213)
#C3BBD8
(195,187,216)
#C9C1DB
(201,193,219)
#CFC7DE
(207,199,222)
#D5CDE1
(213,205,225)
#DBD3E4
(219,211,228)
#E1D9E7
(225,217,231)
#E7DFEA
(231,223,234)
#EDE5ED
(237,229,237)
#F3EBF0
(243,235,240)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB5D5 color. Also use rgb(189,181,213) instead hex code.

Text Font Color

.myTextColor { color: #BDB5D5; }

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

This text font color is #BDB5D5.

Background Color

.myBgColor { background-color: #BDB5D5; }

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

This div background color is #BDB5D5.

Border color

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

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

This div border color is #BDB5D5.

Opacity

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

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

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

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

This text has shadow with #BDB5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB5D5.

Preview

Color preview on black background

This text has color #BDB5D5 on black background.


Color preview on white background

This text has color #BDB5D5 on white background.


Black color preview on #BDB5D5 background

This text has black color on #BDB5D5 background.


White color preview on #BDB5D5 background

This text has white color on #BDB5D5 background.


Related colors

Complementary color

Complementary color for #hex is #424A2A.


I love getcolorcode.com

Triadic colors

1 #D5BDB5 and #B5D5BD with #BDB5D5 are triadic colors.

2 #D5B5BD and #B5BDD5 with #BDB5D5 are triadic colors.