COLOR #BD9FD9

HEX: #BD9FD9 RGB: (189,159,217)

Color info

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

RGB color model

#BD9FD9 color RGB value is (189,159,217).

RGB: (189,159,217) (74%, 62%, 85%)

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 217 of 255 = 85%

189
159
217

R + G + B ~ 74%. #BD9FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 159 + 217 = 565 (100%)
R 189 of 565 ~ 33.45%
G 159 of 565 ~ 28.14%
B 217 of 565 ~ 38.41'%

%33.45
%28.14
%38.41

CMYK color model

#BD9FD9 color CMYK value is (13,27,0,15).

  • cyan value is 12.90%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (13,27,0,15)
C13M27Y0K15 (13%, 27%, 0%, 15%)
(0.13 / 0.27 / 0.00 / 0.15)

CMYK percentages

%12.9
%26.73
%0
%14.9

Codes

Color #BD9FD9 in popluar color models

BD 9F D9
RGB 189 159 217
HSL 271° 43.28% 73.73%
HSB/HSV 271° 26.73% 85.10%
CMYK 12.90% 26.73% 0.00%
14.90%

Color #BD9FD9 in popluar number systems.

HEX BD 9F D9
Decimal 189 159 217
Binary 10111101 10011111 11011001
Octal 275 237 331

Shades and tints

Shades of #BD9FD9

#BD9FD9
(189,159,217)
#AC91C6
(172,145,198)
#9B83B3
(155,131,179)
#8A75A0
(138,117,160)
#79678D
(121,103,141)
#68597A
(104,89,122)
#574B67
(87,75,103)
#463D54
(70,61,84)
#352F41
(53,47,65)
#24212E
(36,33,46)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #BD9FD9

#BD9FD9
(189,159,217)
#C3A7DC
(195,167,220)
#C9AFDF
(201,175,223)
#CFB7E2
(207,183,226)
#D5BFE5
(213,191,229)
#DBC7E8
(219,199,232)
#E1CFEB
(225,207,235)
#E7D7EE
(231,215,238)
#EDDFF1
(237,223,241)
#F3E7F4
(243,231,244)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9FD9 color. Also use rgb(189,159,217) instead hex code.

Text Font Color

.myTextColor { color: #BD9FD9; }

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

This text font color is #BD9FD9.

Background Color

.myBgColor { background-color: #BD9FD9; }

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

This div background color is #BD9FD9.

Border color

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

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

This div border color is #BD9FD9.

Opacity

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

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

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

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

This text has shadow with #BD9FD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9FD9.

Preview

Color preview on black background

This text has color #BD9FD9 on black background.


Color preview on white background

This text has color #BD9FD9 on white background.


Black color preview on #BD9FD9 background

This text has black color on #BD9FD9 background.


White color preview on #BD9FD9 background

This text has white color on #BD9FD9 background.


Related colors

Complementary color

Complementary color for #hex is #426026.


I love getcolorcode.com

Triadic colors

1 #D9BD9F and #9FD9BD with #BD9FD9 are triadic colors.

2 #D99FBD and #9FBDD9 with #BD9FD9 are triadic colors.