crispedge.com

Color picker

Loading...

#b6beaf hex color - Grey - Cool color - Information

#b6beaf hex color - Grey - Cool color

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb6beaf#b6beaf
RGB Decimal182, 190, 175rgb(182, 190, 175)
RGB Percent71%, 75%, 69%rgb(71%, 75%, 69%)
CSS RGBa182, 190, 175,1rgba(182,190,175,1)
CMYK Modelcmyk(4%,0%,8%,25%)
HSL Color Space92,10% ,72%hsl(92,10% ,72%)
HSV Color Space92°, 8%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101101011111010101111
Octal266276257
Decimal182190175
Hexb6beaf

Different shades of #b6beaf color code.

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

Light Shade of #b6beaf
#d0d5cb
Dark Shade of #b6beaf
#9ca793
Saturated Shade of #b6beaf
#b5c5a8
Desaturated Shade of #b6beaf
#b6b7b6
Grey scale Shade of #b6beaf
#b6b6b6
Brighten Shade
#cfd7c8
Most Readable Shade
#000000

Shades of #b6beaf color code

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

#b6beaf
#a1a89b
#8d9388
#797e74
#656961
#50544d
#3c3f3a
#282a26
#141513
#000000

Similar Color like #b6beaf color

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

#b7bfb0
#b8c0b1
#b9c1b2
#bac2b3
#bbc3b4
#bcc4b5
#bdc5b6
#bec6b7
#bfc7b8
#c0c8b9
#c1c9ba
#c2cabb
#c3cbbc
#c4ccbd
#b5bdae
#b4bcad
#b3bbac
#b2baab
#b1b9aa
#b0b8a9
#afb7a8
#aeb6a7
#adb5a6
#acb4a5
#abb3a4
#aab2a3
#a9b1a2
#a8b0a1

Monochromatic Color with #b6beaf

#b6beaf
#dfe8d6
#131412
#3c3e3a
#656961
#8d9388

Tints of #b6beaf Color

#b6beaf
#bec5b7
#c6ccc0
#ced3c9
#d6dad2
#dee2db
#e6e9e4
#eef0ed
#f6f7f6
#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

#b6beaf
#b7afbe

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

Split Complementary

#b6beaf
#b0afbe
#beafbe

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

Analogous Color

#bcbeaf
#b9beaf
#b6beaf
#b3beaf
#b0beaf

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

#b6beaf
#afb6be
#beafb6

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

#b6beaf
#afbdbe
#b7afbe
#beafaf

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

#b6beaf
#b7afbe
#beafbe
#afbeb0

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 #b6beaf 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.

#b6beaf Color Code Preview on Black Background Color

This is how #b6beaf Color will look on black background color. Color contrast ratio is 10.97

#b6beaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6beaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6beaf

#b6beaf color code is use for CSS Background Color

Background color for the above div is #b6beaf

HTML with inline CSS

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

#b6beaf color code is use for CSS Border Color

CSS Border color for the above div is #b6beaf

HTML with inline CSS

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

CSS Border Left color for the above div is #b6beaf

HTML with inline CSS

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

CSS Border Right color for the above div is #b6beaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6beaf

HTML with inline CSS

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

CSS Border Top color for the above div is #b6beaf

HTML with inline CSS

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

#b6beaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6beaf Color code Preview on White Background

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

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(182,190,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(183,175,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,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.