COLOR #BD8CC9

HEX: #BD8CC9 RGB: (189,140,201)

Color info

#BD8CC9 contains mainly red and blue colors. Web safe color of #BD8CC9 is #CC99CC (or #C9C).

RGB color model

#BD8CC9 color RGB value is (189,140,201).

RGB: (189,140,201) (74%, 55%, 79%)

RGB channels and saturation

R 189 of 255 = 74%
G 140 of 255 = 55%
B 201 of 255 = 79%

189
140
201

R + G + B ~ 69%. #BD8CC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 140 + 201 = 530 (100%)
R 189 of 530 ~ 35.66%
G 140 of 530 ~ 26.42%
B 201 of 530 ~ 37.92'%

%35.66
%26.42
%37.92

CMYK color model

#BD8CC9 color CMYK value is (6,30,0,21).

  • cyan value is 5.97%
  • magenta value is 30.35%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (6,30,0,21)
C6M30Y0K21 (6%, 30%, 0%, 21%)
(0.06 / 0.30 / 0.00 / 0.21)

CMYK percentages

%5.97
%30.35
%0
%21.18

Codes

Color #BD8CC9 in popluar color models

BD 8C C9
RGB 189 140 201
HSL 288° 36.09% 66.86%
HSB/HSV 288° 30.35% 78.82%
CMYK 5.97% 30.35% 0.00%
21.18%

Color #BD8CC9 in popluar number systems.

HEX BD 8C C9
Decimal 189 140 201
Binary 10111101 10001100 11001001
Octal 275 214 311

Shades and tints

Shades of #BD8CC9

#BD8CC9
(189,140,201)
#AC80B7
(172,128,183)
#9B74A5
(155,116,165)
#8A6893
(138,104,147)
#795C81
(121,92,129)
#68506F
(104,80,111)
#57445D
(87,68,93)
#46384B
(70,56,75)
#352C39
(53,44,57)
#242027
(36,32,39)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BD8CC9

#BD8CC9
(189,140,201)
#C396CD
(195,150,205)
#C9A0D1
(201,160,209)
#CFAAD5
(207,170,213)
#D5B4D9
(213,180,217)
#DBBEDD
(219,190,221)
#E1C8E1
(225,200,225)
#E7D2E5
(231,210,229)
#EDDCE9
(237,220,233)
#F3E6ED
(243,230,237)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8CC9; }

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

This text font color is #BD8CC9.

Background Color

.myBgColor { background-color: #BD8CC9; }

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

This div background color is #BD8CC9.

Border color

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

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

This div border color is #BD8CC9.

Opacity

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

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

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

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

This text has shadow with #BD8CC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8CC9.

Preview

Color preview on black background

This text has color #BD8CC9 on black background.


Color preview on white background

This text has color #BD8CC9 on white background.


Black color preview on #BD8CC9 background

This text has black color on #BD8CC9 background.


White color preview on #BD8CC9 background

This text has white color on #BD8CC9 background.


Related colors

Complementary color

Complementary color for #hex is #427336.


I love getcolorcode.com

Triadic colors

1 #C9BD8C and #8CC9BD with #BD8CC9 are triadic colors.

2 #C98CBD and #8CBDC9 with #BD8CC9 are triadic colors.