crispedge.com

Color picker

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

#bcc2ed hex color - Blue - Cool color - Information

#bcc2ed hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #bcc2ed 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 #bcc2ed color code.

0 Likes 0 Comments | 15 Views

Color Table

Hex Color Codebcc2ed#bcc2ed
RGB Decimal188, 194, 237rgb(188, 194, 237)
RGB Percent74%, 76%, 93%rgb(74%, 76%, 93%)
CSS RGBa188, 194, 237,1rgba(188,194,237,1)
CMYK Modelcmyk(21%,18%,0%,7%)
HSL Color Space233,58% ,83%hsl(233,58% ,83%)
HSV Color Space233°, 21%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001100001011101101
Octal274302355
Decimal188194237
Hexbcc2ed

Different shades of #bcc2ed color code.

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

Light Shade of #bcc2ed
#e4e7f8
Dark Shade of #bcc2ed
#949de2
Saturated Shade of #bcc2ed
#b8bff1
Desaturated Shade of #bcc2ed
#c0c5e9
Grey scale Shade of #bcc2ed
#d4d4d4
Brighten Shade
#d5dbff
Most Readable Shade
#000000

Shades of #bcc2ed color code

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

#bcc2ed
#a7acd2
#9296b8
#7d819e
#686b83
#535669
#3e404f
#292b34
#14151a
#000000

Similar Color like #bcc2ed color

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

#bdc3ee
#bec4ef
#bfc5f0
#c0c6f1
#c1c7f2
#c2c8f3
#c3c9f4
#c4caf5
#c5cbf6
#c6ccf7
#c7cdf8
#c8cef9
#c9cffa
#cad0fb
#bbc1ec
#bac0eb
#b9bfea
#b8bee9
#b7bde8
#b6bce7
#b5bbe6
#b4bae5
#b3b9e4
#b2b8e3
#b1b7e2
#b0b6e1
#afb5e0
#aeb4df

Monochromatic Color with #bcc2ed

#bcc2ed
#131418
#353743
#575a6d
#797c98
#9a9fc2

Tints of #bcc2ed Color

#bcc2ed
#c3c8ef
#cacff1
#d2d6f3
#d9ddf5
#e1e3f7
#e8eaf9
#f0f1fb
#f7f8fd
#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

#bcc2ed
#ede7bc

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

Split Complementary

#bcc2ed
#edcfbc
#daedbc

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

Analogous Color

#bcd6ed
#bccced
#bcc2ed
#c0bced
#cabced

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

#bcc2ed
#edbcc2
#c2edbc

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

#bcc2ed
#edbcda
#ede7bc
#bcedce

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

#bcc2ed
#ede7bc
#daedbc
#cfbced

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

#bcc2ed Color Code Preview on Black Background Color

This is how #bcc2ed Color will look on black background color. Color contrast ratio is 12.08

#bcc2ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc2ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc2ed

#bcc2ed color code is use for CSS Background Color

Background color for the above div is #bcc2ed

HTML with inline CSS

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

#bcc2ed color code is use for CSS Border Color

CSS Border color for the above div is #bcc2ed

HTML with inline CSS

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

CSS Border Left color for the above div is #bcc2ed

HTML with inline CSS

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

CSS Border Right color for the above div is #bcc2ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcc2ed

HTML with inline CSS

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

CSS Border Top color for the above div is #bcc2ed

HTML with inline CSS

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

#bcc2ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcc2ed Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 15 Views

Post your comment:-

By submitting comment you agree to our privacy policy.