Skip to main content Skip to docs navigation

#bdb5bf hex color | Download Light Grey BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Red Lilac Purple and its hex is #BFBAC0 Nearest Color Name

Color Hue/Base color: Grey

Hex #bdb5bf Color code in RGB color code model is created after adding 74.12% red color, 70.98% green color and 74.9% blue color. Hex #bdb5bf Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 5% magenta, 0% yellow and 25.1% black.

Hex #bdb5bf color code is between #bbbbbb web safe hex color code and #ccaacc web safe hex color code. #bbbbbb is the nearest web safe color code. You can see here many more shades of #bdb5bf color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code bdb5bf #bdb5bf
RGB Decimal 189, 181, 191 189, 181, 191
RGB Percent 74%, 71%, 75% rgb(74%, 71%, 75%)
CSS RGBa 189, 181, 191,1 rgba(189,181,191,1)
CMYK Model cmyk(1%,5%,0%,25.1%)
HSL Color Space 288,7% ,73% hsl(288,7% ,73%)
HSV Color Space 288°, 5%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 10110101 10111111
Octal 275 265 277
Decimal 189 181 191
Hex bd b5 bf

Different shades of #bdb5bf color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #bdb5bf
#726675
Darker of #bdb5bf
#8c7e90
Dark of #bdb5bf
#a59aa7
Base of #bdb5bf
#bdb5bf
Light of #bdb5bf
#d5d0d7
Lighter
#eeecee
Lightest
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bdb5bf
#b7bfb5

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bdb5bf
#bcbfb5
#b5bfb8

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b7b5bf
#b9b5bf
#bdb5bf
#bfb5be
#bfb5b9

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bdb5bf
#b5bfbd
#bfbdb5

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bdb5bf
#bfbdb5
#b7bfb5
#b5b7bf

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bdb5bf
#bfb8b5
#b7bfb5
#b5bcbf

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #bdb5bf

#584e5a
#726675
#8c7e90
#a59aa7
#bdb5bf
#d5d0d7
#eeecee
#ffffff
#ffffff

Tints of #bdb5bf Color

#bdb5bf
#c4bdc6
#cbc5cd
#d3cdd4
#dad5db
#e1dee2
#e9e6e9
#f0eef0
#f7f6f7
#ffffff

Shades of #bdb5bf color code

Generate more color scales with scales (color stack) generator.

#bdb5bf
#a8a0a9
#938c94
#7e787f
#69646a
#545054
#3f3c3f
#2a282a
#151415
#000000

Tones

#bdb5bf
#bababa
#bababa
#bababa
#bababa

Tones

Similar Color like #bdb5bf color

Find visually similar hex color codes nearing to #bdb5bf hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#beb6c0
#bfb7c1
#c0b8c2
#c1b9c3
#c2bac4
#c3bbc5
#c4bcc6
#c5bdc7
#c6bec8
#c7bfc9
#c8c0ca
#c9c1cb
#cac2cc
#cbc3cd
#bcb4be
#bbb3bd
#bab2bc
#b9b1bb
#b8b0ba
#b7afb9
#b6aeb8
#b5adb7
#b4acb6
#b3abb5
#b2aab4
#b1a9b3
#b0a8b2
#afa7b1

Download this Light Grey

Hex #bdb5bf Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bdb5bf Color Code Preview on Black Background Color

This is how #bdb5bf Color will look on black background color. Color contrast ratio is 10.53

#bdb5bf in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bdb5bf">Your Example Paragraph content text in with font color #bdb5bf </p>

Your Example Paragraph content text in with font color #bdb5bf

HTML with inline CSS

<div style="color:#bdb5bf">Your Paragraph text in with font color #bdb5bf </div>

Your Example Paragraph content text in with font color #bdb5bf

#bdb5bf color code is use for CSS Background Color

Background color for the above div is #bdb5bf

HTML with inline CSS

<div style="background-color:#bdb5bf;"></div>

#bdb5bf color code is use for CSS Border Color

CSS Border color for the above div is #bdb5bf

HTML with inline CSS

<div style="border:5px solid #bdb5bf;"></div>

CSS Border Left color for the above div is #bdb5bf

HTML with inline CSS

<div style="border-left:5px solid #bdb5bf;"></div>

CSS Border Right color for the above div is #bdb5bf

HTML with inline CSS

<div style="border-right:5px solid #bdb5bf;"></div>

CSS Border Bottom color for the above div is #bdb5bf

HTML with inline CSS

<div style="border-bottom:5px solid #bdb5bf;"></div>

CSS Border Top color for the above div is #bdb5bf

HTML with inline CSS

<div style="border-top:5px solid #bdb5bf;"></div>

#bdb5bf hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bdb5bf; } .examplecolorclass {color:#bdb5bf; } .examplebordercolor {border:3px solid #bdb5bf; }

#bdb5bf Color code Preview on White Background

This is how #bdb5bf Color code will look on white background color. Color contrast ratio is 2.00

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bdb5bf; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bdb5bf; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(189,181,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(183,191,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,181,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }