COLOR #BDA1B2

HEX: #BDA1B2 RGB: (189,161,178)

Color info

#BDA1B2 contains red, green and blue colors in about the same proportion. Web safe color of #BDA1B2 is #CC9999 (or #C99).

RGB color model

#BDA1B2 color RGB value is (189,161,178).

RGB: (189,161,178) (74%, 63%, 70%)

RGB channels and saturation

R 189 of 255 = 74%
G 161 of 255 = 63%
B 178 of 255 = 70%

189
161
178

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

Portions of RGB colors in percentages

R + G + B = 189 + 161 + 178 = 528 (100%)
R 189 of 528 ~ 35.8%
G 161 of 528 ~ 30.49%
B 178 of 528 ~ 33.71'%

%35.8
%30.49
%33.71

CMYK color model

#BDA1B2 color CMYK value is (0,15,6,26).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 5.82%
  • key color value is 25.88%
CMYK: (0,15,6,26) C0M15Y6K26 (0%,15%,6%,26%) (0.00/0.15/0.06/0.26) 

CMYK percentages

%0
%14.81
%5.82
%25.88

Codes

Color #BDA1B2 in popluar color models

BD A1 B2
RGB 189 161 178
HSL 324° 17.50% 68.63%
HSB/HSV 324° 14.81% 74.12%
CMYK 0.00% 14.81% 5.82%
25.88%

Color #BDA1B2 in popluar number systems.

HEX BD A1 B2
Decimal 189 161 178
Binary 10111101 10100001 10110010
Octal 275 241 262

Shades and tints

Shades of #BDA1B2

#BDA1B2
(189,161,178)
#AC93A2
(172,147,162)
#9B8592
(155,133,146)
#8A7782
(138,119,130)
#796972
(121,105,114)
#685B62
(104,91,98)
#574D52
(87,77,82)
#463F42
(70,63,66)
#353132
(53,49,50)
#242322
(36,35,34)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #BDA1B2

#BDA1B2
(189,161,178)
#C3A9B9
(195,169,185)
#C9B1C0
(201,177,192)
#CFB9C7
(207,185,199)
#D5C1CE
(213,193,206)
#DBC9D5
(219,201,213)
#E1D1DC
(225,209,220)
#E7D9E3
(231,217,227)
#EDE1EA
(237,225,234)
#F3E9F1
(243,233,241)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA1B2; }

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

This text font color is #BDA1B2.

Background Color

.myBgColor { background-color: #BDA1B2; }

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

This div background color is #BDA1B2.

Border color

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

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

This div border color is #BDA1B2.

Opacity

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

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

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

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

This text has shadow with #BDA1B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA1B2.

Preview

Color preview on black background

This text has color #BDA1B2 on black background.


Color preview on white background

This text has color #BDA1B2 on white background.


Black color preview on #BDA1B2 background

This text has black color on #BDA1B2 background.


White color preview on #BDA1B2 background

This text has white color on #BDA1B2 background.


Related colors

Complementary color

Complementary color for #hex is #425E4D.


I love getcolorcode.com

Triadic colors

1 #B2BDA1 and #A1B2BD with #BDA1B2 are triadic colors.

2 #B2A1BD and #A1BDB2 with #BDA1B2 are triadic colors.