COLOR #BDABB5

HEX: #BDABB5 RGB: (189,171,181)

Color info

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

RGB color model

#BDABB5 color RGB value is (189,171,181).

RGB: (189,171,181) (74%, 67%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 181 of 255 = 71%

189
171
181

R + G + B ~ 71%. #BDABB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 171 + 181 = 541 (100%)
R 189 of 541 ~ 34.94%
G 171 of 541 ~ 31.61%
B 181 of 541 ~ 33.46'%

%34.94
%31.61
%33.46

CMYK color model

#BDABB5 color CMYK value is (0,10,4,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 4.23%
  • key color value is 25.88%

CMYK: (0,10,4,26)
C0M10Y4K26 (0%, 10%, 4%, 26%)
(0.00 / 0.10 / 0.04 / 0.26)

CMYK percentages

%0
%9.52
%4.23
%25.88

Codes

Color #BDABB5 in popluar color models

BD AB B5
RGB 189 171 181
HSL 327° 12.00% 70.59%
HSB/HSV 327° 9.52% 74.12%
CMYK 0.00% 9.52% 4.23%
25.88%

Color #BDABB5 in popluar number systems.

HEX BD AB B5
Decimal 189 171 181
Binary 10111101 10101011 10110101
Octal 275 253 265

Shades and tints

Shades of #BDABB5

#BDABB5
(189,171,181)
#AC9CA5
(172,156,165)
#9B8D95
(155,141,149)
#8A7E85
(138,126,133)
#796F75
(121,111,117)
#686065
(104,96,101)
#575155
(87,81,85)
#464245
(70,66,69)
#353335
(53,51,53)
#242425
(36,36,37)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDABB5

#BDABB5
(189,171,181)
#C3B2BB
(195,178,187)
#C9B9C1
(201,185,193)
#CFC0C7
(207,192,199)
#D5C7CD
(213,199,205)
#DBCED3
(219,206,211)
#E1D5D9
(225,213,217)
#E7DCDF
(231,220,223)
#EDE3E5
(237,227,229)
#F3EAEB
(243,234,235)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDABB5; }

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

This text font color is #BDABB5.

Background Color

.myBgColor { background-color: #BDABB5; }

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

This div background color is #BDABB5.

Border color

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

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

This div border color is #BDABB5.

Opacity

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

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

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

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

This text has shadow with #BDABB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDABB5.

Preview

Color preview on black background

This text has color #BDABB5 on black background.


Color preview on white background

This text has color #BDABB5 on white background.


Black color preview on #BDABB5 background

This text has black color on #BDABB5 background.


White color preview on #BDABB5 background

This text has white color on #BDABB5 background.


Related colors

Complementary color

Complementary color for #hex is #42544A.


I love getcolorcode.com

Triadic colors

1 #B5BDAB and #ABB5BD with #BDABB5 are triadic colors.

2 #B5ABBD and #ABBDB5 with #BDABB5 are triadic colors.