COLOR #BDA5E8

HEX: #BDA5E8
RGB: (189,165,232)

Color info

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

RGB color model

#BDA5E8 color RGB value is (189,165,232).

  • red value is 189;
  • green value is 165;
  • blue value is 232.
RGB:
(189,165,232)
(74%,65%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 232 of 255 = 91%

189
165
232

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

Portions of RGB colors in percentages

R + G + B =
189 + 165 + 232 = 586 (100%)
R 189 of 586 ~ 32.25%
G 165 of 586 ~ 28.16%
B 232 of 586 ~ 39.59%

%32.25
%28.16
%39.59

CMYK color model

#BDA5E8 color CMYK value is (19,29,0,9).

  • cyan value is 18.53%
  • magenta value is 28.88%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,29,0,9)
C19M29Y0K9 
(19%,29%,0%,9%)
(0.19/0.29/0.00/0.09)	

CMYK percentages

%18.53
%28.88
%0
%9.02

Codes

Color #BDA5E8 in popluar color models

BDA5E8
RGB189165232
HSL261°59.29%77.84%
HSB/HSV261°28.88%90.98%
CMYK18.53%28.88%0.00%
9.02%

Color #BDA5E8 in popluar number systems.

HEXBDA5E8
Decimal189165232
Binary101111011010010111101000
Octal275245350

Shades and tints

Shades of #BDA5E8

#BDA5E8
(189,165,232)
#AC96D3
(172,150,211)
#9B87BE
(155,135,190)
#8A78A9
(138,120,169)
#796994
(121,105,148)
#685A7F
(104,90,127)
#574B6A
(87,75,106)
#463C55
(70,60,85)
#352D40
(53,45,64)
#241E2B
(36,30,43)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #BDA5E8

#BDA5E8
(189,165,232)
#C3ADEA
(195,173,234)
#C9B5EC
(201,181,236)
#CFBDEE
(207,189,238)
#D5C5F0
(213,197,240)
#DBCDF2
(219,205,242)
#E1D5F4
(225,213,244)
#E7DDF6
(231,221,246)
#EDE5F8
(237,229,248)
#F3EDFA
(243,237,250)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA5E8 color. Also use rgb(189,165,232) instead hex code.

Text Font Color

.myTextColor { color: #BDA5E8; }

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

This text font color is #BDA5E8.


Background Color

.myBgColor { background-color: #BDA5E8; }

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

This div background color is #BDA5E8.


Border color

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

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

This div border color is #BDA5E8.


Opacity

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

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

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

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

This text has shadow with #BDA5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA5E8 on black background.


Color preview on white background

This text has color #BDA5E8 on white background.



Black color preview on #BDA5E8 background

This text has black color on #BDA5E8 background.


White color preview on #BDA5E8 background

This text has white color on #BDA5E8 background.