COLOR #BD5CAC

HEX: #BD5CAC
RGB: (189,92,172)

Color info

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

RGB color model

#BD5CAC color RGB value is (189,92,172).

  • red value is 189;
  • green value is 92;
  • blue value is 172.
RGB:
(189,92,172)
(74%,36%,67%)

RGB channels and saturation

R 189 of 255 = 74%
G 92 of 255 = 36%
B 172 of 255 = 67%

189
92
172

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

Portions of RGB colors in percentages

R + G + B =
189 + 92 + 172 = 453 (100%)
R 189 of 453 ~ 41.72%
G 92 of 453 ~ 20.31%
B 172 of 453 ~ 37.97%

%41.72
%20.31
%37.97

CMYK color model

#BD5CAC color CMYK value is (0,51,9,26).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 8.99%
  • key color value is 25.88%
CMYK:
(0,51,9,26)
C0M51Y9K26 
(0%,51%,9%,26%)
(0.00/0.51/0.09/0.26)	

CMYK percentages

%0
%51.32
%8.99
%25.88

Codes

Color #BD5CAC in popluar color models

BD5CAC
RGB18992172
HSL311°42.36%55.10%
HSB/HSV311°51.32%74.12%
CMYK0.00%51.32%8.99%
25.88%

Color #BD5CAC in popluar number systems.

HEXBD5CAC
Decimal18992172
Binary10111101101110010101100
Octal275134254

Shades and tints

Shades of #BD5CAC

#BD5CAC
(189,92,172)
#AC549D
(172,84,157)
#9B4C8E
(155,76,142)
#8A447F
(138,68,127)
#793C70
(121,60,112)
#683461
(104,52,97)
#572C52
(87,44,82)
#462443
(70,36,67)
#351C34
(53,28,52)
#241425
(36,20,37)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #BD5CAC

#BD5CAC
(189,92,172)
#C36AB3
(195,106,179)
#C978BA
(201,120,186)
#CF86C1
(207,134,193)
#D594C8
(213,148,200)
#DBA2CF
(219,162,207)
#E1B0D6
(225,176,214)
#E7BEDD
(231,190,221)
#EDCCE4
(237,204,228)
#F3DAEB
(243,218,235)
#F9E8F2
(249,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5CAC color. Also use rgb(189,92,172) instead hex code.

Text Font Color

.myTextColor { color: #BD5CAC; }

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

This text font color is #BD5CAC.


Background Color

.myBgColor { background-color: #BD5CAC; }

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

This div background color is #BD5CAC.


Border color

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

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

This div border color is #BD5CAC.


Opacity

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

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

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

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

This text has shadow with #BD5CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5CAC on black background.


Color preview on white background

This text has color #BD5CAC on white background.



Black color preview on #BD5CAC background

This text has black color on #BD5CAC background.


White color preview on #BD5CAC background

This text has white color on #BD5CAC background.