COLOR #BD8EB5

HEX: #BD8EB5
RGB: (189,142,181)

Color info

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

RGB color model

#BD8EB5 color RGB value is (189,142,181).

  • red value is 189;
  • green value is 142;
  • blue value is 181.
RGB:
(189,142,181)
(74%,56%,71%)

RGB channels and saturation

R 189 of 255 = 74%
G 142 of 255 = 56%
B 181 of 255 = 71%

189
142
181

R + G + B ~ 67%. #BD8EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 142 + 181 = 512 (100%)
R 189 of 512 ~ 36.91%
G 142 of 512 ~ 27.73%
B 181 of 512 ~ 35.35%

%36.91
%27.73
%35.35

CMYK color model

#BD8EB5 color CMYK value is (0,25,4,26).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 4.23%
  • key color value is 25.88%
CMYK:
(0,25,4,26)
C0M25Y4K26 
(0%,25%,4%,26%)
(0.00/0.25/0.04/0.26)	

CMYK percentages

%0
%24.87
%4.23
%25.88

Codes

Color #BD8EB5 in popluar color models

BD8EB5
RGB189142181
HSL310°26.26%64.90%
HSB/HSV310°24.87%74.12%
CMYK0.00%24.87%4.23%
25.88%

Color #BD8EB5 in popluar number systems.

HEXBD8EB5
Decimal189142181
Binary101111011000111010110101
Octal275216265

Shades and tints

Shades of #BD8EB5

#BD8EB5
(189,142,181)
#AC82A5
(172,130,165)
#9B7695
(155,118,149)
#8A6A85
(138,106,133)
#795E75
(121,94,117)
#685265
(104,82,101)
#574655
(87,70,85)
#463A45
(70,58,69)
#352E35
(53,46,53)
#242225
(36,34,37)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #BD8EB5

#BD8EB5
(189,142,181)
#C398BB
(195,152,187)
#C9A2C1
(201,162,193)
#CFACC7
(207,172,199)
#D5B6CD
(213,182,205)
#DBC0D3
(219,192,211)
#E1CAD9
(225,202,217)
#E7D4DF
(231,212,223)
#EDDEE5
(237,222,229)
#F3E8EB
(243,232,235)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8EB5 color. Also use rgb(189,142,181) instead hex code.

Text Font Color

.myTextColor { color: #BD8EB5; }

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

This text font color is #BD8EB5.


Background Color

.myBgColor { background-color: #BD8EB5; }

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

This div background color is #BD8EB5.


Border color

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

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

This div border color is #BD8EB5.


Opacity

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

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

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

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

This text has shadow with #BD8EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8EB5 on black background.


Color preview on white background

This text has color #BD8EB5 on white background.



Black color preview on #BD8EB5 background

This text has black color on #BD8EB5 background.


White color preview on #BD8EB5 background

This text has white color on #BD8EB5 background.