crispedge.com

Color picker

Loading...

#bc9ecb hex color - Violet - Warm color - Information

#bc9ecb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bc9ecb Color code in RGB color code model is created after adding 73.73% red color, 61.96% green color and 79.61% blue color. Hex #bc9ecb Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 22% magenta, 0% yellow and 20% black.

Hex #bc9ecb color code is between #bb99cc web safe hex color code and #ccaabb web safe hex color code. #bb99cc is the nearest web safe color code. You can see here many more shades of #bc9ecb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebc9ecb#bc9ecb
RGB Decimal188, 158, 203rgb(188, 158, 203)
RGB Percent74%, 62%, 80%rgb(74%, 62%, 80%)
CSS RGBa188, 158, 203,1rgba(188,158,203,1)
CMYK Modelcmyk(7%,22%,0%,20%)
HSL Color Space280,30% ,71%hsl(280,30% ,71%)
HSV Color Space280°, 22%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001001111011001011
Octal274236313
Decimal188158203
Hexbc9ecb

Different shades of #bc9ecb color code.

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

Light Shade of #bc9ecb
#d3bfdd
Dark Shade of #bc9ecb
#a57db9
Saturated Shade of #bc9ecb
#be97d2
Desaturated Shade of #bc9ecb
#baa5c4
Grey scale Shade of #bc9ecb
#b4b4b4
Brighten Shade
#d5b7e4
Most Readable Shade
#000000

Shades of #bc9ecb color code

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

#bc9ecb
#a78cb4
#927a9d
#7d6987
#685770
#53465a
#3e3443
#29232d
#141116
#000000

Similar Color like #bc9ecb color

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

#bd9fcc
#bea0cd
#bfa1ce
#c0a2cf
#c1a3d0
#c2a4d1
#c3a5d2
#c4a6d3
#c5a7d4
#c6a8d5
#c7a9d6
#c8aad7
#c9abd8
#caacd9
#bb9dca
#ba9cc9
#b99bc8
#b89ac7
#b799c6
#b698c5
#b597c4
#b496c3
#b395c2
#b294c1
#b193c0
#b092bf
#af91be
#ae90bd

Monochromatic Color with #bc9ecb

#bc9ecb
#e3bff5
#1f1a21
#463b4b
#6d5c76
#957da0

Tints of #bc9ecb Color

#bc9ecb
#c3a8d0
#cab3d6
#d2bedc
#d9c9e2
#e1d3e7
#e8deed
#f0e9f3
#f7f4f9
#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

#bc9ecb
#adcb9e

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

Split Complementary

#bc9ecb
#c4cb9e
#9ecba6

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

Analogous Color

#aa9ecb
#b39ecb
#bc9ecb
#c59ecb
#cb9ec8

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

#bc9ecb
#cbbc9e
#9ecbbc

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

#bc9ecb
#cba59e
#adcb9e
#9ec3cb

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

#bc9ecb
#adcb9e
#9ecba6
#cb9ec4

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

#bc9ecb Color Code Preview on Black Background Color

This is how #bc9ecb Color will look on black background color. Color contrast ratio is 8.89

#bc9ecb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc9ecb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc9ecb

#bc9ecb color code is use for CSS Background Color

Background color for the above div is #bc9ecb

HTML with inline CSS

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

#bc9ecb color code is use for CSS Border Color

CSS Border color for the above div is #bc9ecb

HTML with inline CSS

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

CSS Border Left color for the above div is #bc9ecb

HTML with inline CSS

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

CSS Border Right color for the above div is #bc9ecb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc9ecb

HTML with inline CSS

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

CSS Border Top color for the above div is #bc9ecb

HTML with inline CSS

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

#bc9ecb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc9ecb Color code Preview on White Background

This is how #bc9ecb Color code will look on white background color. Color contrast ratio is 2.36

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.