COLOR #BDA6B0

HEX: #BDA6B0 RGB: (189,166,176)

Color info

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

RGB color model

#BDA6B0 color RGB value is (189,166,176).

RGB: (189,166,176) (74%, 65%, 69%)

RGB channels and saturation

R 189 of 255 = 74%
G 166 of 255 = 65%
B 176 of 255 = 69%

189
166
176

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

Portions of RGB colors in percentages

R + G + B = 189 + 166 + 176 = 531 (100%)
R 189 of 531 ~ 35.59%
G 166 of 531 ~ 31.26%
B 176 of 531 ~ 33.15'%

%35.59
%31.26
%33.15

CMYK color model

#BDA6B0 color CMYK value is (0,12,7,26).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 6.88%
  • key color value is 25.88%

CMYK: (0,12,7,26)
C0M12Y7K26 (0%, 12%, 7%, 26%)
(0.00 / 0.12 / 0.07 / 0.26)

CMYK percentages

%0
%12.17
%6.88
%25.88

Codes

Color #BDA6B0 in popluar color models

BD A6 B0
RGB 189 166 176
HSL 334° 14.84% 69.61%
HSB/HSV 334° 12.17% 74.12%
CMYK 0.00% 12.17% 6.88%
25.88%

Color #BDA6B0 in popluar number systems.

HEX BD A6 B0
Decimal 189 166 176
Binary 10111101 10100110 10110000
Octal 275 246 260

Shades and tints

Shades of #BDA6B0

#BDA6B0
(189,166,176)
#AC97A0
(172,151,160)
#9B8890
(155,136,144)
#8A7980
(138,121,128)
#796A70
(121,106,112)
#685B60
(104,91,96)
#574C50
(87,76,80)
#463D40
(70,61,64)
#352E30
(53,46,48)
#241F20
(36,31,32)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #BDA6B0

#BDA6B0
(189,166,176)
#C3AEB7
(195,174,183)
#C9B6BE
(201,182,190)
#CFBEC5
(207,190,197)
#D5C6CC
(213,198,204)
#DBCED3
(219,206,211)
#E1D6DA
(225,214,218)
#E7DEE1
(231,222,225)
#EDE6E8
(237,230,232)
#F3EEEF
(243,238,239)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA6B0 color. Also use rgb(189,166,176) instead hex code.

Text Font Color

.myTextColor { color: #BDA6B0; }

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

This text font color is #BDA6B0.

Background Color

.myBgColor { background-color: #BDA6B0; }

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

This div background color is #BDA6B0.

Border color

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

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

This div border color is #BDA6B0.

Opacity

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

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

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

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

This text has shadow with #BDA6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA6B0.

Preview

Color preview on black background

This text has color #BDA6B0 on black background.


Color preview on white background

This text has color #BDA6B0 on white background.


Black color preview on #BDA6B0 background

This text has black color on #BDA6B0 background.


White color preview on #BDA6B0 background

This text has white color on #BDA6B0 background.


Related colors

Complementary color

Complementary color for #hex is #42594F.


I love getcolorcode.com

Triadic colors

1 #B0BDA6 and #A6B0BD with #BDA6B0 are triadic colors.

2 #B0A6BD and #A6BDB0 with #BDA6B0 are triadic colors.