COLOR #BD66AE

HEX: #BD66AE RGB: (189,102,174)

Color info

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

RGB color model

#BD66AE color RGB value is (189,102,174).

RGB: (189,102,174) (74%, 40%, 68%)

RGB channels and saturation

R 189 of 255 = 74%
G 102 of 255 = 40%
B 174 of 255 = 68%

189
102
174

R + G + B ~ 61%. #BD66AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 102 + 174 = 465 (100%)
R 189 of 465 ~ 40.65%
G 102 of 465 ~ 21.94%
B 174 of 465 ~ 37.42'%

%40.65
%21.94
%37.42

CMYK color model

#BD66AE color CMYK value is (0,46,8,26).

  • cyan value is 0.00%
  • magenta value is 46.03%
  • yellow value is 7.94%
  • key color value is 25.88%

CMYK: (0,46,8,26)
C0M46Y8K26 (0%, 46%, 8%, 26%)
(0.00 / 0.46 / 0.08 / 0.26)

CMYK percentages

%0
%46.03
%7.94
%25.88

Codes

Color #BD66AE in popluar color models

BD 66 AE
RGB 189 102 174
HSL 310° 39.73% 57.06%
HSB/HSV 310° 46.03% 74.12%
CMYK 0.00% 46.03% 7.94%
25.88%

Color #BD66AE in popluar number systems.

HEX BD 66 AE
Decimal 189 102 174
Binary 10111101 1100110 10101110
Octal 275 146 256

Shades and tints

Shades of #BD66AE

#BD66AE
(189,102,174)
#AC5D9F
(172,93,159)
#9B5490
(155,84,144)
#8A4B81
(138,75,129)
#794272
(121,66,114)
#683963
(104,57,99)
#573054
(87,48,84)
#462745
(70,39,69)
#351E36
(53,30,54)
#241527
(36,21,39)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #BD66AE

#BD66AE
(189,102,174)
#C373B5
(195,115,181)
#C980BC
(201,128,188)
#CF8DC3
(207,141,195)
#D59ACA
(213,154,202)
#DBA7D1
(219,167,209)
#E1B4D8
(225,180,216)
#E7C1DF
(231,193,223)
#EDCEE6
(237,206,230)
#F3DBED
(243,219,237)
#F9E8F4
(249,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD66AE; }

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

This text font color is #BD66AE.

Background Color

.myBgColor { background-color: #BD66AE; }

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

This div background color is #BD66AE.

Border color

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

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

This div border color is #BD66AE.

Opacity

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

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

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

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

This text has shadow with #BD66AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD66AE.

Preview

Color preview on black background

This text has color #BD66AE on black background.


Color preview on white background

This text has color #BD66AE on white background.


Black color preview on #BD66AE background

This text has black color on #BD66AE background.


White color preview on #BD66AE background

This text has white color on #BD66AE background.


Related colors

Complementary color

Complementary color for #hex is #429951.


I love getcolorcode.com

Triadic colors

1 #AEBD66 and #66AEBD with #BD66AE are triadic colors.

2 #AE66BD and #66BDAE with #BD66AE are triadic colors.