COLOR #BDA4B2

HEX: #BDA4B2
RGB: (189,164,178)

Color info

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

RGB color model

#BDA4B2 color RGB value is (189,164,178).

  • red value is 189;
  • green value is 164;
  • blue value is 178.
RGB:
(189,164,178)
(74%,64%,70%)

RGB channels and saturation

R 189 of 255 = 74%
G 164 of 255 = 64%
B 178 of 255 = 70%

189
164
178

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

Portions of RGB colors in percentages

R + G + B =
189 + 164 + 178 = 531 (100%)
R 189 of 531 ~ 35.59%
G 164 of 531 ~ 30.89%
B 178 of 531 ~ 33.52%

%35.59
%30.89
%33.52

CMYK color model

#BDA4B2 color CMYK value is (0,13,6,26).

  • cyan value is 0.00%
  • magenta value is 13.23%
  • yellow value is 5.82%
  • key color value is 25.88%
CMYK:
(0,13,6,26)
C0M13Y6K26 
(0%,13%,6%,26%)
(0.00/0.13/0.06/0.26)	

CMYK percentages

%0
%13.23
%5.82
%25.88

Codes

Color #BDA4B2 in popluar color models

BDA4B2
RGB189164178
HSL326°15.92%69.22%
HSB/HSV326°13.23%74.12%
CMYK0.00%13.23%5.82%
25.88%

Color #BDA4B2 in popluar number systems.

HEXBDA4B2
Decimal189164178
Binary101111011010010010110010
Octal275244262

Shades and tints

Shades of #BDA4B2

#BDA4B2
(189,164,178)
#AC96A2
(172,150,162)
#9B8892
(155,136,146)
#8A7A82
(138,122,130)
#796C72
(121,108,114)
#685E62
(104,94,98)
#575052
(87,80,82)
#464242
(70,66,66)
#353432
(53,52,50)
#242622
(36,38,34)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #BDA4B2

#BDA4B2
(189,164,178)
#C3ACB9
(195,172,185)
#C9B4C0
(201,180,192)
#CFBCC7
(207,188,199)
#D5C4CE
(213,196,206)
#DBCCD5
(219,204,213)
#E1D4DC
(225,212,220)
#E7DCE3
(231,220,227)
#EDE4EA
(237,228,234)
#F3ECF1
(243,236,241)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA4B2; }

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

This text font color is #BDA4B2.


Background Color

.myBgColor { background-color: #BDA4B2; }

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

This div background color is #BDA4B2.


Border color

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

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

This div border color is #BDA4B2.


Opacity

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

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

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

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

This text has shadow with #BDA4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA4B2 on black background.


Color preview on white background

This text has color #BDA4B2 on white background.



Black color preview on #BDA4B2 background

This text has black color on #BDA4B2 background.


White color preview on #BDA4B2 background

This text has white color on #BDA4B2 background.