COLOR #BDA9F7

HEX: #BDA9F7 RGB: (189,169,247)

Color info

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

RGB color model

#BDA9F7 color RGB value is (189,169,247).

RGB: (189,169,247) (74%, 66%, 97%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 247 of 255 = 97%

189
169
247

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

Portions of RGB colors in percentages

R + G + B = 189 + 169 + 247 = 605 (100%)
R 189 of 605 ~ 31.24%
G 169 of 605 ~ 27.93%
B 247 of 605 ~ 40.83'%

%31.24
%27.93
%40.83

CMYK color model

#BDA9F7 color CMYK value is (23,32,0,3).

  • cyan value is 23.48%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (23,32,0,3) C23M32Y0K3 (23%,32%,0%,3%) (0.23/0.32/0.00/0.03) 

CMYK percentages

%23.48
%31.58
%0
%3.14

Codes

Color #BDA9F7 in popluar color models

BD A9 F7
RGB 189 169 247
HSL 255° 82.98% 81.57%
HSB/HSV 255° 31.58% 96.86%
CMYK 23.48% 31.58% 0.00%
3.14%

Color #BDA9F7 in popluar number systems.

HEX BD A9 F7
Decimal 189 169 247
Binary 10111101 10101001 11110111
Octal 275 251 367

Shades and tints

Shades of #BDA9F7

#BDA9F7
(189,169,247)
#AC9AE1
(172,154,225)
#9B8BCB
(155,139,203)
#8A7CB5
(138,124,181)
#796D9F
(121,109,159)
#685E89
(104,94,137)
#574F73
(87,79,115)
#46405D
(70,64,93)
#353147
(53,49,71)
#242231
(36,34,49)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #BDA9F7

#BDA9F7
(189,169,247)
#C3B0F7
(195,176,247)
#C9B7F7
(201,183,247)
#CFBEF7
(207,190,247)
#D5C5F7
(213,197,247)
#DBCCF7
(219,204,247)
#E1D3F7
(225,211,247)
#E7DAF7
(231,218,247)
#EDE1F7
(237,225,247)
#F3E8F7
(243,232,247)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA9F7; }

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

This text font color is #BDA9F7.

Background Color

.myBgColor { background-color: #BDA9F7; }

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

This div background color is #BDA9F7.

Border color

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

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

This div border color is #BDA9F7.

Opacity

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

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

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

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

This text has shadow with #BDA9F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA9F7.

Preview

Color preview on black background

This text has color #BDA9F7 on black background.


Color preview on white background

This text has color #BDA9F7 on white background.


Black color preview on #BDA9F7 background

This text has black color on #BDA9F7 background.


White color preview on #BDA9F7 background

This text has white color on #BDA9F7 background.


Related colors

Complementary color

Complementary color for #hex is #425608.


I love getcolorcode.com

Triadic colors

1 #F7BDA9 and #A9F7BD with #BDA9F7 are triadic colors.

2 #F7A9BD and #A9BDF7 with #BDA9F7 are triadic colors.