COLOR #BDA1B5

HEX: #BDA1B5 RGB: (189,161,181)

Color info

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

RGB color model

#BDA1B5 color RGB value is (189,161,181).

RGB: (189,161,181) (74%, 63%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 161 of 255 = 63%
B 181 of 255 = 71%

189
161
181

R + G + B ~ 69%. #BDA1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 161 + 181 = 531 (100%)
R 189 of 531 ~ 35.59%
G 161 of 531 ~ 30.32%
B 181 of 531 ~ 34.09'%

%35.59
%30.32
%34.09

CMYK color model

#BDA1B5 color CMYK value is (0,15,4,26).

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

CMYK: (0,15,4,26)
C0M15Y4K26 (0%, 15%, 4%, 26%)
(0.00 / 0.15 / 0.04 / 0.26)

CMYK percentages

%0
%14.81
%4.23
%25.88

Codes

Color #BDA1B5 in popluar color models

BD A1 B5
RGB 189 161 181
HSL 317° 17.50% 68.63%
HSB/HSV 317° 14.81% 74.12%
CMYK 0.00% 14.81% 4.23%
25.88%

Color #BDA1B5 in popluar number systems.

HEX BD A1 B5
Decimal 189 161 181
Binary 10111101 10100001 10110101
Octal 275 241 265

Shades and tints

Shades of #BDA1B5

#BDA1B5
(189,161,181)
#AC93A5
(172,147,165)
#9B8595
(155,133,149)
#8A7785
(138,119,133)
#796975
(121,105,117)
#685B65
(104,91,101)
#574D55
(87,77,85)
#463F45
(70,63,69)
#353135
(53,49,53)
#242325
(36,35,37)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDA1B5

#BDA1B5
(189,161,181)
#C3A9BB
(195,169,187)
#C9B1C1
(201,177,193)
#CFB9C7
(207,185,199)
#D5C1CD
(213,193,205)
#DBC9D3
(219,201,211)
#E1D1D9
(225,209,217)
#E7D9DF
(231,217,223)
#EDE1E5
(237,225,229)
#F3E9EB
(243,233,235)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA1B5; }

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

This text font color is #BDA1B5.

Background Color

.myBgColor { background-color: #BDA1B5; }

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

This div background color is #BDA1B5.

Border color

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

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

This div border color is #BDA1B5.

Opacity

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

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

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

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

This text has shadow with #BDA1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA1B5.

Preview

Color preview on black background

This text has color #BDA1B5 on black background.


Color preview on white background

This text has color #BDA1B5 on white background.


Black color preview on #BDA1B5 background

This text has black color on #BDA1B5 background.


White color preview on #BDA1B5 background

This text has white color on #BDA1B5 background.


Related colors

Complementary color

Complementary color for #hex is #425E4A.


I love getcolorcode.com

Triadic colors

1 #B5BDA1 and #A1B5BD with #BDA1B5 are triadic colors.

2 #B5A1BD and #A1BDB5 with #BDA1B5 are triadic colors.