COLOR #BDAEB0

HEX: #BDAEB0
RGB: (189,174,176)

Color info

#BDAEB0 contains red, green and blue colors in about the same proportion. Web safe color of #BDAEB0 is #CC9999 (or #C99).

RGB color model

#BDAEB0 color RGB value is (189,174,176).

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

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 176 of 255 = 69%

189
174
176

R + G + B ~ 70%. #BDAEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 174 + 176 = 539 (100%)
R 189 of 539 ~ 35.06%
G 174 of 539 ~ 32.28%
B 176 of 539 ~ 32.65%

%35.06
%32.28
%32.65

CMYK color model

#BDAEB0 color CMYK value is (0,8,7,26).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 6.88%
  • key color value is 25.88%
CMYK:
(0,8,7,26)
C0M8Y7K26 
(0%,8%,7%,26%)
(0.00/0.08/0.07/0.26)	

CMYK percentages

%0
%7.94
%6.88
%25.88

Codes

Color #BDAEB0 in popluar color models

BDAEB0
RGB189174176
HSL352°10.20%71.18%
HSB/HSV352°7.94%74.12%
CMYK0.00%7.94%6.88%
25.88%

Color #BDAEB0 in popluar number systems.

HEXBDAEB0
Decimal189174176
Binary101111011010111010110000
Octal275256260

Shades and tints

Shades of #BDAEB0

#BDAEB0
(189,174,176)
#AC9FA0
(172,159,160)
#9B9090
(155,144,144)
#8A8180
(138,129,128)
#797270
(121,114,112)
#686360
(104,99,96)
#575450
(87,84,80)
#464540
(70,69,64)
#353630
(53,54,48)
#242720
(36,39,32)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #BDAEB0

#BDAEB0
(189,174,176)
#C3B5B7
(195,181,183)
#C9BCBE
(201,188,190)
#CFC3C5
(207,195,197)
#D5CACC
(213,202,204)
#DBD1D3
(219,209,211)
#E1D8DA
(225,216,218)
#E7DFE1
(231,223,225)
#EDE6E8
(237,230,232)
#F3EDEF
(243,237,239)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAEB0; }

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

This text font color is #BDAEB0.


Background Color

.myBgColor { background-color: #BDAEB0; }

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

This div background color is #BDAEB0.


Border color

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

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

This div border color is #BDAEB0.


Opacity

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

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

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

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

This text has shadow with #BDAEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAEB0 on black background.


Color preview on white background

This text has color #BDAEB0 on white background.



Black color preview on #BDAEB0 background

This text has black color on #BDAEB0 background.


White color preview on #BDAEB0 background

This text has white color on #BDAEB0 background.