COLOR #BDAAE0

HEX: #BDAAE0
RGB: (189,170,224)

Color info

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

RGB color model

#BDAAE0 color RGB value is (189,170,224).

  • red value is 189;
  • green value is 170;
  • blue value is 224.
RGB:
(189,170,224)
(74%,67%,88%)

RGB channels and saturation

R 189 of 255 = 74%
G 170 of 255 = 67%
B 224 of 255 = 88%

189
170
224

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

Portions of RGB colors in percentages

R + G + B =
189 + 170 + 224 = 583 (100%)
R 189 of 583 ~ 32.42%
G 170 of 583 ~ 29.16%
B 224 of 583 ~ 38.42%

%32.42
%29.16
%38.42

CMYK color model

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

  • cyan value is 15.63%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(16,24,0,12)
C16M24Y0K12 
(16%,24%,0%,12%)
(0.16/0.24/0.00/0.12)	

CMYK percentages

%15.63
%24.11
%0
%12.16

Codes

Color #BDAAE0 in popluar color models

BDAAE0
RGB189170224
HSL261°46.55%77.25%
HSB/HSV261°24.11%87.84%
CMYK15.63%24.11%0.00%
12.16%

Color #BDAAE0 in popluar number systems.

HEXBDAAE0
Decimal189170224
Binary101111011010101011100000
Octal275252340

Shades and tints

Shades of #BDAAE0

#BDAAE0
(189,170,224)
#AC9BCC
(172,155,204)
#9B8CB8
(155,140,184)
#8A7DA4
(138,125,164)
#796E90
(121,110,144)
#685F7C
(104,95,124)
#575068
(87,80,104)
#464154
(70,65,84)
#353240
(53,50,64)
#24232C
(36,35,44)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #BDAAE0

#BDAAE0
(189,170,224)
#C3B1E2
(195,177,226)
#C9B8E4
(201,184,228)
#CFBFE6
(207,191,230)
#D5C6E8
(213,198,232)
#DBCDEA
(219,205,234)
#E1D4EC
(225,212,236)
#E7DBEE
(231,219,238)
#EDE2F0
(237,226,240)
#F3E9F2
(243,233,242)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAAE0 color. Also use rgb(189,170,224) instead hex code.

Text Font Color

.myTextColor { color: #BDAAE0; }

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

This text font color is #BDAAE0.


Background Color

.myBgColor { background-color: #BDAAE0; }

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

This div background color is #BDAAE0.


Border color

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

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

This div border color is #BDAAE0.


Opacity

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

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

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

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

This text has shadow with #BDAAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAAE0 on black background.


Color preview on white background

This text has color #BDAAE0 on white background.



Black color preview on #BDAAE0 background

This text has black color on #BDAAE0 background.


White color preview on #BDAAE0 background

This text has white color on #BDAAE0 background.