COLOR #BDAEDF

HEX: #BDAEDF
RGB: (189,174,223)

Color info

#BDAEDF contains red, green and blue colors in about the same proportion. Web safe color of #BDAEDF is #CC99CC (or #C9C).

RGB color model

#BDAEDF color RGB value is (189,174,223).

  • red value is 189;
  • green value is 174;
  • blue value is 223.
RGB:
(189,174,223)
(74%,68%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 223 of 255 = 87%

189
174
223

R + G + B ~ 76%. #BDAEDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 223 = 586 (100%)
R 189 of 586 ~ 32.25%
G 174 of 586 ~ 29.69%
B 223 of 586 ~ 38.05%

%32.25
%29.69
%38.05

CMYK color model

#BDAEDF color CMYK value is (15,22,0,13).

  • cyan value is 15.25%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(15,22,0,13)
C15M22Y0K13 
(15%,22%,0%,13%)
(0.15/0.22/0.00/0.13)	

CMYK percentages

%15.25
%21.97
%0
%12.55

Codes

Color #BDAEDF in popluar color models

BDAEDF
RGB189174223
HSL258°43.36%77.84%
HSB/HSV258°21.97%87.45%
CMYK15.25%21.97%0.00%
12.55%

Color #BDAEDF in popluar number systems.

HEXBDAEDF
Decimal189174223
Binary101111011010111011011111
Octal275256337

Shades and tints

Shades of #BDAEDF

#BDAEDF
(189,174,223)
#AC9FCB
(172,159,203)
#9B90B7
(155,144,183)
#8A81A3
(138,129,163)
#79728F
(121,114,143)
#68637B
(104,99,123)
#575467
(87,84,103)
#464553
(70,69,83)
#35363F
(53,54,63)
#24272B
(36,39,43)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #BDAEDF

#BDAEDF
(189,174,223)
#C3B5E1
(195,181,225)
#C9BCE3
(201,188,227)
#CFC3E5
(207,195,229)
#D5CAE7
(213,202,231)
#DBD1E9
(219,209,233)
#E1D8EB
(225,216,235)
#E7DFED
(231,223,237)
#EDE6EF
(237,230,239)
#F3EDF1
(243,237,241)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAEDF color. Also use rgb(189,174,223) instead hex code.

Text Font Color

.myTextColor { color: #BDAEDF; }

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

This text font color is #BDAEDF.


Background Color

.myBgColor { background-color: #BDAEDF; }

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

This div background color is #BDAEDF.


Border color

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

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

This div border color is #BDAEDF.


Opacity

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

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

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

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

This text has shadow with #BDAEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAEDF on black background.


Color preview on white background

This text has color #BDAEDF on white background.



Black color preview on #BDAEDF background

This text has black color on #BDAEDF background.


White color preview on #BDAEDF background

This text has white color on #BDAEDF background.