crispedge.com

Color picker

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

#bec5cb hex color - Blue - Cool color - Information

#bec5cb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #bec5cb Color code in RGB color code model is created after adding 74.51% red color, 77.25% green color and 79.61% blue color. Hex #bec5cb Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 3% magenta, 0% yellow and 20% black.

Hex #bec5cb color code is between #bbcccc web safe hex color code and #ccbbbb web safe hex color code. #bbcccc is the nearest web safe color code. You can see here many more shades of #bec5cb color code.

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Codebec5cb#bec5cb
RGB Decimal190, 197, 203rgb(190, 197, 203)
RGB Percent75%, 77%, 80%rgb(75%, 77%, 80%)
CSS RGBa190, 197, 203,1rgba(190,197,203,1)
CMYK Modelcmyk(6%,3%,0%,20%)
HSL Color Space208,11% ,77%hsl(208,11% ,77%)
HSV Color Space208°, 6%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111101100010111001011
Octal276305313
Decimal190197203
Hexbec5cb

Different shades of #bec5cb color code.

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

Light Shade of #bec5cb
#dadee2
Dark Shade of #bec5cb
#a2acb4
Saturated Shade of #bec5cb
#b8c5d1
Desaturated Shade of #bec5cb
#c4c5c5
Grey scale Shade of #bec5cb
#c4c4c4
Brighten Shade
#d7dee4
Most Readable Shade
#000000

Shades of #bec5cb color code

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

#bec5cb
#a8afb4
#93999d
#7e8387
#696d70
#54575a
#3f4143
#2a2b2d
#151516
#000000

Similar Color like #bec5cb color

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

#bfc6cc
#c0c7cd
#c1c8ce
#c2c9cf
#c3cad0
#c4cbd1
#c5ccd2
#c6cdd3
#c7ced4
#c8cfd5
#c9d0d6
#cad1d7
#cbd2d8
#ccd3d9
#bdc4ca
#bcc3c9
#bbc2c8
#bac1c7
#b9c0c6
#b8bfc5
#b7bec4
#b6bdc3
#b5bcc2
#b4bbc1
#b3bac0
#b2b9bf
#b1b8be
#b0b7bd

Monochromatic Color with #bec5cb

#bec5cb
#e6eef5
#1f2021
#47494b
#6e7376
#969ca0

Tints of #bec5cb Color

#bec5cb
#c5cbd0
#ccd1d6
#d3d8dc
#dadee2
#e2e5e7
#e9ebed
#f0f2f3
#f7f8f9
#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

#bec5cb
#cbc4be

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

Split Complementary

#bec5cb
#cbbebf
#cbcbbe

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

Analogous Color

#becacb
#bec8cb
#bec5cb
#bec2cb
#bec0cb

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

#bec5cb
#cbbec5
#c5cbbe

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

#bec5cb
#cabecb
#cbc4be
#becbbe

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

#bec5cb
#cbc4be
#cbcbbe
#bebfcb

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

#bec5cb Color Code Preview on Black Background Color

This is how #bec5cb Color will look on black background color. Color contrast ratio is 12.04

#bec5cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bec5cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bec5cb

#bec5cb color code is use for CSS Background Color

Background color for the above div is #bec5cb

HTML with inline CSS

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

#bec5cb color code is use for CSS Border Color

CSS Border color for the above div is #bec5cb

HTML with inline CSS

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

CSS Border Left color for the above div is #bec5cb

HTML with inline CSS

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

CSS Border Right color for the above div is #bec5cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bec5cb

HTML with inline CSS

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

CSS Border Top color for the above div is #bec5cb

HTML with inline CSS

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

#bec5cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bec5cb Color code Preview on White Background

This is how #bec5cb Color code will look on white background color. Color contrast ratio is 1.74

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

Related Gradients

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.