COLOR #BDADBB

HEX: #BDADBB RGB: (189,173,187)

Color info

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

RGB color model

#BDADBB color RGB value is (189,173,187).

RGB: (189,173,187) (74%, 68%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 173 of 255 = 68%
B 187 of 255 = 73%

189
173
187

R + G + B ~ 72%. #BDADBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 173 + 187 = 549 (100%)
R 189 of 549 ~ 34.43%
G 173 of 549 ~ 31.51%
B 187 of 549 ~ 34.06'%

%34.43
%31.51
%34.06

CMYK color model

#BDADBB color CMYK value is (0,8,1,26).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 1.06%
  • key color value is 25.88%
CMYK: (0,8,1,26) C0M8Y1K26 (0%,8%,1%,26%) (0.00/0.08/0.01/0.26) 

CMYK percentages

%0
%8.47
%1.06
%25.88

Codes

Color #BDADBB in popluar color models

BD AD BB
RGB 189 173 187
HSL 308° 10.81% 70.98%
HSB/HSV 308° 8.47% 74.12%
CMYK 0.00% 8.47% 1.06%
25.88%

Color #BDADBB in popluar number systems.

HEX BD AD BB
Decimal 189 173 187
Binary 10111101 10101101 10111011
Octal 275 255 273

Shades and tints

Shades of #BDADBB

#BDADBB
(189,173,187)
#AC9EAA
(172,158,170)
#9B8F99
(155,143,153)
#8A8088
(138,128,136)
#797177
(121,113,119)
#686266
(104,98,102)
#575355
(87,83,85)
#464444
(70,68,68)
#353533
(53,53,51)
#242622
(36,38,34)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #BDADBB

#BDADBB
(189,173,187)
#C3B4C1
(195,180,193)
#C9BBC7
(201,187,199)
#CFC2CD
(207,194,205)
#D5C9D3
(213,201,211)
#DBD0D9
(219,208,217)
#E1D7DF
(225,215,223)
#E7DEE5
(231,222,229)
#EDE5EB
(237,229,235)
#F3ECF1
(243,236,241)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDADBB color. Also use rgb(189,173,187) instead hex code.

Text Font Color

.myTextColor { color: #BDADBB; }

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

This text font color is #BDADBB.

Background Color

.myBgColor { background-color: #BDADBB; }

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

This div background color is #BDADBB.

Border color

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

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

This div border color is #BDADBB.

Opacity

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

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

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

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

This text has shadow with #BDADBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDADBB.

Preview

Color preview on black background

This text has color #BDADBB on black background.


Color preview on white background

This text has color #BDADBB on white background.


Black color preview on #BDADBB background

This text has black color on #BDADBB background.


White color preview on #BDADBB background

This text has white color on #BDADBB background.


Related colors

Complementary color

Complementary color for #hex is #425244.


I love getcolorcode.com

Triadic colors

1 #BBBDAD and #ADBBBD with #BDADBB are triadic colors.

2 #BBADBD and #ADBDBB with #BDADBB are triadic colors.