COLOR #BDA0AB

HEX: #BDA0AB RGB: (189,160,171)

Color info

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

RGB color model

#BDA0AB color RGB value is (189,160,171).

RGB: (189,160,171) (74%, 63%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 160 of 255 = 63%
B 171 of 255 = 67%

189
160
171

R + G + B ~ 68%. #BDA0AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 160 + 171 = 520 (100%)
R 189 of 520 ~ 36.35%
G 160 of 520 ~ 30.77%
B 171 of 520 ~ 32.88'%

%36.35
%30.77
%32.88

CMYK color model

#BDA0AB color CMYK value is (0,15,10,26).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 9.52%
  • key color value is 25.88%
CMYK: (0,15,10,26) C0M15Y10K26 (0%,15%,10%,26%) (0.00/0.15/0.10/0.26) 

CMYK percentages

%0
%15.34
%9.52
%25.88

Codes

Color #BDA0AB in popluar color models

BD A0 AB
RGB 189 160 171
HSL 337° 18.01% 68.43%
HSB/HSV 337° 15.34% 74.12%
CMYK 0.00% 15.34% 9.52%
25.88%

Color #BDA0AB in popluar number systems.

HEX BD A0 AB
Decimal 189 160 171
Binary 10111101 10100000 10101011
Octal 275 240 253

Shades and tints

Shades of #BDA0AB

#BDA0AB
(189,160,171)
#AC929C
(172,146,156)
#9B848D
(155,132,141)
#8A767E
(138,118,126)
#79686F
(121,104,111)
#685A60
(104,90,96)
#574C51
(87,76,81)
#463E42
(70,62,66)
#353033
(53,48,51)
#242224
(36,34,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BDA0AB

#BDA0AB
(189,160,171)
#C3A8B2
(195,168,178)
#C9B0B9
(201,176,185)
#CFB8C0
(207,184,192)
#D5C0C7
(213,192,199)
#DBC8CE
(219,200,206)
#E1D0D5
(225,208,213)
#E7D8DC
(231,216,220)
#EDE0E3
(237,224,227)
#F3E8EA
(243,232,234)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA0AB; }

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

This text font color is #BDA0AB.

Background Color

.myBgColor { background-color: #BDA0AB; }

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

This div background color is #BDA0AB.

Border color

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

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

This div border color is #BDA0AB.

Opacity

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

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

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

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

This text has shadow with #BDA0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA0AB.

Preview

Color preview on black background

This text has color #BDA0AB on black background.


Color preview on white background

This text has color #BDA0AB on white background.


Black color preview on #BDA0AB background

This text has black color on #BDA0AB background.


White color preview on #BDA0AB background

This text has white color on #BDA0AB background.


Related colors

Complementary color

Complementary color for #hex is #425F54.


I love getcolorcode.com

Triadic colors

1 #ABBDA0 and #A0ABBD with #BDA0AB are triadic colors.

2 #ABA0BD and #A0BDAB with #BDA0AB are triadic colors.