COLOR #BD59AE

HEX: #BD59AE
RGB: (189,89,174)

Color info

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

RGB color model

#BD59AE color RGB value is (189,89,174).

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

RGB channels and saturation

R 189 of 255 = 74%
G 89 of 255 = 35%
B 174 of 255 = 68%

189
89
174

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

Portions of RGB colors in percentages

R + G + B =
189 + 89 + 174 = 452 (100%)
R 189 of 452 ~ 41.81%
G 89 of 452 ~ 19.69%
B 174 of 452 ~ 38.5%

%41.81
%19.69
%38.5

CMYK color model

#BD59AE color CMYK value is (0,53,8,26).

  • cyan value is 0.00%
  • magenta value is 52.91%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(0,53,8,26)
C0M53Y8K26 
(0%,53%,8%,26%)
(0.00/0.53/0.08/0.26)	

CMYK percentages

%0
%52.91
%7.94
%25.88

Codes

Color #BD59AE in popluar color models

BD59AE
RGB18989174
HSL309°43.10%54.51%
HSB/HSV309°52.91%74.12%
CMYK0.00%52.91%7.94%
25.88%

Color #BD59AE in popluar number systems.

HEXBD59AE
Decimal18989174
Binary10111101101100110101110
Octal275131256

Shades and tints

Shades of #BD59AE

#BD59AE
(189,89,174)
#AC519F
(172,81,159)
#9B4990
(155,73,144)
#8A4181
(138,65,129)
#793972
(121,57,114)
#683163
(104,49,99)
#572954
(87,41,84)
#462145
(70,33,69)
#351936
(53,25,54)
#241127
(36,17,39)
#130918
(19,9,24)
#000000
(0,0,0)

Tints of #BD59AE

#BD59AE
(189,89,174)
#C368B5
(195,104,181)
#C977BC
(201,119,188)
#CF86C3
(207,134,195)
#D595CA
(213,149,202)
#DBA4D1
(219,164,209)
#E1B3D8
(225,179,216)
#E7C2DF
(231,194,223)
#EDD1E6
(237,209,230)
#F3E0ED
(243,224,237)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD59AE; }

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

This text font color is #BD59AE.


Background Color

.myBgColor { background-color: #BD59AE; }

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

This div background color is #BD59AE.


Border color

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

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

This div border color is #BD59AE.


Opacity

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

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

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

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

This text has shadow with #BD59AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD59AE on black background.


Color preview on white background

This text has color #BD59AE on white background.



Black color preview on #BD59AE background

This text has black color on #BD59AE background.


White color preview on #BD59AE background

This text has white color on #BD59AE background.