COLOR #BDA1BE

HEX: #BDA1BE RGB: (189,161,190)

Color info

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

RGB color model

#BDA1BE color RGB value is (189,161,190).

RGB: (189,161,190) (74%, 63%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 161 of 255 = 63%
B 190 of 255 = 75%

189
161
190

R + G + B ~ 71%. #BDA1BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 161 + 190 = 540 (100%)
R 189 of 540 ~ 35%
G 161 of 540 ~ 29.81%
B 190 of 540 ~ 35.19'%

%35
%29.81
%35.19

CMYK color model

#BDA1BE color CMYK value is (1,15,0,25).

  • cyan value is 0.53%
  • magenta value is 15.26%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (1,15,0,25)
C1M15Y0K25 (1%, 15%, 0%, 25%)
(0.01 / 0.15 / 0.00 / 0.25)

CMYK percentages

%0.53
%15.26
%0
%25.49

Codes

Color #BDA1BE in popluar color models

BD A1 BE
RGB 189 161 190
HSL 298° 18.24% 68.82%
HSB/HSV 298° 15.26% 74.51%
CMYK 0.53% 15.26% 0.00%
25.49%

Color #BDA1BE in popluar number systems.

HEX BD A1 BE
Decimal 189 161 190
Binary 10111101 10100001 10111110
Octal 275 241 276

Shades and tints

Shades of #BDA1BE

#BDA1BE
(189,161,190)
#AC93AD
(172,147,173)
#9B859C
(155,133,156)
#8A778B
(138,119,139)
#79697A
(121,105,122)
#685B69
(104,91,105)
#574D58
(87,77,88)
#463F47
(70,63,71)
#353136
(53,49,54)
#242325
(36,35,37)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDA1BE

#BDA1BE
(189,161,190)
#C3A9C3
(195,169,195)
#C9B1C8
(201,177,200)
#CFB9CD
(207,185,205)
#D5C1D2
(213,193,210)
#DBC9D7
(219,201,215)
#E1D1DC
(225,209,220)
#E7D9E1
(231,217,225)
#EDE1E6
(237,225,230)
#F3E9EB
(243,233,235)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA1BE color. Also use rgb(189,161,190) instead hex code.

Text Font Color

.myTextColor { color: #BDA1BE; }

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

This text font color is #BDA1BE.

Background Color

.myBgColor { background-color: #BDA1BE; }

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

This div background color is #BDA1BE.

Border color

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

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

This div border color is #BDA1BE.

Opacity

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

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

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

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

This text has shadow with #BDA1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA1BE.

Preview

Color preview on black background

This text has color #BDA1BE on black background.


Color preview on white background

This text has color #BDA1BE on white background.


Black color preview on #BDA1BE background

This text has black color on #BDA1BE background.


White color preview on #BDA1BE background

This text has white color on #BDA1BE background.


Related colors

Complementary color

Complementary color for #hex is #425E41.


I love getcolorcode.com

Triadic colors

1 #BEBDA1 and #A1BEBD with #BDA1BE are triadic colors.

2 #BEA1BD and #A1BDBE with #BDA1BE are triadic colors.