crispedge.com

Color picker

Loading...

#bcace2 hex color - Violet - Cool color - Information

#bcace2 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bcace2 Color code in RGB color code model is created after adding 73.73% red color, 67.45% green color and 88.63% blue color. Hex #bcace2 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 24% magenta, 0% yellow and 11% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codebcace2#bcace2
RGB Decimal188, 172, 226rgb(188, 172, 226)
RGB Percent74%, 67%, 89%rgb(74%, 67%, 89%)
CSS RGBa188, 172, 226,1rgba(188,172,226,1)
CMYK Modelcmyk(17%,24%,0%,11%)
HSL Color Space258,48% ,78%hsl(258,48% ,78%)
HSV Color Space258°, 24%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001010110011100010
Octal274254342
Decimal188172226
Hexbcace2

Different shades of #bcace2 color code.

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

Light Shade of #bcace2
#dad2ef
Dark Shade of #bcace2
#9d86d5
Saturated Shade of #bcace2
#baa6e8
Desaturated Shade of #bcace2
#beb2dc
Grey scale Shade of #bcace2
#c7c7c7
Brighten Shade
#d5c5fb
Most Readable Shade
#000000

Shades of #bcace2 color code

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

#bcace2
#a798c8
#9285af
#7d7296
#685f7d
#534c64
#3e394b
#292632
#141319
#000000

Similar Color like #bcace2 color

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

#bdade3
#beaee4
#bfafe5
#c0b0e6
#c1b1e7
#c2b2e8
#c3b3e9
#c4b4ea
#c5b5eb
#c6b6ec
#c7b7ed
#c8b8ee
#c9b9ef
#cabaf0
#bbabe1
#baaae0
#b9a9df
#b8a8de
#b7a7dd
#b6a6dc
#b5a5db
#b4a4da
#b3a3d9
#b2a2d8
#b1a1d7
#b0a0d6
#af9fd5
#ae9ed4

Monochromatic Color with #bcace2

#bcace2
#0b0a0d
#2f2b38
#524b62
#756b8d
#998cb7

Tints of #bcace2 Color

#bcace2
#c3b5e5
#cabee8
#d2c7eb
#d9d0ee
#e1daf2
#e8e3f5
#f0ecf8
#f7f5fb
#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

#bcace2
#d2e2ac

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

Split Complementary

#bcace2
#e2d7ac
#b7e2ac

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

Analogous Color

#acb2e2
#b1ace2
#bcace2
#c7ace2
#d2ace2

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

#bcace2
#e2bcac
#ace2bc

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

#bcace2
#e2acb7
#d2e2ac
#ace2d7

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

#bcace2
#d2e2ac
#b7e2ac
#d7ace2

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

#bcace2 Color Code Preview on Black Background Color

This is how #bcace2 Color will look on black background color. Color contrast ratio is 10.14

#bcace2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcace2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcace2

#bcace2 color code is use for CSS Background Color

Background color for the above div is #bcace2

HTML with inline CSS

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

#bcace2 color code is use for CSS Border Color

CSS Border color for the above div is #bcace2

HTML with inline CSS

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

CSS Border Left color for the above div is #bcace2

HTML with inline CSS

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

CSS Border Right color for the above div is #bcace2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcace2

HTML with inline CSS

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

CSS Border Top color for the above div is #bcace2

HTML with inline CSS

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

#bcace2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcace2 Color code Preview on White Background

This is how #bcace2 Color code will look on white background color. Color contrast ratio is 2.07

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.