COLOR #BDA9F0

HEX: #BDA9F0 RGB: (189,169,240)

Color info

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

RGB color model

#BDA9F0 color RGB value is (189,169,240).

RGB: (189,169,240) (74%, 66%, 94%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 240 of 255 = 94%

189
169
240

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

Portions of RGB colors in percentages

R + G + B = 189 + 169 + 240 = 598 (100%)
R 189 of 598 ~ 31.61%
G 169 of 598 ~ 28.26%
B 240 of 598 ~ 40.13'%

%31.61
%28.26
%40.13

CMYK color model

#BDA9F0 color CMYK value is (21,30,0,6).

  • cyan value is 21.25%
  • magenta value is 29.58%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (21,30,0,6)
C21M30Y0K6 (21%, 30%, 0%, 6%)
(0.21 / 0.30 / 0.00 / 0.06)

CMYK percentages

%21.25
%29.58
%0
%5.88

Codes

Color #BDA9F0 in popluar color models

BD A9 F0
RGB 189 169 240
HSL 257° 70.30% 80.20%
HSB/HSV 257° 29.58% 94.12%
CMYK 21.25% 29.58% 0.00%
5.88%

Color #BDA9F0 in popluar number systems.

HEX BD A9 F0
Decimal 189 169 240
Binary 10111101 10101001 11110000
Octal 275 251 360

Shades and tints

Shades of #BDA9F0

#BDA9F0
(189,169,240)
#AC9ADB
(172,154,219)
#9B8BC6
(155,139,198)
#8A7CB1
(138,124,177)
#796D9C
(121,109,156)
#685E87
(104,94,135)
#574F72
(87,79,114)
#46405D
(70,64,93)
#353148
(53,49,72)
#242233
(36,34,51)
#13131E
(19,19,30)
#000000
(0,0,0)

Tints of #BDA9F0

#BDA9F0
(189,169,240)
#C3B0F1
(195,176,241)
#C9B7F2
(201,183,242)
#CFBEF3
(207,190,243)
#D5C5F4
(213,197,244)
#DBCCF5
(219,204,245)
#E1D3F6
(225,211,246)
#E7DAF7
(231,218,247)
#EDE1F8
(237,225,248)
#F3E8F9
(243,232,249)
#F9EFFA
(249,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA9F0 color. Also use rgb(189,169,240) instead hex code.

Text Font Color

.myTextColor { color: #BDA9F0; }

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

This text font color is #BDA9F0.

Background Color

.myBgColor { background-color: #BDA9F0; }

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

This div background color is #BDA9F0.

Border color

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

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

This div border color is #BDA9F0.

Opacity

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

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

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

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

This text has shadow with #BDA9F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA9F0.

Preview

Color preview on black background

This text has color #BDA9F0 on black background.


Color preview on white background

This text has color #BDA9F0 on white background.


Black color preview on #BDA9F0 background

This text has black color on #BDA9F0 background.


White color preview on #BDA9F0 background

This text has white color on #BDA9F0 background.


Related colors

Complementary color

Complementary color for #hex is #42560F.


I love getcolorcode.com

Triadic colors

1 #F0BDA9 and #A9F0BD with #BDA9F0 are triadic colors.

2 #F0A9BD and #A9BDF0 with #BDA9F0 are triadic colors.