COLOR #BD7AA4

HEX: #BD7AA4 RGB: (189,122,164)

Color info

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

RGB color model

#BD7AA4 color RGB value is (189,122,164).

RGB: (189,122,164) (74%, 48%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 122 of 255 = 48%
B 164 of 255 = 64%

189
122
164

R + G + B ~ 62%. #BD7AA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 122 + 164 = 475 (100%)
R 189 of 475 ~ 39.79%
G 122 of 475 ~ 25.68%
B 164 of 475 ~ 34.53'%

%39.79
%25.68
%34.53

CMYK color model

#BD7AA4 color CMYK value is (0,35,13,26).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 13.23%
  • key color value is 25.88%
CMYK: (0,35,13,26) C0M35Y13K26 (0%,35%,13%,26%) (0.00/0.35/0.13/0.26) 

CMYK percentages

%0
%35.45
%13.23
%25.88

Codes

Color #BD7AA4 in popluar color models

BD 7A A4
RGB 189 122 164
HSL 322° 33.67% 60.98%
HSB/HSV 322° 35.45% 74.12%
CMYK 0.00% 35.45% 13.23%
25.88%

Color #BD7AA4 in popluar number systems.

HEX BD 7A A4
Decimal 189 122 164
Binary 10111101 1111010 10100100
Octal 275 172 244

Shades and tints

Shades of #BD7AA4

#BD7AA4
(189,122,164)
#AC6F96
(172,111,150)
#9B6488
(155,100,136)
#8A597A
(138,89,122)
#794E6C
(121,78,108)
#68435E
(104,67,94)
#573850
(87,56,80)
#462D42
(70,45,66)
#352234
(53,34,52)
#241726
(36,23,38)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #BD7AA4

#BD7AA4
(189,122,164)
#C386AC
(195,134,172)
#C992B4
(201,146,180)
#CF9EBC
(207,158,188)
#D5AAC4
(213,170,196)
#DBB6CC
(219,182,204)
#E1C2D4
(225,194,212)
#E7CEDC
(231,206,220)
#EDDAE4
(237,218,228)
#F3E6EC
(243,230,236)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7AA4 color. Also use rgb(189,122,164) instead hex code.

Text Font Color

.myTextColor { color: #BD7AA4; }

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

This text font color is #BD7AA4.

Background Color

.myBgColor { background-color: #BD7AA4; }

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

This div background color is #BD7AA4.

Border color

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

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

This div border color is #BD7AA4.

Opacity

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

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

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

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

This text has shadow with #BD7AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7AA4.

Preview

Color preview on black background

This text has color #BD7AA4 on black background.


Color preview on white background

This text has color #BD7AA4 on white background.


Black color preview on #BD7AA4 background

This text has black color on #BD7AA4 background.


White color preview on #BD7AA4 background

This text has white color on #BD7AA4 background.


Related colors

Complementary color

Complementary color for #hex is #42855B.


I love getcolorcode.com

Triadic colors

1 #A4BD7A and #7AA4BD with #BD7AA4 are triadic colors.

2 #A47ABD and #7ABDA4 with #BD7AA4 are triadic colors.