COLOR #BDA1E1

HEX: #BDA1E1
RGB: (189,161,225)

Color info

#BDA1E1 contains mainly red and blue colors. Web safe color of #BDA1E1 is #CC99CC (or #C9C).

RGB color model

#BDA1E1 color RGB value is (189,161,225).

  • red value is 189;
  • green value is 161;
  • blue value is 225.
RGB:
(189,161,225)
(74%,63%,88%)

RGB channels and saturation

R 189 of 255 = 74%
G 161 of 255 = 63%
B 225 of 255 = 88%

189
161
225

R + G + B ~ 75%. #BDA1E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 161 + 225 = 575 (100%)
R 189 of 575 ~ 32.87%
G 161 of 575 ~ 28%
B 225 of 575 ~ 39.13%

%32.87
%28
%39.13

CMYK color model

#BDA1E1 color CMYK value is (16,28,0,12).

  • cyan value is 16.00%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(16,28,0,12)
C16M28Y0K12 
(16%,28%,0%,12%)
(0.16/0.28/0.00/0.12)	

CMYK percentages

%16
%28.44
%0
%11.76

Codes

Color #BDA1E1 in popluar color models

BDA1E1
RGB189161225
HSL266°51.61%75.69%
HSB/HSV266°28.44%88.24%
CMYK16.00%28.44%0.00%
11.76%

Color #BDA1E1 in popluar number systems.

HEXBDA1E1
Decimal189161225
Binary101111011010000111100001
Octal275241341

Shades and tints

Shades of #BDA1E1

#BDA1E1
(189,161,225)
#AC93CD
(172,147,205)
#9B85B9
(155,133,185)
#8A77A5
(138,119,165)
#796991
(121,105,145)
#685B7D
(104,91,125)
#574D69
(87,77,105)
#463F55
(70,63,85)
#353141
(53,49,65)
#24232D
(36,35,45)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #BDA1E1

#BDA1E1
(189,161,225)
#C3A9E3
(195,169,227)
#C9B1E5
(201,177,229)
#CFB9E7
(207,185,231)
#D5C1E9
(213,193,233)
#DBC9EB
(219,201,235)
#E1D1ED
(225,209,237)
#E7D9EF
(231,217,239)
#EDE1F1
(237,225,241)
#F3E9F3
(243,233,243)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA1E1; }

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

This text font color is #BDA1E1.


Background Color

.myBgColor { background-color: #BDA1E1; }

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

This div background color is #BDA1E1.


Border color

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

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

This div border color is #BDA1E1.


Opacity

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

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

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

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

This text has shadow with #BDA1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA1E1 on black background.


Color preview on white background

This text has color #BDA1E1 on white background.



Black color preview on #BDA1E1 background

This text has black color on #BDA1E1 background.


White color preview on #BDA1E1 background

This text has white color on #BDA1E1 background.