COLOR #BD9BC3

HEX: #BD9BC3 RGB: (189,155,195)

Color info

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

RGB color model

#BD9BC3 color RGB value is (189,155,195).

RGB: (189,155,195) (74%, 61%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 155 of 255 = 61%
B 195 of 255 = 76%

189
155
195

R + G + B ~ 70%. #BD9BC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 155 + 195 = 539 (100%)
R 189 of 539 ~ 35.06%
G 155 of 539 ~ 28.76%
B 195 of 539 ~ 36.18'%

%35.06
%28.76
%36.18

CMYK color model

#BD9BC3 color CMYK value is (3,21,0,24).

  • cyan value is 3.08%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (3,21,0,24) C3M21Y0K24 (3%,21%,0%,24%) (0.03/0.21/0.00/0.24) 

CMYK percentages

%3.08
%20.51
%0
%23.53

Codes

Color #BD9BC3 in popluar color models

BD 9B C3
RGB 189 155 195
HSL 291° 25.00% 68.63%
HSB/HSV 291° 20.51% 76.47%
CMYK 3.08% 20.51% 0.00%
23.53%

Color #BD9BC3 in popluar number systems.

HEX BD 9B C3
Decimal 189 155 195
Binary 10111101 10011011 11000011
Octal 275 233 303

Shades and tints

Shades of #BD9BC3

#BD9BC3
(189,155,195)
#AC8DB2
(172,141,178)
#9B7FA1
(155,127,161)
#8A7190
(138,113,144)
#79637F
(121,99,127)
#68556E
(104,85,110)
#57475D
(87,71,93)
#46394C
(70,57,76)
#352B3B
(53,43,59)
#241D2A
(36,29,42)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #BD9BC3

#BD9BC3
(189,155,195)
#C3A4C8
(195,164,200)
#C9ADCD
(201,173,205)
#CFB6D2
(207,182,210)
#D5BFD7
(213,191,215)
#DBC8DC
(219,200,220)
#E1D1E1
(225,209,225)
#E7DAE6
(231,218,230)
#EDE3EB
(237,227,235)
#F3ECF0
(243,236,240)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9BC3 color. Also use rgb(189,155,195) instead hex code.

Text Font Color

.myTextColor { color: #BD9BC3; }

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

This text font color is #BD9BC3.

Background Color

.myBgColor { background-color: #BD9BC3; }

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

This div background color is #BD9BC3.

Border color

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

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

This div border color is #BD9BC3.

Opacity

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

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

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

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

This text has shadow with #BD9BC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9BC3.

Preview

Color preview on black background

This text has color #BD9BC3 on black background.


Color preview on white background

This text has color #BD9BC3 on white background.


Black color preview on #BD9BC3 background

This text has black color on #BD9BC3 background.


White color preview on #BD9BC3 background

This text has white color on #BD9BC3 background.


Related colors

Complementary color

Complementary color for #hex is #42643C.


I love getcolorcode.com

Triadic colors

1 #C3BD9B and #9BC3BD with #BD9BC3 are triadic colors.

2 #C39BBD and #9BBDC3 with #BD9BC3 are triadic colors.