COLOR #BDAEEC

HEX: #BDAEEC
RGB: (189,174,236)

Color info

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

RGB color model

#BDAEEC color RGB value is (189,174,236).

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

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 236 of 255 = 93%

189
174
236

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

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 236 = 599 (100%)
R 189 of 599 ~ 31.55%
G 174 of 599 ~ 29.05%
B 236 of 599 ~ 39.4%

%31.55
%29.05
%39.4

CMYK color model

#BDAEEC color CMYK value is (20,26,0,7).

  • cyan value is 19.92%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(20,26,0,7)
C20M26Y0K7 
(20%,26%,0%,7%)
(0.20/0.26/0.00/0.07)	

CMYK percentages

%19.92
%26.27
%0
%7.45

Codes

Color #BDAEEC in popluar color models

BDAEEC
RGB189174236
HSL255°62.00%80.39%
HSB/HSV255°26.27%92.55%
CMYK19.92%26.27%0.00%
7.45%

Color #BDAEEC in popluar number systems.

HEXBDAEEC
Decimal189174236
Binary101111011010111011101100
Octal275256354

Shades and tints

Shades of #BDAEEC

#BDAEEC
(189,174,236)
#AC9FD7
(172,159,215)
#9B90C2
(155,144,194)
#8A81AD
(138,129,173)
#797298
(121,114,152)
#686383
(104,99,131)
#57546E
(87,84,110)
#464559
(70,69,89)
#353644
(53,54,68)
#24272F
(36,39,47)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #BDAEEC

#BDAEEC
(189,174,236)
#C3B5ED
(195,181,237)
#C9BCEE
(201,188,238)
#CFC3EF
(207,195,239)
#D5CAF0
(213,202,240)
#DBD1F1
(219,209,241)
#E1D8F2
(225,216,242)
#E7DFF3
(231,223,243)
#EDE6F4
(237,230,244)
#F3EDF5
(243,237,245)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAEEC; }

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

This text font color is #BDAEEC.


Background Color

.myBgColor { background-color: #BDAEEC; }

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

This div background color is #BDAEEC.


Border color

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

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

This div border color is #BDAEEC.


Opacity

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

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

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

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

This text has shadow with #BDAEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAEEC on black background.


Color preview on white background

This text has color #BDAEEC on white background.



Black color preview on #BDAEEC background

This text has black color on #BDAEEC background.


White color preview on #BDAEEC background

This text has white color on #BDAEEC background.