crispedge.com

Color picker

Loading...

#babbc7 hex color - Blue - Cool color - Information

#babbc7 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #babbc7 Color code in RGB color code model is created after adding 72.94% red color, 73.33% green color and 78.04% blue color. Hex #babbc7 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 6% magenta, 0% yellow and 22% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebabbc7#babbc7
RGB Decimal186, 187, 199rgb(186, 187, 199)
RGB Percent73%, 73%, 78%rgb(73%, 73%, 78%)
CSS RGBa186, 187, 199,1rgba(186,187,199,1)
CMYK Modelcmyk(7%,6%,0%,22%)
HSL Color Space235,10% ,75%hsl(235,10% ,75%)
HSV Color Space235°, 7%, 78%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101011101111000111
Octal272273307
Decimal186187199
Hexbabbc7

Different shades of #babbc7 color code.

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

Light Shade of #babbc7
#d6d7de
Dark Shade of #babbc7
#9e9fb0
Saturated Shade of #babbc7
#b4b6cd
Desaturated Shade of #babbc7
#c0c0c1
Grey scale Shade of #babbc7
#c0c0c0
Brighten Shade
#d3d4e0
Most Readable Shade
#000000

Shades of #babbc7 color code

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

#babbc7
#a5a6b0
#90919a
#7c7c84
#67676e
#525358
#3e3e42
#29292c
#141416
#000000

Similar Color like #babbc7 color

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

#bbbcc8
#bcbdc9
#bdbeca
#bebfcb
#bfc0cc
#c0c1cd
#c1c2ce
#c2c3cf
#c3c4d0
#c4c5d1
#c5c6d2
#c6c7d3
#c7c8d4
#c8c9d5
#b9bac6
#b8b9c5
#b7b8c4
#b6b7c3
#b5b6c2
#b4b5c1
#b3b4c0
#b2b3bf
#b1b2be
#b0b1bd
#afb0bc
#aeafbb
#adaeba
#acadb9

Monochromatic Color with #babbc7

#babbc7
#e2e3f1
#1b1b1d
#434347
#6b6b72
#92939c

Tints of #babbc7 Color

#babbc7
#c1c2cd
#c9cad3
#d1d1d9
#d8d9df
#e0e0e6
#e8e8ec
#efeff2
#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

#babbc7
#c7c6ba

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

Split Complementary

#babbc7
#c7c0ba
#c2c7ba

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

Analogous Color

#bac0c7
#babec7
#babbc7
#bcbac7
#bebac7

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

#babbc7
#c7babb
#bbc7ba

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

#babbc7
#c7bac1
#c7c6ba
#bac7bf

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

#babbc7
#c7c6ba
#c2c7ba
#c0bac7

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

#babbc7 Color Code Preview on Black Background Color

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

#babbc7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #babbc7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #babbc7

#babbc7 color code is use for CSS Background Color

Background color for the above div is #babbc7

HTML with inline CSS

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

#babbc7 color code is use for CSS Border Color

CSS Border color for the above div is #babbc7

HTML with inline CSS

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

CSS Border Left color for the above div is #babbc7

HTML with inline CSS

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

CSS Border Right color for the above div is #babbc7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #babbc7

HTML with inline CSS

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

CSS Border Top color for the above div is #babbc7

HTML with inline CSS

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

#babbc7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#babbc7 Color code Preview on White Background

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

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,187,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(199,198,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,187,199,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.