COLOR #BDB5D2

HEX: #BDB5D2 RGB: (189,181,210)

Color info

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

RGB color model

#BDB5D2 color RGB value is (189,181,210).

RGB: (189,181,210) (74%, 71%, 82%)

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 210 of 255 = 82%

189
181
210

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

Portions of RGB colors in percentages

R + G + B = 189 + 181 + 210 = 580 (100%)
R 189 of 580 ~ 32.59%
G 181 of 580 ~ 31.21%
B 210 of 580 ~ 36.21'%

%32.59
%31.21
%36.21

CMYK color model

#BDB5D2 color CMYK value is (10,14,0,18).

  • cyan value is 10.00%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (10,14,0,18)
C10M14Y0K18 (10%, 14%, 0%, 18%)
(0.10 / 0.14 / 0.00 / 0.18)

CMYK percentages

%10
%13.81
%0
%17.65

Codes

Color #BDB5D2 in popluar color models

BD B5 D2
RGB 189 181 210
HSL 257° 24.37% 76.67%
HSB/HSV 257° 13.81% 82.35%
CMYK 10.00% 13.81% 0.00%
17.65%

Color #BDB5D2 in popluar number systems.

HEX BD B5 D2
Decimal 189 181 210
Binary 10111101 10110101 11010010
Octal 275 265 322

Shades and tints

Shades of #BDB5D2

#BDB5D2
(189,181,210)
#ACA5BF
(172,165,191)
#9B95AC
(155,149,172)
#8A8599
(138,133,153)
#797586
(121,117,134)
#686573
(104,101,115)
#575560
(87,85,96)
#46454D
(70,69,77)
#35353A
(53,53,58)
#242527
(36,37,39)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDB5D2

#BDB5D2
(189,181,210)
#C3BBD6
(195,187,214)
#C9C1DA
(201,193,218)
#CFC7DE
(207,199,222)
#D5CDE2
(213,205,226)
#DBD3E6
(219,211,230)
#E1D9EA
(225,217,234)
#E7DFEE
(231,223,238)
#EDE5F2
(237,229,242)
#F3EBF6
(243,235,246)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5D2; }

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

This text font color is #BDB5D2.

Background Color

.myBgColor { background-color: #BDB5D2; }

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

This div background color is #BDB5D2.

Border color

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

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

This div border color is #BDB5D2.

Opacity

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

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

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

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

This text has shadow with #BDB5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB5D2.

Preview

Color preview on black background

This text has color #BDB5D2 on black background.


Color preview on white background

This text has color #BDB5D2 on white background.


Black color preview on #BDB5D2 background

This text has black color on #BDB5D2 background.


White color preview on #BDB5D2 background

This text has white color on #BDB5D2 background.


Related colors

Complementary color

Complementary color for #hex is #424A2D.


I love getcolorcode.com

Triadic colors

1 #D2BDB5 and #B5D2BD with #BDB5D2 are triadic colors.

2 #D2B5BD and #B5BDD2 with #BDB5D2 are triadic colors.