COLOR #BD628C

HEX: #BD628C RGB: (189,98,140)

Color info

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

RGB color model

#BD628C color RGB value is (189,98,140).

RGB: (189,98,140) (74%, 38%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 98 of 255 = 38%
B 140 of 255 = 55%

189
98
140

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

Portions of RGB colors in percentages

R + G + B = 189 + 98 + 140 = 427 (100%)
R 189 of 427 ~ 44.26%
G 98 of 427 ~ 22.95%
B 140 of 427 ~ 32.79'%

%44.26
%22.95
%32.79

CMYK color model

#BD628C color CMYK value is (0,48,26,26).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 25.93%
  • key color value is 25.88%

CMYK: (0,48,26,26)
C0M48Y26K26 (0%, 48%, 26%, 26%)
(0.00 / 0.48 / 0.26 / 0.26)

CMYK percentages

%0
%48.15
%25.93
%25.88

Codes

Color #BD628C in popluar color models

BD 62 8C
RGB 189 98 140
HSL 332° 40.81% 56.27%
HSB/HSV 332° 48.15% 74.12%
CMYK 0.00% 48.15% 25.93%
25.88%

Color #BD628C in popluar number systems.

HEX BD 62 8C
Decimal 189 98 140
Binary 10111101 1100010 10001100
Octal 275 142 214

Shades and tints

Shades of #BD628C

#BD628C
(189,98,140)
#AC5A80
(172,90,128)
#9B5274
(155,82,116)
#8A4A68
(138,74,104)
#79425C
(121,66,92)
#683A50
(104,58,80)
#573244
(87,50,68)
#462A38
(70,42,56)
#35222C
(53,34,44)
#241A20
(36,26,32)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #BD628C

#BD628C
(189,98,140)
#C37096
(195,112,150)
#C97EA0
(201,126,160)
#CF8CAA
(207,140,170)
#D59AB4
(213,154,180)
#DBA8BE
(219,168,190)
#E1B6C8
(225,182,200)
#E7C4D2
(231,196,210)
#EDD2DC
(237,210,220)
#F3E0E6
(243,224,230)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD628C color. Also use rgb(189,98,140) instead hex code.

Text Font Color

.myTextColor { color: #BD628C; }

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

This text font color is #BD628C.

Background Color

.myBgColor { background-color: #BD628C; }

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

This div background color is #BD628C.

Border color

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

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

This div border color is #BD628C.

Opacity

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

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

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

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

This text has shadow with #BD628C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD628C.

Preview

Color preview on black background

This text has color #BD628C on black background.


Color preview on white background

This text has color #BD628C on white background.


Black color preview on #BD628C background

This text has black color on #BD628C background.


White color preview on #BD628C background

This text has white color on #BD628C background.


Related colors

Complementary color

Complementary color for #hex is #429D73.


I love getcolorcode.com

Triadic colors

1 #8CBD62 and #628CBD with #BD628C are triadic colors.

2 #8C62BD and #62BD8C with #BD628C are triadic colors.