crispedge.com

Color picker

Loading...

#bcc4ed hex color - Blue - Cool color - Information

#bcc4ed hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 23 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codebcc4ed#bcc4ed
RGB Decimal188, 196, 237rgb(188, 196, 237)
RGB Percent74%, 77%, 93%rgb(74%, 77%, 93%)
CSS RGBa188, 196, 237,1rgba(188,196,237,1)
CMYK Modelcmyk(21%,17%,0%,7%)
HSL Color Space230,58% ,83%hsl(230,58% ,83%)
HSV Color Space230°, 21%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001100010011101101
Octal274304355
Decimal188196237
Hexbcc4ed

Different shades of #bcc4ed color code.

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

Light Shade of #bcc4ed
#e4e7f8
Dark Shade of #bcc4ed
#94a1e2
Saturated Shade of #bcc4ed
#b8c1f1
Desaturated Shade of #bcc4ed
#c0c7e9
Grey scale Shade of #bcc4ed
#d4d4d4
Brighten Shade
#d5ddff
Most Readable Shade
#000000

Shades of #bcc4ed color code

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

#bcc4ed
#a7aed2
#9298b8
#7d829e
#686c83
#535769
#3e414f
#292b34
#14151a
#000000

Similar Color like #bcc4ed color

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

#bdc5ee
#bec6ef
#bfc7f0
#c0c8f1
#c1c9f2
#c2caf3
#c3cbf4
#c4ccf5
#c5cdf6
#c6cef7
#c7cff8
#c8d0f9
#c9d1fa
#cad2fb
#bbc3ec
#bac2eb
#b9c1ea
#b8c0e9
#b7bfe8
#b6bee7
#b5bde6
#b4bce5
#b3bbe4
#b2bae3
#b1b9e2
#b0b8e1
#afb7e0
#aeb6df

Monochromatic Color with #bcc4ed

#bcc4ed
#131418
#353743
#575b6d
#797e98
#9aa1c2

Tints of #bcc4ed Color

#bcc4ed
#c3caef
#cad1f1
#d2d7f3
#d9def5
#e1e4f7
#e8ebf9
#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

#bcc4ed
#ede5bc

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

Split Complementary

#bcc4ed
#edccbc
#ddedbc

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

Analogous Color

#bcd8ed
#bcceed
#bcc4ed
#bebced
#c8bced

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

#bcc4ed
#edbcc4
#c4edbc

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

#bcc4ed
#edbcdc
#ede5bc
#bcedcc

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

#bcc4ed
#ede5bc
#ddedbc
#ccbced

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

#bcc4ed Color Code Preview on Black Background Color

This is how #bcc4ed Color will look on black background color. Color contrast ratio is 12.26

#bcc4ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc4ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc4ed

#bcc4ed color code is use for CSS Background Color

Background color for the above div is #bcc4ed

HTML with inline CSS

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

#bcc4ed color code is use for CSS Border Color

CSS Border color for the above div is #bcc4ed

HTML with inline CSS

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

CSS Border Left color for the above div is #bcc4ed

HTML with inline CSS

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

CSS Border Right color for the above div is #bcc4ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcc4ed

HTML with inline CSS

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

CSS Border Top color for the above div is #bcc4ed

HTML with inline CSS

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

#bcc4ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcc4ed Color code Preview on White Background

This is how #bcc4ed Color code will look on white background color. Color contrast ratio is 1.71

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(188,196,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,229,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,196,237,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 23 Views

Post your comment:-

By submitting comment you agree to our privacy policy.