crispedge.com

Color picker

Loading...

#b4bbfd hex color - Blue - Cool color - Information

#b4bbfd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #b4bbfd Color code in RGB color code model is created after adding 70.59% red color, 73.33% green color and 99.22% blue color. Hex #b4bbfd Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 26% magenta, 0% yellow and 1% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb4bbfd#b4bbfd
RGB Decimal180, 187, 253rgb(180, 187, 253)
RGB Percent71%, 73%, 99%rgb(71%, 73%, 99%)
CSS RGBa180, 187, 253,1rgba(180,187,253,1)
CMYK Modelcmyk(29%,26%,0%,1%)
HSL Color Space234,95% ,85%hsl(234,95% ,85%)
HSV Color Space234°, 29%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101001011101111111101
Octal264273375
Decimal180187253
Hexb4bbfd

Different shades of #b4bbfd color code.

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

Light Shade of #b4bbfd
#e6e8fe
Dark Shade of #b4bbfd
#828efc
Saturated Shade of #b4bbfd
#b2b9ff
Desaturated Shade of #b4bbfd
#b8bef9
Grey scale Shade of #b4bbfd
#d8d8d8
Brighten Shade
#cdd4ff
Most Readable Shade
#000000

Shades of #b4bbfd color code

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

#b4bbfd
#a0a6e0
#8c91c4
#787ca8
#64678c
#505370
#3c3e54
#282938
#14141c
#000000

Similar Color like #b4bbfd color

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

#b5bcfe
#b6bdff
#b7beff
#b8bfff
#b9c0ff
#bac1ff
#bbc2ff
#bcc3ff
#bdc4ff
#bec5ff
#bfc6ff
#c0c7ff
#c1c8ff
#c2c9ff
#b3bafc
#b2b9fb
#b1b8fa
#b0b7f9
#afb6f8
#aeb5f7
#adb4f6
#acb3f5
#abb2f4
#aab1f3
#a9b0f2
#a8aff1
#a7aef0
#a6adef

Monochromatic Color with #b4bbfd

#b4bbfd
#1d1e28
#3b3d53
#595d7d
#787ca8
#969cd2

Tints of #b4bbfd Color

#b4bbfd
#bcc2fd
#c4cafd
#cdd1fd
#d5d9fd
#dde0fe
#e6e8fe
#eeeffe
#f6f7fe
#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

#b4bbfd
#fdf6b4

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

Split Complementary

#b4bbfd
#fdd2b4
#dffdb4

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

Analogous Color

#b4d8fd
#b4cafd
#b4bbfd
#bcb4fd
#cab4fd

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

#b4bbfd
#fdb4bb
#bbfdb4

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

#b4bbfd
#fdb4df
#fdf6b4
#b4fdd1

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

#b4bbfd
#fdf6b4
#dffdb4
#d2b4fd

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

#b4bbfd Color Code Preview on Black Background Color

This is how #b4bbfd Color will look on black background color. Color contrast ratio is 11.47

#b4bbfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4bbfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4bbfd

#b4bbfd color code is use for CSS Background Color

Background color for the above div is #b4bbfd

HTML with inline CSS

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

#b4bbfd color code is use for CSS Border Color

CSS Border color for the above div is #b4bbfd

HTML with inline CSS

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

CSS Border Left color for the above div is #b4bbfd

HTML with inline CSS

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

CSS Border Right color for the above div is #b4bbfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b4bbfd

HTML with inline CSS

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

CSS Border Top color for the above div is #b4bbfd

HTML with inline CSS

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

#b4bbfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b4bbfd Color code Preview on White Background

This is how #b4bbfd Color code will look on white background color. Color contrast ratio is 1.83

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

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(180,187,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(253,246,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,187,253,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.