crispedge.com

Color picker

Loading...

#b8beaf hex color - Grey - Warm color - Information

#b8beaf hex color - Grey - Warm color

Color Hue/Base color: Grey

Hex #b8beaf Color code in RGB color code model is created after adding 72.16% red color, 74.51% green color and 68.63% blue color. Hex #b8beaf Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 8% yellow and 25% black.

Hex #b8beaf 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 #b8beaf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb8beaf#b8beaf
RGB Decimal184, 190, 175rgb(184, 190, 175)
RGB Percent72%, 75%, 69%rgb(72%, 75%, 69%)
CSS RGBa184, 190, 175,1rgba(184,190,175,1)
CMYK Modelcmyk(3%,0%,8%,25%)
HSL Color Space84,10% ,72%hsl(84,10% ,72%)
HSV Color Space84°, 8%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110001011111010101111
Octal270276257
Decimal184190175
Hexb8beaf

Different shades of #b8beaf color code.

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

Light Shade of #b8beaf
#d1d5cb
Dark Shade of #b8beaf
#9fa793
Saturated Shade of #b8beaf
#b9c5a8
Desaturated Shade of #b8beaf
#b7b7b6
Grey scale Shade of #b8beaf
#b6b6b6
Brighten Shade
#d1d7c8
Most Readable Shade
#000000

Shades of #b8beaf color code

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

#b8beaf
#a3a89b
#8f9388
#7a7e74
#666961
#51544d
#3d3f3a
#282a26
#141513
#000000

Similar Color like #b8beaf color

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

#b9bfb0
#bac0b1
#bbc1b2
#bcc2b3
#bdc3b4
#bec4b5
#bfc5b6
#c0c6b7
#c1c7b8
#c2c8b9
#c3c9ba
#c4cabb
#c5cbbc
#c6ccbd
#b7bdae
#b6bcad
#b5bbac
#b4baab
#b3b9aa
#b2b8a9
#b1b7a8
#b0b6a7
#afb5a6
#aeb4a5
#adb3a4
#acb2a3
#abb1a2
#aab0a1

Monochromatic Color with #b8beaf

#b8beaf
#e1e8d6
#131412
#3d3e3a
#666961
#8f9388

Tints of #b8beaf Color

#b8beaf
#bfc5b7
#c7ccc0
#cfd3c9
#d7dad2
#dfe2db
#e7e9e4
#eff0ed
#f7f7f6
#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

#b8beaf
#b5afbe

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

Split Complementary

#b8beaf
#afb1be
#bdafbe

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

Analogous Color

#bebeaf
#bbbeaf
#b8beaf
#b5beaf
#b2beaf

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

#b8beaf
#afb8be
#beafb8

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

#b8beaf
#afbebc
#b5afbe
#beafb0

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

Double Complementary Color

#b8beaf
#b5afbe
#bdafbe
#b1beaf

Double Complementary 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).

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

#b8beaf Color Code Preview on Black Background Color

This is how #b8beaf Color will look on black background color. Color contrast ratio is 11.02

#b8beaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8beaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8beaf

#b8beaf color code is use for CSS Background Color

Background color for the above div is #b8beaf

HTML with inline CSS

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

#b8beaf color code is use for CSS Border Color

CSS Border color for the above div is #b8beaf

HTML with inline CSS

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

CSS Border Left color for the above div is #b8beaf

HTML with inline CSS

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

CSS Border Right color for the above div is #b8beaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b8beaf

HTML with inline CSS

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

CSS Border Top color for the above div is #b8beaf

HTML with inline CSS

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

#b8beaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b8beaf Color code Preview on White Background

This is how #b8beaf Color code will look on white background color. Color contrast ratio is 1.91

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.