crispedge.com

Color picker

Loading...

#babff9 hex color - Blue - Cool color - Information

#babff9 hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #babff9 color code is between #bbbbff web safe hex color code and #aaccee web safe hex color code. #bbbbff is the nearest web safe color code. You can see here many more shades of #babff9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebabff9#babff9
RGB Decimal186, 191, 249rgb(186, 191, 249)
RGB Percent73%, 75%, 98%rgb(73%, 75%, 98%)
CSS RGBa186, 191, 249,1rgba(186,191,249,1)
CMYK Modelcmyk(25%,23%,0%,2%)
HSL Color Space235,84% ,85%hsl(235,84% ,85%)
HSV Color Space235°, 25%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101011111111111001
Octal272277371
Decimal186191249
Hexbabff9

Different shades of #babff9 color code.

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

Light Shade of #babff9
#e9ebfd
Dark Shade of #babff9
#8b93f5
Saturated Shade of #babff9
#b6bcfd
Desaturated Shade of #babff9
#bec2f5
Grey scale Shade of #babff9
#d9d9d9
Brighten Shade
#d3d8ff
Most Readable Shade
#000000

Shades of #babff9 color code

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

#babff9
#a5a9dd
#9094c1
#7c7fa6
#676a8a
#52546e
#3e3f53
#292a37
#14151b
#000000

Similar Color like #babff9 color

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

#bbc0fa
#bcc1fb
#bdc2fc
#bec3fd
#bfc4fe
#c0c5ff
#c1c6ff
#c2c7ff
#c3c8ff
#c4c9ff
#c5caff
#c6cbff
#c7ccff
#c8cdff
#b9bef8
#b8bdf7
#b7bcf6
#b6bbf5
#b5baf4
#b4b9f3
#b3b8f2
#b2b7f1
#b1b6f0
#b0b5ef
#afb4ee
#aeb3ed
#adb2ec
#acb1eb

Monochromatic Color with #babff9

#babff9
#1b1c24
#3b3d4f
#5b5d79
#7b7ea4
#9a9ece

Tints of #babff9 Color

#babff9
#c1c6f9
#c9cdfa
#d1d4fb
#d8dbfb
#e0e2fc
#e8e9fd
#eff0fd
#f7f7fe
#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

#babff9
#f9f4ba

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

Split Complementary

#babff9
#f9d5ba
#dff9ba

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

Analogous Color

#bad8f9
#baccf9
#babff9
#c2baf9
#cebaf9

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

#babff9
#f9babf
#bff9ba

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

#babff9
#f9bade
#f9f4ba
#baf9d4

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

#babff9
#f9f4ba
#dff9ba
#d5baf9

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

#babff9 Color Code Preview on Black Background Color

This is how #babff9 Color will look on black background color. Color contrast ratio is 11.91

#babff9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #babff9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #babff9

#babff9 color code is use for CSS Background Color

Background color for the above div is #babff9

HTML with inline CSS

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

#babff9 color code is use for CSS Border Color

CSS Border color for the above div is #babff9

HTML with inline CSS

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

CSS Border Left color for the above div is #babff9

HTML with inline CSS

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

CSS Border Right color for the above div is #babff9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #babff9

HTML with inline CSS

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

CSS Border Top color for the above div is #babff9

HTML with inline CSS

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

#babff9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#babff9 Color code Preview on White Background

This is how #babff9 Color code will look on white background color. Color contrast ratio is 1.76

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

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,191,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(249,244,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,191,249,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.