COLOR #BD9EC0

HEX: #BD9EC0 RGB: (189,158,192)

Color info

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

RGB color model

#BD9EC0 color RGB value is (189,158,192).

RGB: (189,158,192) (74%, 62%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 158 of 255 = 62%
B 192 of 255 = 75%

189
158
192

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

Portions of RGB colors in percentages

R + G + B = 189 + 158 + 192 = 539 (100%)
R 189 of 539 ~ 35.06%
G 158 of 539 ~ 29.31%
B 192 of 539 ~ 35.62'%

%35.06
%29.31
%35.62

CMYK color model

#BD9EC0 color CMYK value is (2,18,0,25).

  • cyan value is 1.56%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (2,18,0,25)
C2M18Y0K25 (2%, 18%, 0%, 25%)
(0.02 / 0.18 / 0.00 / 0.25)

CMYK percentages

%1.56
%17.71
%0
%24.71

Codes

Color #BD9EC0 in popluar color models

BD 9E C0
RGB 189 158 192
HSL 295° 21.25% 68.63%
HSB/HSV 295° 17.71% 75.29%
CMYK 1.56% 17.71% 0.00%
24.71%

Color #BD9EC0 in popluar number systems.

HEX BD 9E C0
Decimal 189 158 192
Binary 10111101 10011110 11000000
Octal 275 236 300

Shades and tints

Shades of #BD9EC0

#BD9EC0
(189,158,192)
#AC90AF
(172,144,175)
#9B829E
(155,130,158)
#8A748D
(138,116,141)
#79667C
(121,102,124)
#68586B
(104,88,107)
#574A5A
(87,74,90)
#463C49
(70,60,73)
#352E38
(53,46,56)
#242027
(36,32,39)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #BD9EC0

#BD9EC0
(189,158,192)
#C3A6C5
(195,166,197)
#C9AECA
(201,174,202)
#CFB6CF
(207,182,207)
#D5BED4
(213,190,212)
#DBC6D9
(219,198,217)
#E1CEDE
(225,206,222)
#E7D6E3
(231,214,227)
#EDDEE8
(237,222,232)
#F3E6ED
(243,230,237)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9EC0 color. Also use rgb(189,158,192) instead hex code.

Text Font Color

.myTextColor { color: #BD9EC0; }

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

This text font color is #BD9EC0.

Background Color

.myBgColor { background-color: #BD9EC0; }

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

This div background color is #BD9EC0.

Border color

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

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

This div border color is #BD9EC0.

Opacity

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

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

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

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

This text has shadow with #BD9EC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9EC0.

Preview

Color preview on black background

This text has color #BD9EC0 on black background.


Color preview on white background

This text has color #BD9EC0 on white background.


Black color preview on #BD9EC0 background

This text has black color on #BD9EC0 background.


White color preview on #BD9EC0 background

This text has white color on #BD9EC0 background.


Related colors

Complementary color

Complementary color for #hex is #42613F.


I love getcolorcode.com

Triadic colors

1 #C0BD9E and #9EC0BD with #BD9EC0 are triadic colors.

2 #C09EBD and #9EBDC0 with #BD9EC0 are triadic colors.