COLOR #BDAECD

HEX: #BDAECD
RGB: (189,174,205)

Color info

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

RGB color model

#BDAECD color RGB value is (189,174,205).

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

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 205 of 255 = 80%

189
174
205

R + G + B ~ 74%. #BDAECD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 205 = 568 (100%)
R 189 of 568 ~ 33.27%
G 174 of 568 ~ 30.63%
B 205 of 568 ~ 36.09%

%33.27
%30.63
%36.09

CMYK color model

#BDAECD color CMYK value is (8,15,0,20).

  • cyan value is 7.80%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(8,15,0,20)
C8M15Y0K20 
(8%,15%,0%,20%)
(0.08/0.15/0.00/0.20)	

CMYK percentages

%7.8
%15.12
%0
%19.61

Codes

Color #BDAECD in popluar color models

BDAECD
RGB189174205
HSL269°23.66%74.31%
HSB/HSV269°15.12%80.39%
CMYK7.80%15.12%0.00%
19.61%

Color #BDAECD in popluar number systems.

HEXBDAECD
Decimal189174205
Binary101111011010111011001101
Octal275256315

Shades and tints

Shades of #BDAECD

#BDAECD
(189,174,205)
#AC9FBB
(172,159,187)
#9B90A9
(155,144,169)
#8A8197
(138,129,151)
#797285
(121,114,133)
#686373
(104,99,115)
#575461
(87,84,97)
#46454F
(70,69,79)
#35363D
(53,54,61)
#24272B
(36,39,43)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #BDAECD

#BDAECD
(189,174,205)
#C3B5D1
(195,181,209)
#C9BCD5
(201,188,213)
#CFC3D9
(207,195,217)
#D5CADD
(213,202,221)
#DBD1E1
(219,209,225)
#E1D8E5
(225,216,229)
#E7DFE9
(231,223,233)
#EDE6ED
(237,230,237)
#F3EDF1
(243,237,241)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAECD; }

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

This text font color is #BDAECD.


Background Color

.myBgColor { background-color: #BDAECD; }

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

This div background color is #BDAECD.


Border color

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

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

This div border color is #BDAECD.


Opacity

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

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

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

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

This text has shadow with #BDAECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAECD on black background.


Color preview on white background

This text has color #BDAECD on white background.



Black color preview on #BDAECD background

This text has black color on #BDAECD background.


White color preview on #BDAECD background

This text has white color on #BDAECD background.