crispedge.com

Color picker

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

#bcd4ff hex color - Blue - Cool color - Information

#bcd4ff hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #bcd4ff Color code in RGB color code model is created after adding 73.73% red color, 83.14% green color and 100% blue color. Hex #bcd4ff Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 17% magenta, 0% yellow and 0% black.

Hex #bcd4ff color code is between #bbccee web safe hex color code and #ccdddd web safe hex color code. #bbccee is the nearest web safe color code. You can see here many more shades of #bcd4ff color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codebcd4ff#bcd4ff
RGB Decimal188, 212, 255rgb(188, 212, 255)
RGB Percent74%, 83%, 100%rgb(74%, 83%, 100%)
CSS RGBa188, 212, 255,1rgba(188,212,255,1)
CMYK Modelcmyk(26%,17%,0%,0%)
HSL Color Space219,100% ,87%hsl(219,100% ,87%)
HSV Color Space219°, 26%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001101010011111111
Octal274324377
Decimal188212255
Hexbcd4ff

Different shades of #bcd4ff color code.

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

Light Shade of #bcd4ff
#eff5ff
Dark Shade of #bcd4ff
#89b3ff
Saturated Shade of #bcd4ff
#bcd4ff
Desaturated Shade of #bcd4ff
#bfd5fc
Grey scale Shade of #bcd4ff
#dddddd
Brighten Shade
#d5edff
Most Readable Shade
#000000

Shades of #bcd4ff color code

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

#bcd4ff
#a7bce2
#92a4c6
#7d8daa
#68758d
#535e71
#3e4655
#292f38
#14171c
#000000

Similar Color like #bcd4ff color

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

#bdd5ff
#bed6ff
#bfd7ff
#c0d8ff
#c1d9ff
#c2daff
#c3dbff
#c4dcff
#c5ddff
#c6deff
#c7dfff
#c8e0ff
#c9e1ff
#cae2ff
#bbd3fe
#bad2fd
#b9d1fc
#b8d0fb
#b7cffa
#b6cef9
#b5cdf8
#b4ccf7
#b3cbf6
#b2caf5
#b1c9f4
#b0c8f3
#afc7f2
#aec6f1

Monochromatic Color with #bcd4ff

#bcd4ff
#1f232a
#3f4755
#5e6a80
#7d8daa
#9db1d4

Tints of #bcd4ff Color

#bcd4ff
#c3d8ff
#caddff
#d2e2ff
#d9e7ff
#e1ebff
#e8f0ff
#f0f5ff
#f7faff
#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

#bcd4ff
#ffe7bc

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

Split Complementary

#bcd4ff
#ffc5bc
#f6ffbc

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

Analogous Color

#bcefff
#bce1ff
#bcd4ff
#bcc7ff
#bfbcff

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

#bcd4ff
#ffbcd4
#d4ffbc

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

#bcd4ff
#ffbcf5
#ffe7bc
#bcffc5

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

#bcd4ff
#ffe7bc
#f6ffbc
#c5bcff

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

#bcd4ff Color Code Preview on Black Background Color

This is how #bcd4ff Color will look on black background color. Color contrast ratio is 14.00

#bcd4ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcd4ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcd4ff

#bcd4ff color code is use for CSS Background Color

Background color for the above div is #bcd4ff

HTML with inline CSS

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

#bcd4ff color code is use for CSS Border Color

CSS Border color for the above div is #bcd4ff

HTML with inline CSS

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

CSS Border Left color for the above div is #bcd4ff

HTML with inline CSS

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

CSS Border Right color for the above div is #bcd4ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcd4ff

HTML with inline CSS

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

CSS Border Top color for the above div is #bcd4ff

HTML with inline CSS

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

#bcd4ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcd4ff Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.