COLOR #BDB4D0

HEX: #BDB4D0 RGB: (189,180,208)

Color info

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

RGB color model

#BDB4D0 color RGB value is (189,180,208).

RGB: (189,180,208) (74%, 71%, 82%)

RGB channels and saturation

R 189 of 255 = 74%
G 180 of 255 = 71%
B 208 of 255 = 82%

189
180
208

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

Portions of RGB colors in percentages

R + G + B = 189 + 180 + 208 = 577 (100%)
R 189 of 577 ~ 32.76%
G 180 of 577 ~ 31.2%
B 208 of 577 ~ 36.05'%

%32.76
%31.2
%36.05

CMYK color model

#BDB4D0 color CMYK value is (9,13,0,18).

  • cyan value is 9.13%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (9,13,0,18)
C9M13Y0K18 (9%, 13%, 0%, 18%)
(0.09 / 0.13 / 0.00 / 0.18)

CMYK percentages

%9.13
%13.46
%0
%18.43

Codes

Color #BDB4D0 in popluar color models

BD B4 D0
RGB 189 180 208
HSL 259° 22.95% 76.08%
HSB/HSV 259° 13.46% 81.57%
CMYK 9.13% 13.46% 0.00%
18.43%

Color #BDB4D0 in popluar number systems.

HEX BD B4 D0
Decimal 189 180 208
Binary 10111101 10110100 11010000
Octal 275 264 320

Shades and tints

Shades of #BDB4D0

#BDB4D0
(189,180,208)
#ACA4BE
(172,164,190)
#9B94AC
(155,148,172)
#8A849A
(138,132,154)
#797488
(121,116,136)
#686476
(104,100,118)
#575464
(87,84,100)
#464452
(70,68,82)
#353440
(53,52,64)
#24242E
(36,36,46)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #BDB4D0

#BDB4D0
(189,180,208)
#C3BAD4
(195,186,212)
#C9C0D8
(201,192,216)
#CFC6DC
(207,198,220)
#D5CCE0
(213,204,224)
#DBD2E4
(219,210,228)
#E1D8E8
(225,216,232)
#E7DEEC
(231,222,236)
#EDE4F0
(237,228,240)
#F3EAF4
(243,234,244)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB4D0; }

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

This text font color is #BDB4D0.

Background Color

.myBgColor { background-color: #BDB4D0; }

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

This div background color is #BDB4D0.

Border color

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

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

This div border color is #BDB4D0.

Opacity

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

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

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

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

This text has shadow with #BDB4D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB4D0.

Preview

Color preview on black background

This text has color #BDB4D0 on black background.


Color preview on white background

This text has color #BDB4D0 on white background.


Black color preview on #BDB4D0 background

This text has black color on #BDB4D0 background.


White color preview on #BDB4D0 background

This text has white color on #BDB4D0 background.


Related colors

Complementary color

Complementary color for #hex is #424B2F.


I love getcolorcode.com

Triadic colors

1 #D0BDB4 and #B4D0BD with #BDB4D0 are triadic colors.

2 #D0B4BD and #B4BDD0 with #BDB4D0 are triadic colors.