COLOR #BDAAEB

HEX: #BDAAEB RGB: (189,170,235)

Color info

#BDAAEB contains mainly red and blue colors. Web safe color of #BDAAEB is #CC99FF (or #C9F).

RGB color model

#BDAAEB color RGB value is (189,170,235).

RGB: (189,170,235) (74%, 67%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 170 of 255 = 67%
B 235 of 255 = 92%

189
170
235

R + G + B ~ 78%. #BDAAEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 170 + 235 = 594 (100%)
R 189 of 594 ~ 31.82%
G 170 of 594 ~ 28.62%
B 235 of 594 ~ 39.56'%

%31.82
%28.62
%39.56

CMYK color model

#BDAAEB color CMYK value is (20,28,0,8).

  • cyan value is 19.57%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (20,28,0,8)
C20M28Y0K8 (20%, 28%, 0%, 8%)
(0.20 / 0.28 / 0.00 / 0.08)

CMYK percentages

%19.57
%27.66
%0
%7.84

Codes

Color #BDAAEB in popluar color models

BD AA EB
RGB 189 170 235
HSL 258° 61.90% 79.41%
HSB/HSV 258° 27.66% 92.16%
CMYK 19.57% 27.66% 0.00%
7.84%

Color #BDAAEB in popluar number systems.

HEX BD AA EB
Decimal 189 170 235
Binary 10111101 10101010 11101011
Octal 275 252 353

Shades and tints

Shades of #BDAAEB

#BDAAEB
(189,170,235)
#AC9BD6
(172,155,214)
#9B8CC1
(155,140,193)
#8A7DAC
(138,125,172)
#796E97
(121,110,151)
#685F82
(104,95,130)
#57506D
(87,80,109)
#464158
(70,65,88)
#353243
(53,50,67)
#24232E
(36,35,46)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #BDAAEB

#BDAAEB
(189,170,235)
#C3B1EC
(195,177,236)
#C9B8ED
(201,184,237)
#CFBFEE
(207,191,238)
#D5C6EF
(213,198,239)
#DBCDF0
(219,205,240)
#E1D4F1
(225,212,241)
#E7DBF2
(231,219,242)
#EDE2F3
(237,226,243)
#F3E9F4
(243,233,244)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAAEB; }

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

This text font color is #BDAAEB.

Background Color

.myBgColor { background-color: #BDAAEB; }

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

This div background color is #BDAAEB.

Border color

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

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

This div border color is #BDAAEB.

Opacity

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

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

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

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

This text has shadow with #BDAAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAAEB.

Preview

Color preview on black background

This text has color #BDAAEB on black background.


Color preview on white background

This text has color #BDAAEB on white background.


Black color preview on #BDAAEB background

This text has black color on #BDAAEB background.


White color preview on #BDAAEB background

This text has white color on #BDAAEB background.


Related colors

Complementary color

Complementary color for #hex is #425514.


I love getcolorcode.com

Triadic colors

1 #EBBDAA and #AAEBBD with #BDAAEB are triadic colors.

2 #EBAABD and #AABDEB with #BDAAEB are triadic colors.