COLOR #BDAEBF

HEX: #BDAEBF RGB: (189,174,191)

Color info

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

RGB color model

#BDAEBF color RGB value is (189,174,191).

RGB: (189,174,191) (74%, 68%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 174 of 255 = 68%
B 191 of 255 = 75%

189
174
191

R + G + B ~ 72%. #BDAEBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 174 + 191 = 554 (100%)
R 189 of 554 ~ 34.12%
G 174 of 554 ~ 31.41%
B 191 of 554 ~ 34.48'%

%34.12
%31.41
%34.48

CMYK color model

#BDAEBF color CMYK value is (1,9,0,25).

  • cyan value is 1.05%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (1,9,0,25)
C1M9Y0K25 (1%, 9%, 0%, 25%)
(0.01 / 0.09 / 0.00 / 0.25)

CMYK percentages

%1.05
%8.9
%0
%25.1

Codes

Color #BDAEBF in popluar color models

BD AE BF
RGB 189 174 191
HSL 293° 11.72% 71.57%
HSB/HSV 293° 8.90% 74.90%
CMYK 1.05% 8.90% 0.00%
25.10%

Color #BDAEBF in popluar number systems.

HEX BD AE BF
Decimal 189 174 191
Binary 10111101 10101110 10111111
Octal 275 256 277

Shades and tints

Shades of #BDAEBF

#BDAEBF
(189,174,191)
#AC9FAE
(172,159,174)
#9B909D
(155,144,157)
#8A818C
(138,129,140)
#79727B
(121,114,123)
#68636A
(104,99,106)
#575459
(87,84,89)
#464548
(70,69,72)
#353637
(53,54,55)
#242726
(36,39,38)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #BDAEBF

#BDAEBF
(189,174,191)
#C3B5C4
(195,181,196)
#C9BCC9
(201,188,201)
#CFC3CE
(207,195,206)
#D5CAD3
(213,202,211)
#DBD1D8
(219,209,216)
#E1D8DD
(225,216,221)
#E7DFE2
(231,223,226)
#EDE6E7
(237,230,231)
#F3EDEC
(243,237,236)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAEBF; }

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

This text font color is #BDAEBF.

Background Color

.myBgColor { background-color: #BDAEBF; }

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

This div background color is #BDAEBF.

Border color

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

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

This div border color is #BDAEBF.

Opacity

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

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

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

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

This text has shadow with #BDAEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAEBF.

Preview

Color preview on black background

This text has color #BDAEBF on black background.


Color preview on white background

This text has color #BDAEBF on white background.


Black color preview on #BDAEBF background

This text has black color on #BDAEBF background.


White color preview on #BDAEBF background

This text has white color on #BDAEBF background.


Related colors

Complementary color

Complementary color for #hex is #425140.


I love getcolorcode.com

Triadic colors

1 #BFBDAE and #AEBFBD with #BDAEBF are triadic colors.

2 #BFAEBD and #AEBDBF with #BDAEBF are triadic colors.