crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b5bcee hex color - Blue - Cool color - Information

#b5bcee hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #b5bcee color code is between #bbbbdd web safe hex color code and #aaccff web safe hex color code. #bbbbdd is the nearest web safe color code. You can see here many more shades of #b5bcee color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb5bcee#b5bcee
RGB Decimal181, 188, 238rgb(181, 188, 238)
RGB Percent71%, 74%, 93%rgb(71%, 74%, 93%)
CSS RGBa181, 188, 238,1rgba(181,188,238,1)
CMYK Modelcmyk(24%,21%,0%,7%)
HSL Color Space233,63% ,82%hsl(233,63% ,82%)
HSV Color Space233°, 24%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101011011110011101110
Octal265274356
Decimal181188238
Hexb5bcee

Different shades of #b5bcee color code.

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

Light Shade of #b5bcee
#dee2f8
Dark Shade of #b5bcee
#8c96e4
Saturated Shade of #b5bcee
#b0b9f3
Desaturated Shade of #b5bcee
#babfe9
Grey scale Shade of #b5bcee
#d1d1d1
Brighten Shade
#ced5ff
Most Readable Shade
#000000

Shades of #b5bcee color code

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

#b5bcee
#a0a7d3
#8c92b9
#787d9e
#646884
#505369
#3c3e4f
#282934
#14141a
#000000

Similar Color like #b5bcee color

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

#b6bdef
#b7bef0
#b8bff1
#b9c0f2
#bac1f3
#bbc2f4
#bcc3f5
#bdc4f6
#bec5f7
#bfc6f8
#c0c7f9
#c1c8fa
#c2c9fb
#c3cafc
#b4bbed
#b3baec
#b2b9eb
#b1b8ea
#b0b7e9
#afb6e8
#aeb5e7
#adb4e6
#acb3e5
#abb2e4
#aab1e3
#a9b0e2
#a8afe1
#a7aee0

Monochromatic Color with #b5bcee

#b5bcee
#13141a
#343644
#54576e
#747999
#959ac3

Tints of #b5bcee Color

#b5bcee
#bdc3ef
#c5caf1
#cdd2f3
#d5d9f5
#dee1f7
#e6e8f9
#eef0fb
#f6f7fd
#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

#b5bcee
#eee7b5

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

Split Complementary

#b5bcee
#eecbb5
#d8eeb5

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

Analogous Color

#b5d3ee
#b5c7ee
#b5bcee
#b9b5ee
#c5b5ee

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

#b5bcee
#eeb5bc
#bceeb5

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

#b5bcee
#eeb5d8
#eee7b5
#b5eeca

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

#b5bcee
#eee7b5
#d8eeb5
#cbb5ee

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

#b5bcee Color Code Preview on Black Background Color

This is how #b5bcee Color will look on black background color. Color contrast ratio is 11.39

#b5bcee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5bcee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5bcee

#b5bcee color code is use for CSS Background Color

Background color for the above div is #b5bcee

HTML with inline CSS

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

#b5bcee color code is use for CSS Border Color

CSS Border color for the above div is #b5bcee

HTML with inline CSS

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

CSS Border Left color for the above div is #b5bcee

HTML with inline CSS

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

CSS Border Right color for the above div is #b5bcee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5bcee

HTML with inline CSS

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

CSS Border Top color for the above div is #b5bcee

HTML with inline CSS

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

#b5bcee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5bcee Color code Preview on White Background

This is how #b5bcee Color code will look on white background color. Color contrast ratio is 1.84

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.