COLOR #BDA1B8

HEX: #BDA1B8 RGB: (189,161,184)

Color info

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

RGB color model

#BDA1B8 color RGB value is (189,161,184).

RGB: (189,161,184) (74%, 63%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 161 of 255 = 63%
B 184 of 255 = 72%

189
161
184

R + G + B ~ 70%. #BDA1B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 161 + 184 = 534 (100%)
R 189 of 534 ~ 35.39%
G 161 of 534 ~ 30.15%
B 184 of 534 ~ 34.46'%

%35.39
%30.15
%34.46

CMYK color model

#BDA1B8 color CMYK value is (0,15,3,26).

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

CMYK: (0,15,3,26)
C0M15Y3K26 (0%, 15%, 3%, 26%)
(0.00 / 0.15 / 0.03 / 0.26)

CMYK percentages

%0
%14.81
%2.65
%25.88

Codes

Color #BDA1B8 in popluar color models

BD A1 B8
RGB 189 161 184
HSL 311° 17.50% 68.63%
HSB/HSV 311° 14.81% 74.12%
CMYK 0.00% 14.81% 2.65%
25.88%

Color #BDA1B8 in popluar number systems.

HEX BD A1 B8
Decimal 189 161 184
Binary 10111101 10100001 10111000
Octal 275 241 270

Shades and tints

Shades of #BDA1B8

#BDA1B8
(189,161,184)
#AC93A8
(172,147,168)
#9B8598
(155,133,152)
#8A7788
(138,119,136)
#796978
(121,105,120)
#685B68
(104,91,104)
#574D58
(87,77,88)
#463F48
(70,63,72)
#353138
(53,49,56)
#242328
(36,35,40)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #BDA1B8

#BDA1B8
(189,161,184)
#C3A9BE
(195,169,190)
#C9B1C4
(201,177,196)
#CFB9CA
(207,185,202)
#D5C1D0
(213,193,208)
#DBC9D6
(219,201,214)
#E1D1DC
(225,209,220)
#E7D9E2
(231,217,226)
#EDE1E8
(237,225,232)
#F3E9EE
(243,233,238)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA1B8; }

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

This text font color is #BDA1B8.

Background Color

.myBgColor { background-color: #BDA1B8; }

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

This div background color is #BDA1B8.

Border color

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

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

This div border color is #BDA1B8.

Opacity

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

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

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

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

This text has shadow with #BDA1B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA1B8.

Preview

Color preview on black background

This text has color #BDA1B8 on black background.


Color preview on white background

This text has color #BDA1B8 on white background.


Black color preview on #BDA1B8 background

This text has black color on #BDA1B8 background.


White color preview on #BDA1B8 background

This text has white color on #BDA1B8 background.


Related colors

Complementary color

Complementary color for #hex is #425E47.


I love getcolorcode.com

Triadic colors

1 #B8BDA1 and #A1B8BD with #BDA1B8 are triadic colors.

2 #B8A1BD and #A1BDB8 with #BDA1B8 are triadic colors.