COLOR #BD6A9B

HEX: #BD6A9B
RGB: (189,106,155)

Color info

#BD6A9B contains mainly red and blue colors. Web safe color of #BD6A9B is #CC6699 (or #C69).

RGB color model

#BD6A9B color RGB value is (189,106,155).

  • red value is 189;
  • green value is 106;
  • blue value is 155.
RGB:
(189,106,155)
(74%,42%,61%)

RGB channels and saturation

R 189 of 255 = 74%
G 106 of 255 = 42%
B 155 of 255 = 61%

189
106
155

R + G + B ~ 59%. #BD6A9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 106 + 155 = 450 (100%)
R 189 of 450 ~ 42%
G 106 of 450 ~ 23.56%
B 155 of 450 ~ 34.44%

%42
%23.56
%34.44

CMYK color model

#BD6A9B color CMYK value is (0,44,18,26).

  • cyan value is 0.00%
  • magenta value is 43.92%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(0,44,18,26)
C0M44Y18K26 
(0%,44%,18%,26%)
(0.00/0.44/0.18/0.26)	

CMYK percentages

%0
%43.92
%17.99
%25.88

Codes

Color #BD6A9B in popluar color models

BD6A9B
RGB189106155
HSL325°38.60%57.84%
HSB/HSV325°43.92%74.12%
CMYK0.00%43.92%17.99%
25.88%

Color #BD6A9B in popluar number systems.

HEXBD6A9B
Decimal189106155
Binary10111101110101010011011
Octal275152233

Shades and tints

Shades of #BD6A9B

#BD6A9B
(189,106,155)
#AC618D
(172,97,141)
#9B587F
(155,88,127)
#8A4F71
(138,79,113)
#794663
(121,70,99)
#683D55
(104,61,85)
#573447
(87,52,71)
#462B39
(70,43,57)
#35222B
(53,34,43)
#24191D
(36,25,29)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #BD6A9B

#BD6A9B
(189,106,155)
#C377A4
(195,119,164)
#C984AD
(201,132,173)
#CF91B6
(207,145,182)
#D59EBF
(213,158,191)
#DBABC8
(219,171,200)
#E1B8D1
(225,184,209)
#E7C5DA
(231,197,218)
#EDD2E3
(237,210,227)
#F3DFEC
(243,223,236)
#F9ECF5
(249,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6A9B color. Also use rgb(189,106,155) instead hex code.

Text Font Color

.myTextColor { color: #BD6A9B; }

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

This text font color is #BD6A9B.


Background Color

.myBgColor { background-color: #BD6A9B; }

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

This div background color is #BD6A9B.


Border color

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

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

This div border color is #BD6A9B.


Opacity

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

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

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

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

This text has shadow with #BD6A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6A9B on black background.


Color preview on white background

This text has color #BD6A9B on white background.



Black color preview on #BD6A9B background

This text has black color on #BD6A9B background.


White color preview on #BD6A9B background

This text has white color on #BD6A9B background.