crispedge.com

Color picker

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

#bdc3ec hex color - Blue - Cool color - Information

#bdc3ec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bdc3ec Color code in RGB color code model is created after adding 74.12% red color, 76.47% green color and 92.55% blue color. Hex #bdc3ec Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 17% magenta, 0% yellow and 7% black.

Hex #bdc3ec color code is between #bbbbee web safe hex color code and #ccccdd web safe hex color code. #bbbbee is the nearest web safe color code. You can see here many more shades of #bdc3ec color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codebdc3ec#bdc3ec
RGB Decimal189, 195, 236rgb(189, 195, 236)
RGB Percent74%, 76%, 93%rgb(74%, 76%, 93%)
CSS RGBa189, 195, 236,1rgba(189,195,236,1)
CMYK Modelcmyk(20%,17%,0%,7%)
HSL Color Space232,55% ,83%hsl(232,55% ,83%)
HSV Color Space232°, 20%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111011100001111101100
Octal275303354
Decimal189195236
Hexbdc3ec

Different shades of #bdc3ec color code.

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

Light Shade of #bdc3ec
#e5e7f7
Dark Shade of #bdc3ec
#959fe1
Saturated Shade of #bdc3ec
#b9c0f0
Desaturated Shade of #bdc3ec
#c1c6e8
Grey scale Shade of #bdc3ec
#d4d4d4
Brighten Shade
#d6dcff
Most Readable Shade
#000000

Shades of #bdc3ec color code

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

#bdc3ec
#a8add1
#9397b7
#7e829d
#696c83
#545668
#3f414e
#2a2b34
#15151a
#000000

Similar Color like #bdc3ec color

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

#bec4ed
#bfc5ee
#c0c6ef
#c1c7f0
#c2c8f1
#c3c9f2
#c4caf3
#c5cbf4
#c6ccf5
#c7cdf6
#c8cef7
#c9cff8
#cad0f9
#cbd1fa
#bcc2eb
#bbc1ea
#bac0e9
#b9bfe8
#b8bee7
#b7bde6
#b6bce5
#b5bbe4
#b4bae3
#b3b9e2
#b2b8e1
#b1b7e0
#b0b6df
#afb5de

Monochromatic Color with #bdc3ec

#bdc3ec
#131317
#353742
#575a6c
#797d97
#9ba0c1

Tints of #bdc3ec Color

#bdc3ec
#c4c9ee
#cbd0f0
#d3d7f2
#daddf4
#e1e4f6
#e9ebf8
#f0f1fa
#f7f8fc
#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

#bdc3ec
#ece6bd

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

Split Complementary

#bdc3ec
#eccebd
#dbecbd

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

Analogous Color

#bdd6ec
#bdccec
#bdc3ec
#c0bdec
#cabdec

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

#bdc3ec
#ecbdc3
#c3ecbd

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

#bdc3ec
#ecbdda
#ece6bd
#bdecce

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

#bdc3ec
#ece6bd
#dbecbd
#cebdec

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

#bdc3ec Color Code Preview on Black Background Color

This is how #bdc3ec Color will look on black background color. Color contrast ratio is 12.18

#bdc3ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc3ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc3ec

#bdc3ec color code is use for CSS Background Color

Background color for the above div is #bdc3ec

HTML with inline CSS

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

#bdc3ec color code is use for CSS Border Color

CSS Border color for the above div is #bdc3ec

HTML with inline CSS

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

CSS Border Left color for the above div is #bdc3ec

HTML with inline CSS

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

CSS Border Right color for the above div is #bdc3ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdc3ec

HTML with inline CSS

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

CSS Border Top color for the above div is #bdc3ec

HTML with inline CSS

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

#bdc3ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdc3ec Color code Preview on White Background

This is how #bdc3ec Color code will look on white background color. Color contrast ratio is 1.72

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.