COLOR #BDAEC4

HEX: #BDAEC4
RGB: (189,174,196)

Color info

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

RGB color model

#BDAEC4 color RGB value is (189,174,196).

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

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 196 of 255 = 77%

189
174
196

R + G + B ~ 73%. #BDAEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 196 = 559 (100%)
R 189 of 559 ~ 33.81%
G 174 of 559 ~ 31.13%
B 196 of 559 ~ 35.06%

%33.81
%31.13
%35.06

CMYK color model

#BDAEC4 color CMYK value is (4,11,0,23).

  • cyan value is 3.57%
  • magenta value is 11.22%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(4,11,0,23)
C4M11Y0K23 
(4%,11%,0%,23%)
(0.04/0.11/0.00/0.23)	

CMYK percentages

%3.57
%11.22
%0
%23.14

Codes

Color #BDAEC4 in popluar color models

BDAEC4
RGB189174196
HSL281°15.71%72.55%
HSB/HSV281°11.22%76.86%
CMYK3.57%11.22%0.00%
23.14%

Color #BDAEC4 in popluar number systems.

HEXBDAEC4
Decimal189174196
Binary101111011010111011000100
Octal275256304

Shades and tints

Shades of #BDAEC4

#BDAEC4
(189,174,196)
#AC9FB3
(172,159,179)
#9B90A2
(155,144,162)
#8A8191
(138,129,145)
#797280
(121,114,128)
#68636F
(104,99,111)
#57545E
(87,84,94)
#46454D
(70,69,77)
#35363C
(53,54,60)
#24272B
(36,39,43)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #BDAEC4

#BDAEC4
(189,174,196)
#C3B5C9
(195,181,201)
#C9BCCE
(201,188,206)
#CFC3D3
(207,195,211)
#D5CAD8
(213,202,216)
#DBD1DD
(219,209,221)
#E1D8E2
(225,216,226)
#E7DFE7
(231,223,231)
#EDE6EC
(237,230,236)
#F3EDF1
(243,237,241)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAEC4; }

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

This text font color is #BDAEC4.


Background Color

.myBgColor { background-color: #BDAEC4; }

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

This div background color is #BDAEC4.


Border color

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

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

This div border color is #BDAEC4.


Opacity

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

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

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

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

This text has shadow with #BDAEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAEC4 on black background.


Color preview on white background

This text has color #BDAEC4 on white background.



Black color preview on #BDAEC4 background

This text has black color on #BDAEC4 background.


White color preview on #BDAEC4 background

This text has white color on #BDAEC4 background.