COLOR #BDBEAF

HEX: #BDBEAF
RGB: (189,190,175)

Color info

#BDBEAF contains red, green and blue colors in about the same proportion. Web safe color of #BDBEAF is #CCCC99 (or #CC9).

RGB color model

#BDBEAF color RGB value is (189,190,175).

  • red value is 189;
  • green value is 190;
  • blue value is 175.
RGB:
(189,190,175)
(74%,75%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 190 of 255 = 75%
B 175 of 255 = 69%

189
190
175

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

Portions of RGB colors in percentages

R + G + B =
189 + 190 + 175 = 554 (100%)
R 189 of 554 ~ 34.12%
G 190 of 554 ~ 34.3%
B 175 of 554 ~ 31.59%

%34.12
%34.3
%31.59

CMYK color model

#BDBEAF color CMYK value is (1,0,8,25).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(1,0,8,25)
C1M0Y8K25 
(1%,0%,8%,25%)
(0.01/0.00/0.08/0.25)	

CMYK percentages

%0.53
%0
%7.89
%25.49

Codes

Color #BDBEAF in popluar color models

BDBEAF
RGB189190175
HSL64°10.34%71.57%
HSB/HSV64°7.89%74.51%
CMYK0.53%0.00%7.89%
25.49%

Color #BDBEAF in popluar number systems.

HEXBDBEAF
Decimal189190175
Binary101111011011111010101111
Octal275276257

Shades and tints

Shades of #BDBEAF

#BDBEAF
(189,190,175)
#ACADA0
(172,173,160)
#9B9C91
(155,156,145)
#8A8B82
(138,139,130)
#797A73
(121,122,115)
#686964
(104,105,100)
#575855
(87,88,85)
#464746
(70,71,70)
#353637
(53,54,55)
#242528
(36,37,40)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #BDBEAF

#BDBEAF
(189,190,175)
#C3C3B6
(195,195,182)
#C9C8BD
(201,200,189)
#CFCDC4
(207,205,196)
#D5D2CB
(213,210,203)
#DBD7D2
(219,215,210)
#E1DCD9
(225,220,217)
#E7E1E0
(231,225,224)
#EDE6E7
(237,230,231)
#F3EBEE
(243,235,238)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBEAF; }

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

This text font color is #BDBEAF.


Background Color

.myBgColor { background-color: #BDBEAF; }

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

This div background color is #BDBEAF.


Border color

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

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

This div border color is #BDBEAF.


Opacity

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

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

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

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

This text has shadow with #BDBEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBEAF on black background.


Color preview on white background

This text has color #BDBEAF on white background.



Black color preview on #BDBEAF background

This text has black color on #BDBEAF background.


White color preview on #BDBEAF background

This text has white color on #BDBEAF background.