COLOR #BDA5F3

HEX: #BDA5F3 RGB: (189,165,243)

Color info

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

RGB color model

#BDA5F3 color RGB value is (189,165,243).

RGB: (189,165,243) (74%, 65%, 95%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 243 of 255 = 95%

189
165
243

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

Portions of RGB colors in percentages

R + G + B = 189 + 165 + 243 = 597 (100%)
R 189 of 597 ~ 31.66%
G 165 of 597 ~ 27.64%
B 243 of 597 ~ 40.7'%

%31.66
%27.64
%40.7

CMYK color model

#BDA5F3 color CMYK value is (22,32,0,5).

  • cyan value is 22.22%
  • magenta value is 32.10%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (22,32,0,5)
C22M32Y0K5 (22%, 32%, 0%, 5%)
(0.22 / 0.32 / 0.00 / 0.05)

CMYK percentages

%22.22
%32.1
%0
%4.71

Codes

Color #BDA5F3 in popluar color models

BD A5 F3
RGB 189 165 243
HSL 258° 76.47% 80.00%
HSB/HSV 258° 32.10% 95.29%
CMYK 22.22% 32.10% 0.00%
4.71%

Color #BDA5F3 in popluar number systems.

HEX BD A5 F3
Decimal 189 165 243
Binary 10111101 10100101 11110011
Octal 275 245 363

Shades and tints

Shades of #BDA5F3

#BDA5F3
(189,165,243)
#AC96DD
(172,150,221)
#9B87C7
(155,135,199)
#8A78B1
(138,120,177)
#79699B
(121,105,155)
#685A85
(104,90,133)
#574B6F
(87,75,111)
#463C59
(70,60,89)
#352D43
(53,45,67)
#241E2D
(36,30,45)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #BDA5F3

#BDA5F3
(189,165,243)
#C3ADF4
(195,173,244)
#C9B5F5
(201,181,245)
#CFBDF6
(207,189,246)
#D5C5F7
(213,197,247)
#DBCDF8
(219,205,248)
#E1D5F9
(225,213,249)
#E7DDFA
(231,221,250)
#EDE5FB
(237,229,251)
#F3EDFC
(243,237,252)
#F9F5FD
(249,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA5F3; }

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

This text font color is #BDA5F3.

Background Color

.myBgColor { background-color: #BDA5F3; }

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

This div background color is #BDA5F3.

Border color

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

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

This div border color is #BDA5F3.

Opacity

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

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

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

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

This text has shadow with #BDA5F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA5F3.

Preview

Color preview on black background

This text has color #BDA5F3 on black background.


Color preview on white background

This text has color #BDA5F3 on white background.


Black color preview on #BDA5F3 background

This text has black color on #BDA5F3 background.


White color preview on #BDA5F3 background

This text has white color on #BDA5F3 background.


Related colors

Complementary color

Complementary color for #hex is #425A0C.


I love getcolorcode.com

Triadic colors

1 #F3BDA5 and #A5F3BD with #BDA5F3 are triadic colors.

2 #F3A5BD and #A5BDF3 with #BDA5F3 are triadic colors.