crispedge.com

Color picker

Loading...

#bcc2ee hex color - Blue - Cool color - Information

#bcc2ee hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #bcc2ee color code is between #bbbbdd web safe hex color code and #ccccff web safe hex color code. #bbbbdd is the nearest web safe color code. You can see here many more shades of #bcc2ee color code.

0 Likes 0 Comments | 18 Views

RGB Chart

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

Color Table

Hex Color Codebcc2ee#bcc2ee
RGB Decimal188, 194, 238rgb(188, 194, 238)
RGB Percent74%, 76%, 93%rgb(74%, 76%, 93%)
CSS RGBa188, 194, 238,1rgba(188,194,238,1)
CMYK Modelcmyk(21%,18%,0%,7%)
HSL Color Space233,60% ,84%hsl(233,60% ,84%)
HSV Color Space233°, 21%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001100001011101110
Octal274302356
Decimal188194238
Hexbcc2ee

Different shades of #bcc2ee color code.

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

Light Shade of #bcc2ee
#e5e7f8
Dark Shade of #bcc2ee
#939de4
Saturated Shade of #bcc2ee
#b8bff2
Desaturated Shade of #bcc2ee
#c0c5ea
Grey scale Shade of #bcc2ee
#d5d5d5
Brighten Shade
#d5dbff
Most Readable Shade
#000000

Shades of #bcc2ee color code

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

#bcc2ee
#a7acd3
#9296b9
#7d819e
#686b84
#535669
#3e404f
#292b34
#14151a
#000000

Similar Color like #bcc2ee color

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

#bdc3ef
#bec4f0
#bfc5f1
#c0c6f2
#c1c7f3
#c2c8f4
#c3c9f5
#c4caf6
#c5cbf7
#c6ccf8
#c7cdf9
#c8cefa
#c9cffb
#cad0fc
#bbc1ed
#bac0ec
#b9bfeb
#b8beea
#b7bde9
#b6bce8
#b5bbe7
#b4bae6
#b3b9e5
#b2b8e4
#b1b7e3
#b0b6e2
#afb5e1
#aeb4e0

Monochromatic Color with #bcc2ee

#bcc2ee
#14151a
#363744
#575a6e
#797d99
#9a9fc3

Tints of #bcc2ee Color

#bcc2ee
#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

#bcc2ee
#eee8bc

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

Split Complementary

#bcc2ee
#eecfbc
#dbeebc

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

Analogous Color

#bcd6ee
#bcccee
#bcc2ee
#c0bcee
#cabcee

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

#bcc2ee
#eebcc2
#c2eebc

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

#bcc2ee
#eebcdb
#eee8bc
#bceecf

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

#bcc2ee
#eee8bc
#dbeebc
#cfbcee

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

#bcc2ee Color Code Preview on Black Background Color

This is how #bcc2ee Color will look on black background color. Color contrast ratio is 12.09

#bcc2ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc2ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc2ee

#bcc2ee color code is use for CSS Background Color

Background color for the above div is #bcc2ee

HTML with inline CSS

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

#bcc2ee color code is use for CSS Border Color

CSS Border color for the above div is #bcc2ee

HTML with inline CSS

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

CSS Border Left color for the above div is #bcc2ee

HTML with inline CSS

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

CSS Border Right color for the above div is #bcc2ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcc2ee

HTML with inline CSS

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

CSS Border Top color for the above div is #bcc2ee

HTML with inline CSS

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

#bcc2ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcc2ee Color code Preview on White Background

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

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,194,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,232,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,194,238,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 18 Views

Post your comment:-

By submitting comment you agree to our privacy policy.