COLOR #BD7DA2

HEX: #BD7DA2 RGB: (189,125,162)

Color info

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

RGB color model

#BD7DA2 color RGB value is (189,125,162).

RGB: (189,125,162) (74%, 49%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 125 of 255 = 49%
B 162 of 255 = 64%

189
125
162

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

Portions of RGB colors in percentages

R + G + B = 189 + 125 + 162 = 476 (100%)
R 189 of 476 ~ 39.71%
G 125 of 476 ~ 26.26%
B 162 of 476 ~ 34.03'%

%39.71
%26.26
%34.03

CMYK color model

#BD7DA2 color CMYK value is (0,34,14,26).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 14.29%
  • key color value is 25.88%

CMYK: (0,34,14,26)
C0M34Y14K26 (0%, 34%, 14%, 26%)
(0.00 / 0.34 / 0.14 / 0.26)

CMYK percentages

%0
%33.86
%14.29
%25.88

Codes

Color #BD7DA2 in popluar color models

BD 7D A2
RGB 189 125 162
HSL 325° 32.65% 61.57%
HSB/HSV 325° 33.86% 74.12%
CMYK 0.00% 33.86% 14.29%
25.88%

Color #BD7DA2 in popluar number systems.

HEX BD 7D A2
Decimal 189 125 162
Binary 10111101 1111101 10100010
Octal 275 175 242

Shades and tints

Shades of #BD7DA2

#BD7DA2
(189,125,162)
#AC7294
(172,114,148)
#9B6786
(155,103,134)
#8A5C78
(138,92,120)
#79516A
(121,81,106)
#68465C
(104,70,92)
#573B4E
(87,59,78)
#463040
(70,48,64)
#352532
(53,37,50)
#241A24
(36,26,36)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #BD7DA2

#BD7DA2
(189,125,162)
#C388AA
(195,136,170)
#C993B2
(201,147,178)
#CF9EBA
(207,158,186)
#D5A9C2
(213,169,194)
#DBB4CA
(219,180,202)
#E1BFD2
(225,191,210)
#E7CADA
(231,202,218)
#EDD5E2
(237,213,226)
#F3E0EA
(243,224,234)
#F9EBF2
(249,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7DA2 color. Also use rgb(189,125,162) instead hex code.

Text Font Color

.myTextColor { color: #BD7DA2; }

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

This text font color is #BD7DA2.

Background Color

.myBgColor { background-color: #BD7DA2; }

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

This div background color is #BD7DA2.

Border color

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

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

This div border color is #BD7DA2.

Opacity

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

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

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

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

This text has shadow with #BD7DA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7DA2.

Preview

Color preview on black background

This text has color #BD7DA2 on black background.


Color preview on white background

This text has color #BD7DA2 on white background.


Black color preview on #BD7DA2 background

This text has black color on #BD7DA2 background.


White color preview on #BD7DA2 background

This text has white color on #BD7DA2 background.


Related colors

Complementary color

Complementary color for #hex is #42825D.


I love getcolorcode.com

Triadic colors

1 #A2BD7D and #7DA2BD with #BD7DA2 are triadic colors.

2 #A27DBD and #7DBDA2 with #BD7DA2 are triadic colors.