COLOR #BD9FD8

HEX: #BD9FD8 RGB: (189,159,216)

Color info

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

RGB color model

#BD9FD8 color RGB value is (189,159,216).

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

RGB channels and saturation

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

189
159
216

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

Portions of RGB colors in percentages

R + G + B = 189 + 159 + 216 = 564 (100%)
R 189 of 564 ~ 33.51%
G 159 of 564 ~ 28.19%
B 216 of 564 ~ 38.3'%

%33.51
%28.19
%38.3

CMYK color model

#BD9FD8 color CMYK value is (13,26,0,15).

  • cyan value is 12.50%
  • magenta value is 26.39%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (13,26,0,15)
C13M26Y0K15 (13%, 26%, 0%, 15%)
(0.13 / 0.26 / 0.00 / 0.15)

CMYK percentages

%12.5
%26.39
%0
%15.29

Codes

Color #BD9FD8 in popluar color models

BD 9F D8
RGB 189 159 216
HSL 272° 42.22% 73.53%
HSB/HSV 272° 26.39% 84.71%
CMYK 12.50% 26.39% 0.00%
15.29%

Color #BD9FD8 in popluar number systems.

HEX BD 9F D8
Decimal 189 159 216
Binary 10111101 10011111 11011000
Octal 275 237 330

Shades and tints

Shades of #BD9FD8

#BD9FD8
(189,159,216)
#AC91C5
(172,145,197)
#9B83B2
(155,131,178)
#8A759F
(138,117,159)
#79678C
(121,103,140)
#685979
(104,89,121)
#574B66
(87,75,102)
#463D53
(70,61,83)
#352F40
(53,47,64)
#24212D
(36,33,45)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #BD9FD8

#BD9FD8
(189,159,216)
#C3A7DB
(195,167,219)
#C9AFDE
(201,175,222)
#CFB7E1
(207,183,225)
#D5BFE4
(213,191,228)
#DBC7E7
(219,199,231)
#E1CFEA
(225,207,234)
#E7D7ED
(231,215,237)
#EDDFF0
(237,223,240)
#F3E7F3
(243,231,243)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9FD8; }

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

This text font color is #BD9FD8.

Background Color

.myBgColor { background-color: #BD9FD8; }

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

This div background color is #BD9FD8.

Border color

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

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

This div border color is #BD9FD8.

Opacity

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

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

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

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

This text has shadow with #BD9FD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9FD8.

Preview

Color preview on black background

This text has color #BD9FD8 on black background.


Color preview on white background

This text has color #BD9FD8 on white background.


Black color preview on #BD9FD8 background

This text has black color on #BD9FD8 background.


White color preview on #BD9FD8 background

This text has white color on #BD9FD8 background.


Related colors

Complementary color

Complementary color for #hex is #426027.


I love getcolorcode.com

Triadic colors

1 #D8BD9F and #9FD8BD with #BD9FD8 are triadic colors.

2 #D89FBD and #9FBDD8 with #BD9FD8 are triadic colors.