COLOR #BDA7EE

HEX: #BDA7EE RGB: (189,167,238)

Color info

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

RGB color model

#BDA7EE color RGB value is (189,167,238).

RGB: (189,167,238) (74%, 65%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 167 of 255 = 65%
B 238 of 255 = 93%

189
167
238

R + G + B ~ 77%. #BDA7EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 167 + 238 = 594 (100%)
R 189 of 594 ~ 31.82%
G 167 of 594 ~ 28.11%
B 238 of 594 ~ 40.07'%

%31.82
%28.11
%40.07

CMYK color model

#BDA7EE color CMYK value is (21,30,0,7).

  • cyan value is 20.59%
  • magenta value is 29.83%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (21,30,0,7) C21M30Y0K7 (21%,30%,0%,7%) (0.21/0.30/0.00/0.07) 

CMYK percentages

%20.59
%29.83
%0
%6.67

Codes

Color #BDA7EE in popluar color models

BD A7 EE
RGB 189 167 238
HSL 259° 67.62% 79.41%
HSB/HSV 259° 29.83% 93.33%
CMYK 20.59% 29.83% 0.00%
6.67%

Color #BDA7EE in popluar number systems.

HEX BD A7 EE
Decimal 189 167 238
Binary 10111101 10100111 11101110
Octal 275 247 356

Shades and tints

Shades of #BDA7EE

#BDA7EE
(189,167,238)
#AC98D9
(172,152,217)
#9B89C4
(155,137,196)
#8A7AAF
(138,122,175)
#796B9A
(121,107,154)
#685C85
(104,92,133)
#574D70
(87,77,112)
#463E5B
(70,62,91)
#352F46
(53,47,70)
#242031
(36,32,49)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #BDA7EE

#BDA7EE
(189,167,238)
#C3AFEF
(195,175,239)
#C9B7F0
(201,183,240)
#CFBFF1
(207,191,241)
#D5C7F2
(213,199,242)
#DBCFF3
(219,207,243)
#E1D7F4
(225,215,244)
#E7DFF5
(231,223,245)
#EDE7F6
(237,231,246)
#F3EFF7
(243,239,247)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA7EE color. Also use rgb(189,167,238) instead hex code.

Text Font Color

.myTextColor { color: #BDA7EE; }

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

This text font color is #BDA7EE.

Background Color

.myBgColor { background-color: #BDA7EE; }

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

This div background color is #BDA7EE.

Border color

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

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

This div border color is #BDA7EE.

Opacity

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

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

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

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

This text has shadow with #BDA7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA7EE.

Preview

Color preview on black background

This text has color #BDA7EE on black background.


Color preview on white background

This text has color #BDA7EE on white background.


Black color preview on #BDA7EE background

This text has black color on #BDA7EE background.


White color preview on #BDA7EE background

This text has white color on #BDA7EE background.


Related colors

Complementary color

Complementary color for #hex is #425811.


I love getcolorcode.com

Triadic colors

1 #EEBDA7 and #A7EEBD with #BDA7EE are triadic colors.

2 #EEA7BD and #A7BDEE with #BDA7EE are triadic colors.