COLOR #BDA9F4

HEX: #BDA9F4
RGB: (189,169,244)

Color info

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

RGB color model

#BDA9F4 color RGB value is (189,169,244).

  • red value is 189;
  • green value is 169;
  • blue value is 244.
RGB:
(189,169,244)
(74%,66%,96%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 244 of 255 = 96%

189
169
244

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

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 244 = 602 (100%)
R 189 of 602 ~ 31.4%
G 169 of 602 ~ 28.07%
B 244 of 602 ~ 40.53%

%31.4
%28.07
%40.53

CMYK color model

#BDA9F4 color CMYK value is (23,31,0,4).

  • cyan value is 22.54%
  • magenta value is 30.74%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(23,31,0,4)
C23M31Y0K4 
(23%,31%,0%,4%)
(0.23/0.31/0.00/0.04)	

CMYK percentages

%22.54
%30.74
%0
%4.31

Codes

Color #BDA9F4 in popluar color models

BDA9F4
RGB189169244
HSL256°77.32%80.98%
HSB/HSV256°30.74%95.69%
CMYK22.54%30.74%0.00%
4.31%

Color #BDA9F4 in popluar number systems.

HEXBDA9F4
Decimal189169244
Binary101111011010100111110100
Octal275251364

Shades and tints

Shades of #BDA9F4

#BDA9F4
(189,169,244)
#AC9ADE
(172,154,222)
#9B8BC8
(155,139,200)
#8A7CB2
(138,124,178)
#796D9C
(121,109,156)
#685E86
(104,94,134)
#574F70
(87,79,112)
#46405A
(70,64,90)
#353144
(53,49,68)
#24222E
(36,34,46)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #BDA9F4

#BDA9F4
(189,169,244)
#C3B0F5
(195,176,245)
#C9B7F6
(201,183,246)
#CFBEF7
(207,190,247)
#D5C5F8
(213,197,248)
#DBCCF9
(219,204,249)
#E1D3FA
(225,211,250)
#E7DAFB
(231,218,251)
#EDE1FC
(237,225,252)
#F3E8FD
(243,232,253)
#F9EFFE
(249,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA9F4; }

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

This text font color is #BDA9F4.


Background Color

.myBgColor { background-color: #BDA9F4; }

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

This div background color is #BDA9F4.


Border color

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

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

This div border color is #BDA9F4.


Opacity

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

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

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

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

This text has shadow with #BDA9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA9F4 on black background.


Color preview on white background

This text has color #BDA9F4 on white background.



Black color preview on #BDA9F4 background

This text has black color on #BDA9F4 background.


White color preview on #BDA9F4 background

This text has white color on #BDA9F4 background.