COLOR #BDA0B4

HEX: #BDA0B4 RGB: (189,160,180)

Color info

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

RGB color model

#BDA0B4 color RGB value is (189,160,180).

RGB: (189,160,180) (74%, 63%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 160 of 255 = 63%
B 180 of 255 = 71%

189
160
180

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

Portions of RGB colors in percentages

R + G + B = 189 + 160 + 180 = 529 (100%)
R 189 of 529 ~ 35.73%
G 160 of 529 ~ 30.25%
B 180 of 529 ~ 34.03'%

%35.73
%30.25
%34.03

CMYK color model

#BDA0B4 color CMYK value is (0,15,5,26).

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

CMYK: (0,15,5,26)
C0M15Y5K26 (0%, 15%, 5%, 26%)
(0.00 / 0.15 / 0.05 / 0.26)

CMYK percentages

%0
%15.34
%4.76
%25.88

Codes

Color #BDA0B4 in popluar color models

BD A0 B4
RGB 189 160 180
HSL 319° 18.01% 68.43%
HSB/HSV 319° 15.34% 74.12%
CMYK 0.00% 15.34% 4.76%
25.88%

Color #BDA0B4 in popluar number systems.

HEX BD A0 B4
Decimal 189 160 180
Binary 10111101 10100000 10110100
Octal 275 240 264

Shades and tints

Shades of #BDA0B4

#BDA0B4
(189,160,180)
#AC92A4
(172,146,164)
#9B8494
(155,132,148)
#8A7684
(138,118,132)
#796874
(121,104,116)
#685A64
(104,90,100)
#574C54
(87,76,84)
#463E44
(70,62,68)
#353034
(53,48,52)
#242224
(36,34,36)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #BDA0B4

#BDA0B4
(189,160,180)
#C3A8BA
(195,168,186)
#C9B0C0
(201,176,192)
#CFB8C6
(207,184,198)
#D5C0CC
(213,192,204)
#DBC8D2
(219,200,210)
#E1D0D8
(225,208,216)
#E7D8DE
(231,216,222)
#EDE0E4
(237,224,228)
#F3E8EA
(243,232,234)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA0B4; }

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

This text font color is #BDA0B4.

Background Color

.myBgColor { background-color: #BDA0B4; }

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

This div background color is #BDA0B4.

Border color

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

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

This div border color is #BDA0B4.

Opacity

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

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

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

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

This text has shadow with #BDA0B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA0B4.

Preview

Color preview on black background

This text has color #BDA0B4 on black background.


Color preview on white background

This text has color #BDA0B4 on white background.


Black color preview on #BDA0B4 background

This text has black color on #BDA0B4 background.


White color preview on #BDA0B4 background

This text has white color on #BDA0B4 background.


Related colors

Complementary color

Complementary color for #hex is #425F4B.


I love getcolorcode.com

Triadic colors

1 #B4BDA0 and #A0B4BD with #BDA0B4 are triadic colors.

2 #B4A0BD and #A0BDB4 with #BDA0B4 are triadic colors.