COLOR #BD8CB1

HEX: #BD8CB1
RGB: (189,140,177)

Color info

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

RGB color model

#BD8CB1 color RGB value is (189,140,177).

  • red value is 189;
  • green value is 140;
  • blue value is 177.
RGB:
(189,140,177)
(74%,55%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 140 of 255 = 55%
B 177 of 255 = 69%

189
140
177

R + G + B ~ 66%. #BD8CB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 140 + 177 = 506 (100%)
R 189 of 506 ~ 37.35%
G 140 of 506 ~ 27.67%
B 177 of 506 ~ 34.98%

%37.35
%27.67
%34.98

CMYK color model

#BD8CB1 color CMYK value is (0,26,6,26).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(0,26,6,26)
C0M26Y6K26 
(0%,26%,6%,26%)
(0.00/0.26/0.06/0.26)	

CMYK percentages

%0
%25.93
%6.35
%25.88

Codes

Color #BD8CB1 in popluar color models

BD8CB1
RGB189140177
HSL315°27.07%64.51%
HSB/HSV315°25.93%74.12%
CMYK0.00%25.93%6.35%
25.88%

Color #BD8CB1 in popluar number systems.

HEXBD8CB1
Decimal189140177
Binary101111011000110010110001
Octal275214261

Shades and tints

Shades of #BD8CB1

#BD8CB1
(189,140,177)
#AC80A1
(172,128,161)
#9B7491
(155,116,145)
#8A6881
(138,104,129)
#795C71
(121,92,113)
#685061
(104,80,97)
#574451
(87,68,81)
#463841
(70,56,65)
#352C31
(53,44,49)
#242021
(36,32,33)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #BD8CB1

#BD8CB1
(189,140,177)
#C396B8
(195,150,184)
#C9A0BF
(201,160,191)
#CFAAC6
(207,170,198)
#D5B4CD
(213,180,205)
#DBBED4
(219,190,212)
#E1C8DB
(225,200,219)
#E7D2E2
(231,210,226)
#EDDCE9
(237,220,233)
#F3E6F0
(243,230,240)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8CB1 color. Also use rgb(189,140,177) instead hex code.

Text Font Color

.myTextColor { color: #BD8CB1; }

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

This text font color is #BD8CB1.


Background Color

.myBgColor { background-color: #BD8CB1; }

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

This div background color is #BD8CB1.


Border color

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

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

This div border color is #BD8CB1.


Opacity

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

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

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

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

This text has shadow with #BD8CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8CB1 on black background.


Color preview on white background

This text has color #BD8CB1 on white background.



Black color preview on #BD8CB1 background

This text has black color on #BD8CB1 background.


White color preview on #BD8CB1 background

This text has white color on #BD8CB1 background.