COLOR #BDA5F8

HEX: #BDA5F8 RGB: (189,165,248)

Color info

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

RGB color model

#BDA5F8 color RGB value is (189,165,248).

RGB: (189,165,248) (74%, 65%, 97%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 248 of 255 = 97%

189
165
248

R + G + B ~ 79%. #BDA5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 165 + 248 = 602 (100%)
R 189 of 602 ~ 31.4%
G 165 of 602 ~ 27.41%
B 248 of 602 ~ 41.2'%

%31.4
%27.41
%41.2

CMYK color model

#BDA5F8 color CMYK value is (24,33,0,3).

  • cyan value is 23.79%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (24,33,0,3)
C24M33Y0K3 (24%, 33%, 0%, 3%)
(0.24 / 0.33 / 0.00 / 0.03)

CMYK percentages

%23.79
%33.47
%0
%2.75

Codes

Color #BDA5F8 in popluar color models

BD A5 F8
RGB 189 165 248
HSL 257° 85.57% 80.98%
HSB/HSV 257° 33.47% 97.25%
CMYK 23.79% 33.47% 0.00%
2.75%

Color #BDA5F8 in popluar number systems.

HEX BD A5 F8
Decimal 189 165 248
Binary 10111101 10100101 11111000
Octal 275 245 370

Shades and tints

Shades of #BDA5F8

#BDA5F8
(189,165,248)
#AC96E2
(172,150,226)
#9B87CC
(155,135,204)
#8A78B6
(138,120,182)
#7969A0
(121,105,160)
#685A8A
(104,90,138)
#574B74
(87,75,116)
#463C5E
(70,60,94)
#352D48
(53,45,72)
#241E32
(36,30,50)
#130F1C
(19,15,28)
#000000
(0,0,0)

Tints of #BDA5F8

#BDA5F8
(189,165,248)
#C3ADF8
(195,173,248)
#C9B5F8
(201,181,248)
#CFBDF8
(207,189,248)
#D5C5F8
(213,197,248)
#DBCDF8
(219,205,248)
#E1D5F8
(225,213,248)
#E7DDF8
(231,221,248)
#EDE5F8
(237,229,248)
#F3EDF8
(243,237,248)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA5F8; }

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

This text font color is #BDA5F8.

Background Color

.myBgColor { background-color: #BDA5F8; }

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

This div background color is #BDA5F8.

Border color

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

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

This div border color is #BDA5F8.

Opacity

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

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

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

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

This text has shadow with #BDA5F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA5F8.

Preview

Color preview on black background

This text has color #BDA5F8 on black background.


Color preview on white background

This text has color #BDA5F8 on white background.


Black color preview on #BDA5F8 background

This text has black color on #BDA5F8 background.


White color preview on #BDA5F8 background

This text has white color on #BDA5F8 background.


Related colors

Complementary color

Complementary color for #hex is #425A07.


I love getcolorcode.com

Triadic colors

1 #F8BDA5 and #A5F8BD with #BDA5F8 are triadic colors.

2 #F8A5BD and #A5BDF8 with #BDA5F8 are triadic colors.