crispedge.com

Color picker

Loading...

#babeb2 hex color - Grey - Warm color - Information

#babeb2 hex color - Grey - Warm color

Color Hue/Base color: Grey

Hex #babeb2 Color code in RGB color code model is created after adding 72.94% red color, 74.51% green color and 69.8% blue color. Hex #babeb2 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 6% yellow and 25% black.

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

0 Likes 0 Comments | 7 Views

RGB Chart

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

Color Table

Hex Color Codebabeb2#babeb2
RGB Decimal186, 190, 178rgb(186, 190, 178)
RGB Percent73%, 75%, 70%rgb(73%, 75%, 70%)
CSS RGBa186, 190, 178,1rgba(186,190,178,1)
CMYK Modelcmyk(2%,0%,6%,25%)
HSL Color Space80,8% ,72%hsl(80,8% ,72%)
HSV Color Space80°, 6%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101011111010110010
Octal272276262
Decimal186190178
Hexbabeb2

Different shades of #babeb2 color code.

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

Light Shade of #babeb2
#d3d5ce
Dark Shade of #babeb2
#a1a796
Saturated Shade of #babeb2
#bcc5ab
Desaturated Shade of #babeb2
#b8b8b8
Grey scale Shade of #babeb2
#b8b8b8
Brighten Shade
#d3d7cb
Most Readable Shade
#000000

Shades of #babeb2 color code

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

#babeb2
#a5a89e
#90938a
#7c7e76
#676962
#52544f
#3e3f3b
#292a27
#141513
#000000

Similar Color like #babeb2 color

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

#bbbfb3
#bcc0b4
#bdc1b5
#bec2b6
#bfc3b7
#c0c4b8
#c1c5b9
#c2c6ba
#c3c7bb
#c4c8bc
#c5c9bd
#c6cabe
#c7cbbf
#c8ccc0
#b9bdb1
#b8bcb0
#b7bbaf
#b6baae
#b5b9ad
#b4b8ac
#b3b7ab
#b2b6aa
#b1b5a9
#b0b4a8
#afb3a7
#aeb2a6
#adb1a5
#acb0a4

Monochromatic Color with #babeb2

#babeb2
#e4e8da
#141413
#3d3e3b
#676962
#90938a

Tints of #babeb2 Color

#babeb2
#c1c5ba
#c9ccc3
#d1d3cb
#d8dad4
#e0e2dc
#e8e9e5
#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

#babeb2
#b6b2be

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

Split Complementary

#babeb2
#b2b4be
#bcb2be

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

Analogous Color

#bebdb2
#bcbeb2
#babeb2
#b8beb2
#b5beb2

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

#babeb2
#b2babe
#beb2ba

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

#babeb2
#b2bebc
#b6b2be
#beb2b4

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

#babeb2
#b6b2be
#bcb2be
#b4beb2

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

#babeb2 Color Code Preview on Black Background Color

This is how #babeb2 Color will look on black background color. Color contrast ratio is 11.10

#babeb2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #babeb2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #babeb2

#babeb2 color code is use for CSS Background Color

Background color for the above div is #babeb2

HTML with inline CSS

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

#babeb2 color code is use for CSS Border Color

CSS Border color for the above div is #babeb2

HTML with inline CSS

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

CSS Border Left color for the above div is #babeb2

HTML with inline CSS

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

CSS Border Right color for the above div is #babeb2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #babeb2

HTML with inline CSS

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

CSS Border Top color for the above div is #babeb2

HTML with inline CSS

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

#babeb2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#babeb2 Color code Preview on White Background

This is how #babeb2 Color code will look on white background color. Color contrast ratio is 1.89

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

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(186,190,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(182,178,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,190,178,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.