COLOR #BDACE1

HEX: #BDACE1 RGB: (189,172,225)

Color info

#BDACE1 contains red, green and blue colors in about the same proportion. Web safe color of #BDACE1 is #CC99CC (or #C9C).

RGB color model

#BDACE1 color RGB value is (189,172,225).

RGB: (189,172,225) (74%, 67%, 88%)

RGB channels and saturation

R 189 of 255 = 74%
G 172 of 255 = 67%
B 225 of 255 = 88%

189
172
225

R + G + B ~ 76%. #BDACE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 172 + 225 = 586 (100%)
R 189 of 586 ~ 32.25%
G 172 of 586 ~ 29.35%
B 225 of 586 ~ 38.4'%

%32.25
%29.35
%38.4

CMYK color model

#BDACE1 color CMYK value is (16,24,0,12).

  • cyan value is 16.00%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (16,24,0,12)
C16M24Y0K12 (16%, 24%, 0%, 12%)
(0.16 / 0.24 / 0.00 / 0.12)

CMYK percentages

%16
%23.56
%0
%11.76

Codes

Color #BDACE1 in popluar color models

BD AC E1
RGB 189 172 225
HSL 259° 46.90% 77.84%
HSB/HSV 259° 23.56% 88.24%
CMYK 16.00% 23.56% 0.00%
11.76%

Color #BDACE1 in popluar number systems.

HEX BD AC E1
Decimal 189 172 225
Binary 10111101 10101100 11100001
Octal 275 254 341

Shades and tints

Shades of #BDACE1

#BDACE1
(189,172,225)
#AC9DCD
(172,157,205)
#9B8EB9
(155,142,185)
#8A7FA5
(138,127,165)
#797091
(121,112,145)
#68617D
(104,97,125)
#575269
(87,82,105)
#464355
(70,67,85)
#353441
(53,52,65)
#24252D
(36,37,45)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #BDACE1

#BDACE1
(189,172,225)
#C3B3E3
(195,179,227)
#C9BAE5
(201,186,229)
#CFC1E7
(207,193,231)
#D5C8E9
(213,200,233)
#DBCFEB
(219,207,235)
#E1D6ED
(225,214,237)
#E7DDEF
(231,221,239)
#EDE4F1
(237,228,241)
#F3EBF3
(243,235,243)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDACE1 color. Also use rgb(189,172,225) instead hex code.

Text Font Color

.myTextColor { color: #BDACE1; }

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

This text font color is #BDACE1.

Background Color

.myBgColor { background-color: #BDACE1; }

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

This div background color is #BDACE1.

Border color

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

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

This div border color is #BDACE1.

Opacity

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

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

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

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

This text has shadow with #BDACE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDACE1.

Preview

Color preview on black background

This text has color #BDACE1 on black background.


Color preview on white background

This text has color #BDACE1 on white background.


Black color preview on #BDACE1 background

This text has black color on #BDACE1 background.


White color preview on #BDACE1 background

This text has white color on #BDACE1 background.


Related colors

Complementary color

Complementary color for #hex is #42531E.


I love getcolorcode.com

Triadic colors

1 #E1BDAC and #ACE1BD with #BDACE1 are triadic colors.

2 #E1ACBD and #ACBDE1 with #BDACE1 are triadic colors.