crispedge.com

Color picker

Loading...

#babec1 hex color - Blue - Cool color - Information

#babec1 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 9 Views

RGB Chart

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

Color Table

Hex Color Codebabec1#babec1
RGB Decimal186, 190, 193rgb(186, 190, 193)
RGB Percent73%, 75%, 76%rgb(73%, 75%, 76%)
CSS RGBa186, 190, 193,1rgba(186,190,193,1)
CMYK Modelcmyk(4%,2%,0%,24%)
HSL Color Space206,5% ,74%hsl(206,5% ,74%)
HSV Color Space206°, 4%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101011111011000001
Octal272276301
Decimal186190193
Hexbabec1

Different shades of #babec1 color code.

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

Light Shade of #babec1
#d5d7d9
Dark Shade of #babec1
#9fa5a9
Saturated Shade of #babec1
#b3bfc8
Desaturated Shade of #babec1
#bdbdbd
Grey scale Shade of #babec1
#bdbdbd
Brighten Shade
#d3d7da
Most Readable Shade
#000000

Shades of #babec1 color code

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

#babec1
#a5a8ab
#909396
#7c7e80
#67696b
#525455
#3e3f40
#292a2a
#141515
#000000

Similar Color like #babec1 color

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

#bbbfc2
#bcc0c3
#bdc1c4
#bec2c5
#bfc3c6
#c0c4c7
#c1c5c8
#c2c6c9
#c3c7ca
#c4c8cb
#c5c9cc
#c6cacd
#c7cbce
#c8cccf
#b9bdc0
#b8bcbf
#b7bbbe
#b6babd
#b5b9bc
#b4b8bb
#b3b7ba
#b2b6b9
#b1b5b8
#b0b4b7
#afb3b6
#aeb2b5
#adb1b4
#acb0b3

Monochromatic Color with #babec1

#babec1
#e3e8eb
#161717
#3f4041
#686a6c
#919496

Tints of #babec1 Color

#babec1
#c1c5c7
#c9ccce
#d1d3d5
#d8dadc
#e0e2e3
#e8e9ea
#eff0f1
#f7f7f8
#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

#babec1
#c1bdba

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

Split Complementary

#babec1
#c1babb
#c1c1ba

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

Analogous Color

#bac1c1
#babfc1
#babec1
#babdc1
#babbc1

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

#babec1
#c1babe
#bec1ba

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

#babec1
#c0bac1
#c1bdba
#bac1ba

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

#babec1
#c1bdba
#c1c1ba
#babbc1

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

#babec1 Color Code Preview on Black Background Color

This is how #babec1 Color will look on black background color. Color contrast ratio is 11.22

#babec1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #babec1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #babec1

#babec1 color code is use for CSS Background Color

Background color for the above div is #babec1

HTML with inline CSS

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

#babec1 color code is use for CSS Border Color

CSS Border color for the above div is #babec1

HTML with inline CSS

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

CSS Border Left color for the above div is #babec1

HTML with inline CSS

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

CSS Border Right color for the above div is #babec1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #babec1

HTML with inline CSS

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

CSS Border Top color for the above div is #babec1

HTML with inline CSS

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

#babec1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#babec1 Color code Preview on White Background

This is how #babec1 Color code will look on white background color. Color contrast ratio is 1.87

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

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

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.