Skip to main content Skip to docs navigation

#b8bcac 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 Dry Catmint and its hex is #B9BDAE Nearest Color Name

Color Hue/Base color: Grey

Hex #b8bcac Color code in RGB color code model is created after adding 72.16% red color, 73.73% green color and 67.45% blue color. Hex #b8bcac Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 9% yellow and 26.27% black.

Hex #b8bcac color code is between #bbbbaa web safe hex color code and #aaccbb web safe hex color code. #bbbbaa is the nearest web safe color code. You can see here many more shades of #b8bcac color code.

RGB Chart

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

Color Table

Hex Color Code b8bcac #b8bcac
RGB Decimal 184, 188, 172 184, 188, 172
RGB Percent 72%, 74%, 67% rgb(72%, 74%, 67%)
CSS RGBa 184, 188, 172,1 rgba(184,188,172,1)
CMYK Model cmyk(2%,0%,9%,26.27%)
HSL Color Space 75,11% ,71% hsl(75,11% ,71%)
HSV Color Space 75°, 9%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111000 10111100 10101100
Octal 270 274 254
Decimal 184 188 172
Hex b8 bc ac

Different shades of #b8bcac color code.

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

Darkest of #b8bcac
#6d735c
Darker of #b8bcac
#888e74
Dark of #b8bcac
#a0a590
Base of #b8bcac
#b8bcac
Light of #b8bcac
#d0d3c8
Lighter
#e8eae4
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

#b8bcac
#b0acbc

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

Split Complementary

#b8bcac
#acb0bc
#b8acbc

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

Analogous Color

#bcb7ac
#bcb9ac
#b8bcac
#b3bcac
#acbcac

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

#b8bcac
#bcacb8
#acb8bc

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

#b8bcac
#acb8bc
#b0acbc
#bcb0ac

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

#b8bcac
#acbcb8
#b0acbc
#bcacb0

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 #b8bcac

#525646
#6d735c
#888e74
#a0a590
#b8bcac
#d0d3c8
#e8eae4
#ffffff
#ffffff

Tints of #b8bcac Color

#b8bcac
#bfc3b5
#c7cabe
#cfd2c7
#d7d9d0
#dfe1da
#e7e8e3
#eff0ec
#f7f7f5
#ffffff

Shades of #b8bcac color code

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

#b8bcac
#a3a798
#8f9285
#7a7d72
#66685f
#51534c
#3d3e39
#282926
#141413
#000000

Tones

#b8bcac
#b4b4b4
#b4b4b4
#b4b4b4
#b4b4b4

Tones

Similar Color like #b8bcac color

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

#b9bdad
#babeae
#bbbfaf
#bcc0b0
#bdc1b1
#bec2b2
#bfc3b3
#c0c4b4
#c1c5b5
#c2c6b6
#c3c7b7
#c4c8b8
#c5c9b9
#c6caba
#b7bbab
#b6baaa
#b5b9a9
#b4b8a8
#b3b7a7
#b2b6a6
#b1b5a5
#b0b4a4
#afb3a3
#aeb2a2
#adb1a1
#acb0a0
#abaf9f
#aaae9e

Download this Light Grey

Hex #b8bcac 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.

#b8bcac Color Code Preview on Black Background Color

This is how #b8bcac Color will look on black background color. Color contrast ratio is 10.83

#b8bcac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8bcac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8bcac

#b8bcac color code is use for CSS Background Color

Background color for the above div is #b8bcac

HTML with inline CSS

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

#b8bcac color code is use for CSS Border Color

CSS Border color for the above div is #b8bcac

HTML with inline CSS

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

CSS Border Left color for the above div is #b8bcac

HTML with inline CSS

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

CSS Border Right color for the above div is #b8bcac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b8bcac

HTML with inline CSS

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

CSS Border Top color for the above div is #b8bcac

HTML with inline CSS

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

#b8bcac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b8bcac Color code Preview on White Background

This is how #b8bcac Color code will look on white background color. Color contrast ratio is 1.94

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 #b8bcac; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b8bcac; }

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(184,188,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(176,172,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(184,188,172,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }