COLOR #BDA5B4

HEX: #BDA5B4 RGB: (189,165,180)

Color info

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

RGB color model

#BDA5B4 color RGB value is (189,165,180).

RGB: (189,165,180) (74%, 65%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 180 of 255 = 71%

189
165
180

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

Portions of RGB colors in percentages

R + G + B = 189 + 165 + 180 = 534 (100%)
R 189 of 534 ~ 35.39%
G 165 of 534 ~ 30.9%
B 180 of 534 ~ 33.71'%

%35.39
%30.9
%33.71

CMYK color model

#BDA5B4 color CMYK value is (0,13,5,26).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 4.76%
  • key color value is 25.88%

CMYK: (0,13,5,26)
C0M13Y5K26 (0%, 13%, 5%, 26%)
(0.00 / 0.13 / 0.05 / 0.26)

CMYK percentages

%0
%12.7
%4.76
%25.88

Codes

Color #BDA5B4 in popluar color models

BD A5 B4
RGB 189 165 180
HSL 323° 15.38% 69.41%
HSB/HSV 323° 12.70% 74.12%
CMYK 0.00% 12.70% 4.76%
25.88%

Color #BDA5B4 in popluar number systems.

HEX BD A5 B4
Decimal 189 165 180
Binary 10111101 10100101 10110100
Octal 275 245 264

Shades and tints

Shades of #BDA5B4

#BDA5B4
(189,165,180)
#AC96A4
(172,150,164)
#9B8794
(155,135,148)
#8A7884
(138,120,132)
#796974
(121,105,116)
#685A64
(104,90,100)
#574B54
(87,75,84)
#463C44
(70,60,68)
#352D34
(53,45,52)
#241E24
(36,30,36)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #BDA5B4

#BDA5B4
(189,165,180)
#C3ADBA
(195,173,186)
#C9B5C0
(201,181,192)
#CFBDC6
(207,189,198)
#D5C5CC
(213,197,204)
#DBCDD2
(219,205,210)
#E1D5D8
(225,213,216)
#E7DDDE
(231,221,222)
#EDE5E4
(237,229,228)
#F3EDEA
(243,237,234)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA5B4 color. Also use rgb(189,165,180) instead hex code.

Text Font Color

.myTextColor { color: #BDA5B4; }

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

This text font color is #BDA5B4.

Background Color

.myBgColor { background-color: #BDA5B4; }

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

This div background color is #BDA5B4.

Border color

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

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

This div border color is #BDA5B4.

Opacity

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

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

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

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

This text has shadow with #BDA5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA5B4.

Preview

Color preview on black background

This text has color #BDA5B4 on black background.


Color preview on white background

This text has color #BDA5B4 on white background.


Black color preview on #BDA5B4 background

This text has black color on #BDA5B4 background.


White color preview on #BDA5B4 background

This text has white color on #BDA5B4 background.


Related colors

Complementary color

Complementary color for #hex is #425A4B.


I love getcolorcode.com

Triadic colors

1 #B4BDA5 and #A5B4BD with #BDA5B4 are triadic colors.

2 #B4A5BD and #A5BDB4 with #BDA5B4 are triadic colors.