crispedge.com

Color picker

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

#bcc7fa hex color - Blue - Cool color - Information

#bcc7fa hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bcc7fa Color code in RGB color code model is created after adding 73.73% red color, 78.04% green color and 98.04% blue color. Hex #bcc7fa Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 20% magenta, 0% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebcc7fa#bcc7fa
RGB Decimal188, 199, 250rgb(188, 199, 250)
RGB Percent74%, 78%, 98%rgb(74%, 78%, 98%)
CSS RGBa188, 199, 250,1rgba(188,199,250,1)
CMYK Modelcmyk(25%,20%,0%,2%)
HSL Color Space229,86% ,86%hsl(229,86% ,86%)
HSV Color Space229°, 25%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001100011111111010
Octal274307372
Decimal188199250
Hexbcc7fa

Different shades of #bcc7fa color code.

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

Light Shade of #bcc7fa
#ebeffe
Dark Shade of #bcc7fa
#8d9ff6
Saturated Shade of #bcc7fa
#b8c5fe
Desaturated Shade of #bcc7fa
#c0c9f6
Grey scale Shade of #bcc7fa
#dbdbdb
Brighten Shade
#d5e0ff
Most Readable Shade
#000000

Shades of #bcc7fa color code

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

#bcc7fa
#a7b0de
#929ac2
#7d84a6
#686e8a
#53586f
#3e4253
#292c37
#14161b
#000000

Similar Color like #bcc7fa color

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

#bdc8fb
#bec9fc
#bfcafd
#c0cbfe
#c1ccff
#c2cdff
#c3ceff
#c4cfff
#c5d0ff
#c6d1ff
#c7d2ff
#c8d3ff
#c9d4ff
#cad5ff
#bbc6f9
#bac5f8
#b9c4f7
#b8c3f6
#b7c2f5
#b6c1f4
#b5c0f3
#b4bff2
#b3bef1
#b2bdf0
#b1bcef
#b0bbee
#afbaed
#aeb9ec

Monochromatic Color with #bcc7fa

#bcc7fa
#1c1e25
#3c4050
#5c627a
#7c83a5
#9ca5cf

Tints of #bcc7fa Color

#bcc7fa
#c3cdfa
#cad3fb
#d2d9fb
#d9dffc
#e1e6fc
#e8ecfd
#f0f2fd
#f7f8fe
#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

#bcc7fa
#faefbc

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

Split Complementary

#bcc7fa
#fad0bc
#e6fabc

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

Analogous Color

#bce0fa
#bcd3fa
#bcc7fa
#bdbcfa
#cabcfa

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

#bcc7fa
#fabcc7
#c7fabc

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

#bcc7fa
#fabce6
#faefbc
#bcfad0

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

#bcc7fa
#faefbc
#e6fabc
#d0bcfa

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

#bcc7fa Color Code Preview on Black Background Color

This is how #bcc7fa Color will look on black background color. Color contrast ratio is 12.69

#bcc7fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc7fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc7fa

#bcc7fa color code is use for CSS Background Color

Background color for the above div is #bcc7fa

HTML with inline CSS

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

#bcc7fa color code is use for CSS Border Color

CSS Border color for the above div is #bcc7fa

HTML with inline CSS

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

CSS Border Left color for the above div is #bcc7fa

HTML with inline CSS

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

CSS Border Right color for the above div is #bcc7fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcc7fa

HTML with inline CSS

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

CSS Border Top color for the above div is #bcc7fa

HTML with inline CSS

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

#bcc7fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcc7fa Color code Preview on White Background

This is how #bcc7fa Color code will look on white background color. Color contrast ratio is 1.66

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

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.