crispedge.com

Color picker

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

#bcd4fc hex color - Blue - Cool color - Information

#bcd4fc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #bcd4fc Color code in RGB color code model is created after adding 73.73% red color, 83.14% green color and 98.82% blue color. Hex #bcd4fc Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 16% magenta, 0% yellow and 1% black.

Hex #bcd4fc color code is between #bbccff web safe hex color code and #ccddee web safe hex color code. #bbccff is the nearest web safe color code. You can see here many more shades of #bcd4fc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebcd4fc#bcd4fc
RGB Decimal188, 212, 252rgb(188, 212, 252)
RGB Percent74%, 83%, 99%rgb(74%, 83%, 99%)
CSS RGBa188, 212, 252,1rgba(188,212,252,1)
CMYK Modelcmyk(25%,16%,0%,1%)
HSL Color Space218,91% ,86%hsl(218,91% ,86%)
HSV Color Space218°, 25%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001101010011111100
Octal274324374
Decimal188212252
Hexbcd4fc

Different shades of #bcd4fc color code.

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

Light Shade of #bcd4fc
#edf3fe
Dark Shade of #bcd4fc
#8bb5fa
Saturated Shade of #bcd4fc
#b9d3ff
Desaturated Shade of #bcd4fc
#bfd5f8
Grey scale Shade of #bcd4fc
#dcdcdc
Brighten Shade
#d5edff
Most Readable Shade
#000000

Shades of #bcd4fc color code

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

#bcd4fc
#a7bce0
#92a4c4
#7d8da8
#68758c
#535e70
#3e4654
#292f38
#14171c
#000000

Similar Color like #bcd4fc color

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

#bdd5fd
#bed6fe
#bfd7ff
#c0d8ff
#c1d9ff
#c2daff
#c3dbff
#c4dcff
#c5ddff
#c6deff
#c7dfff
#c8e0ff
#c9e1ff
#cae2ff
#bbd3fb
#bad2fa
#b9d1f9
#b8d0f8
#b7cff7
#b6cef6
#b5cdf5
#b4ccf4
#b3cbf3
#b2caf2
#b1c9f1
#b0c8f0
#afc7ef
#aec6ee

Monochromatic Color with #bcd4fc

#bcd4fc
#1d2127
#3d4552
#5d697c
#7d8ca7
#9cb0d1

Tints of #bcd4fc Color

#bcd4fc
#c3d8fc
#caddfc
#d2e2fd
#d9e7fd
#e1ebfd
#e8f0fe
#f0f5fe
#f7fafe
#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

#bcd4fc
#fce4bc

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

Split Complementary

#bcd4fc
#fcc4bc
#f4fcbc

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

Analogous Color

#bceefc
#bce1fc
#bcd4fc
#bcc7fc
#bebcfc

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

#bcd4fc
#fcbcd4
#d4fcbc

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

#bcd4fc
#fcbcf4
#fce4bc
#bcfcc4

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

#bcd4fc
#fce4bc
#f4fcbc
#c4bcfc

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

#bcd4fc Color Code Preview on Black Background Color

This is how #bcd4fc Color will look on black background color. Color contrast ratio is 13.96

#bcd4fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcd4fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcd4fc

#bcd4fc color code is use for CSS Background Color

Background color for the above div is #bcd4fc

HTML with inline CSS

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

#bcd4fc color code is use for CSS Border Color

CSS Border color for the above div is #bcd4fc

HTML with inline CSS

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

CSS Border Left color for the above div is #bcd4fc

HTML with inline CSS

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

CSS Border Right color for the above div is #bcd4fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcd4fc

HTML with inline CSS

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

CSS Border Top color for the above div is #bcd4fc

HTML with inline CSS

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

#bcd4fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcd4fc Color code Preview on White Background

This is how #bcd4fc Color code will look on white background color. Color contrast ratio is 1.50

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

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.