COLOR #BDAEAF

HEX: #BDAEAF RGB: (189,174,175)

Color info

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

RGB color model

#BDAEAF color RGB value is (189,174,175).

RGB: (189,174,175) (74%, 68%, 69%)

RGB channels and saturation

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

189
174
175

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

Portions of RGB colors in percentages

R + G + B = 189 + 174 + 175 = 538 (100%)
R 189 of 538 ~ 35.13%
G 174 of 538 ~ 32.34%
B 175 of 538 ~ 32.53'%

%35.13
%32.34
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 7.41%
  • 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
%7.41
%25.88

Codes

Color #BDAEAF in popluar color models

BD AE AF
RGB 189 174 175
HSL 356° 10.20% 71.18%
HSB/HSV 356° 7.94% 74.12%
CMYK 0.00% 7.94% 7.41%
25.88%

Color #BDAEAF in popluar number systems.

HEX BD AE AF
Decimal 189 174 175
Binary 10111101 10101110 10101111
Octal 275 256 257

Shades and tints

Shades of #BDAEAF

#BDAEAF
(189,174,175)
#AC9FA0
(172,159,160)
#9B9091
(155,144,145)
#8A8182
(138,129,130)
#797273
(121,114,115)
#686364
(104,99,100)
#575455
(87,84,85)
#464546
(70,69,70)
#353637
(53,54,55)
#242728
(36,39,40)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #BDAEAF

#BDAEAF
(189,174,175)
#C3B5B6
(195,181,182)
#C9BCBD
(201,188,189)
#CFC3C4
(207,195,196)
#D5CACB
(213,202,203)
#DBD1D2
(219,209,210)
#E1D8D9
(225,216,217)
#E7DFE0
(231,223,224)
#EDE6E7
(237,230,231)
#F3EDEE
(243,237,238)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAEAF; }

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

This text font color is #BDAEAF.

Background Color

.myBgColor { background-color: #BDAEAF; }

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

This div background color is #BDAEAF.

Border color

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

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

This div border color is #BDAEAF.

Opacity

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

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

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

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

This text has shadow with #BDAEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAEAF.

Preview

Color preview on black background

This text has color #BDAEAF on black background.


Color preview on white background

This text has color #BDAEAF on white background.


Black color preview on #BDAEAF background

This text has black color on #BDAEAF background.


White color preview on #BDAEAF background

This text has white color on #BDAEAF background.


Related colors

Complementary color

Complementary color for #hex is #425150.


I love getcolorcode.com

Triadic colors

1 #AFBDAE and #AEAFBD with #BDAEAF are triadic colors.

2 #AFAEBD and #AEBDAF with #BDAEAF are triadic colors.