crispedge.com

Color picker

Loading...

#b5bbec hex color - Blue - Cool color - Information

#b5bbec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #b5bbec Color code in RGB color code model is created after adding 70.98% red color, 73.33% green color and 92.55% blue color. Hex #b5bbec Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 21% magenta, 0% yellow and 7% black.

Hex #b5bbec color code is between #bbaaee web safe hex color code and #aaccdd web safe hex color code. #bbaaee is the nearest web safe color code. You can see here many more shades of #b5bbec color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeb5bbec#b5bbec
RGB Decimal181, 187, 236rgb(181, 187, 236)
RGB Percent71%, 73%, 93%rgb(71%, 73%, 93%)
CSS RGBa181, 187, 236,1rgba(181,187,236,1)
CMYK Modelcmyk(23%,21%,0%,7%)
HSL Color Space233,59% ,82%hsl(233,59% ,82%)
HSV Color Space233°, 23%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101011011101111101100
Octal265273354
Decimal181187236
Hexb5bbec

Different shades of #b5bbec color code.

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

Light Shade of #b5bbec
#dee0f6
Dark Shade of #b5bbec
#8c96e2
Saturated Shade of #b5bbec
#b0b7f1
Desaturated Shade of #b5bbec
#babfe7
Grey scale Shade of #b5bbec
#d0d0d0
Brighten Shade
#ced4ff
Most Readable Shade
#000000

Shades of #b5bbec color code

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

#b5bbec
#a0a6d1
#8c91b7
#787c9d
#646783
#505368
#3c3e4e
#282934
#14141a
#000000

Similar Color like #b5bbec color

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

#b6bced
#b7bdee
#b8beef
#b9bff0
#bac0f1
#bbc1f2
#bcc2f3
#bdc3f4
#bec4f5
#bfc5f6
#c0c6f7
#c1c7f8
#c2c8f9
#c3c9fa
#b4baeb
#b3b9ea
#b2b8e9
#b1b7e8
#b0b6e7
#afb5e6
#aeb4e5
#adb3e4
#acb2e3
#abb1e2
#aab0e1
#a9afe0
#a8aedf
#a7adde

Monochromatic Color with #b5bbec

#b5bbec
#121317
#333442
#53566c
#747897
#9499c1

Tints of #b5bbec Color

#b5bbec
#bdc2ee
#c5caf0
#cdd1f2
#d5d9f4
#dee0f6
#e6e8f8
#eeeffa
#f6f7fc
#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

#b5bbec
#ece6b5

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

Split Complementary

#b5bbec
#eccbb5
#d6ecb5

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

Analogous Color

#b5d1ec
#b5c6ec
#b5bbec
#bab5ec
#c5b5ec

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

#b5bbec
#ecb5bb
#bbecb5

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

#b5bbec
#ecb5d6
#ece6b5
#b5ecca

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

#b5bbec
#ece6b5
#d6ecb5
#cbb5ec

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

#b5bbec Color Code Preview on Black Background Color

This is how #b5bbec Color will look on black background color. Color contrast ratio is 11.28

#b5bbec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5bbec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5bbec

#b5bbec color code is use for CSS Background Color

Background color for the above div is #b5bbec

HTML with inline CSS

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

#b5bbec color code is use for CSS Border Color

CSS Border color for the above div is #b5bbec

HTML with inline CSS

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

CSS Border Left color for the above div is #b5bbec

HTML with inline CSS

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

CSS Border Right color for the above div is #b5bbec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5bbec

HTML with inline CSS

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

CSS Border Top color for the above div is #b5bbec

HTML with inline CSS

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

#b5bbec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5bbec Color code Preview on White Background

This is how #b5bbec Color code will look on white background color. Color contrast ratio is 1.86

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

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(181,187,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,230,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,187,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.