COLOR #BD5CAE

HEX: #BD5CAE
RGB: (189,92,174)

Color info

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

RGB color model

#BD5CAE color RGB value is (189,92,174).

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

RGB channels and saturation

R 189 of 255 = 74%
G 92 of 255 = 36%
B 174 of 255 = 68%

189
92
174

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

Portions of RGB colors in percentages

R + G + B =
189 + 92 + 174 = 455 (100%)
R 189 of 455 ~ 41.54%
G 92 of 455 ~ 20.22%
B 174 of 455 ~ 38.24%

%41.54
%20.22
%38.24

CMYK color model

#BD5CAE color CMYK value is (0,51,8,26).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(0,51,8,26)
C0M51Y8K26 
(0%,51%,8%,26%)
(0.00/0.51/0.08/0.26)	

CMYK percentages

%0
%51.32
%7.94
%25.88

Codes

Color #BD5CAE in popluar color models

BD5CAE
RGB18992174
HSL309°42.36%55.10%
HSB/HSV309°51.32%74.12%
CMYK0.00%51.32%7.94%
25.88%

Color #BD5CAE in popluar number systems.

HEXBD5CAE
Decimal18992174
Binary10111101101110010101110
Octal275134256

Shades and tints

Shades of #BD5CAE

#BD5CAE
(189,92,174)
#AC549F
(172,84,159)
#9B4C90
(155,76,144)
#8A4481
(138,68,129)
#793C72
(121,60,114)
#683463
(104,52,99)
#572C54
(87,44,84)
#462445
(70,36,69)
#351C36
(53,28,54)
#241427
(36,20,39)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #BD5CAE

#BD5CAE
(189,92,174)
#C36AB5
(195,106,181)
#C978BC
(201,120,188)
#CF86C3
(207,134,195)
#D594CA
(213,148,202)
#DBA2D1
(219,162,209)
#E1B0D8
(225,176,216)
#E7BEDF
(231,190,223)
#EDCCE6
(237,204,230)
#F3DAED
(243,218,237)
#F9E8F4
(249,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD5CAE; }

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

This text font color is #BD5CAE.


Background Color

.myBgColor { background-color: #BD5CAE; }

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

This div background color is #BD5CAE.


Border color

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

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

This div border color is #BD5CAE.


Opacity

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

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

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

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

This text has shadow with #BD5CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5CAE on black background.


Color preview on white background

This text has color #BD5CAE on white background.



Black color preview on #BD5CAE background

This text has black color on #BD5CAE background.


White color preview on #BD5CAE background

This text has white color on #BD5CAE background.