COLOR #BDB4DC

HEX: #BDB4DC RGB: (189,180,220)

Color info

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

RGB color model

#BDB4DC color RGB value is (189,180,220).

RGB: (189,180,220) (74%, 71%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 180 of 255 = 71%
B 220 of 255 = 86%

189
180
220

R + G + B ~ 77%. #BDB4DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 180 + 220 = 589 (100%)
R 189 of 589 ~ 32.09%
G 180 of 589 ~ 30.56%
B 220 of 589 ~ 37.35'%

%32.09
%30.56
%37.35

CMYK color model

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

  • cyan value is 14.09%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (14,18,0,14)
C14M18Y0K14 (14%, 18%, 0%, 14%)
(0.14 / 0.18 / 0.00 / 0.14)

CMYK percentages

%14.09
%18.18
%0
%13.73

Codes

Color #BDB4DC in popluar color models

BD B4 DC
RGB 189 180 220
HSL 254° 36.36% 78.43%
HSB/HSV 254° 18.18% 86.27%
CMYK 14.09% 18.18% 0.00%
13.73%

Color #BDB4DC in popluar number systems.

HEX BD B4 DC
Decimal 189 180 220
Binary 10111101 10110100 11011100
Octal 275 264 334

Shades and tints

Shades of #BDB4DC

#BDB4DC
(189,180,220)
#ACA4C8
(172,164,200)
#9B94B4
(155,148,180)
#8A84A0
(138,132,160)
#79748C
(121,116,140)
#686478
(104,100,120)
#575464
(87,84,100)
#464450
(70,68,80)
#35343C
(53,52,60)
#242428
(36,36,40)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #BDB4DC

#BDB4DC
(189,180,220)
#C3BADF
(195,186,223)
#C9C0E2
(201,192,226)
#CFC6E5
(207,198,229)
#D5CCE8
(213,204,232)
#DBD2EB
(219,210,235)
#E1D8EE
(225,216,238)
#E7DEF1
(231,222,241)
#EDE4F4
(237,228,244)
#F3EAF7
(243,234,247)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB4DC color. Also use rgb(189,180,220) instead hex code.

Text Font Color

.myTextColor { color: #BDB4DC; }

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

This text font color is #BDB4DC.

Background Color

.myBgColor { background-color: #BDB4DC; }

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

This div background color is #BDB4DC.

Border color

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

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

This div border color is #BDB4DC.

Opacity

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

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

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

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

This text has shadow with #BDB4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB4DC.

Preview

Color preview on black background

This text has color #BDB4DC on black background.


Color preview on white background

This text has color #BDB4DC on white background.


Black color preview on #BDB4DC background

This text has black color on #BDB4DC background.


White color preview on #BDB4DC background

This text has white color on #BDB4DC background.


Related colors

Complementary color

Complementary color for #hex is #424B23.


I love getcolorcode.com

Triadic colors

1 #DCBDB4 and #B4DCBD with #BDB4DC are triadic colors.

2 #DCB4BD and #B4BDDC with #BDB4DC are triadic colors.