crispedge.com

Color picker

Loading...

#bc93ba hex color - Violet - Warm color - Information

#bc93ba hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bc93ba Color code in RGB color code model is created after adding 73.73% red color, 57.65% green color and 72.94% blue color. Hex #bc93ba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 1% yellow and 26% black.

Hex #bc93ba color code is between #bb99bb web safe hex color code and #cc88aa web safe hex color code. #bb99bb is the nearest web safe color code. You can see here many more shades of #bc93ba color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc93ba#bc93ba
RGB Decimal188, 147, 186rgb(188, 147, 186)
RGB Percent74%, 58%, 73%rgb(74%, 58%, 73%)
CSS RGBa188, 147, 186,1rgba(188,147,186,1)
CMYK Modelcmyk(0%,22%,1%,26%)
HSL Color Space303,23% ,66%hsl(303,23% ,66%)
HSV Color Space303°, 22%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001001001110111010
Octal274223272
Decimal188147186
Hexbc93ba

Different shades of #bc93ba color code.

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

Light Shade of #bc93ba
#d0b2ce
Dark Shade of #bc93ba
#a874a6
Saturated Shade of #bc93ba
#c58ac2
Desaturated Shade of #bc93ba
#b39cb2
Grey scale Shade of #bc93ba
#a7a7a7
Brighten Shade
#d5acd3
Most Readable Shade
#000000

Shades of #bc93ba color code

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

#bc93ba
#a782a5
#927290
#7d627c
#685167
#534152
#3e313e
#292029
#141014
#000000

Similar Color like #bc93ba color

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

#bd94bb
#be95bc
#bf96bd
#c097be
#c198bf
#c299c0
#c39ac1
#c49bc2
#c59cc3
#c69dc4
#c79ec5
#c89fc6
#c9a0c7
#caa1c8
#bb92b9
#ba91b8
#b990b7
#b88fb6
#b78eb5
#b68db4
#b58cb3
#b48bb2
#b38ab1
#b289b0
#b188af
#b087ae
#af86ad
#ae85ac

Monochromatic Color with #bc93ba

#bc93ba
#e6b4e4
#120e12
#3c2f3c
#675166
#917290

Tints of #bc93ba Color

#bc93ba
#c39fc1
#caabc9
#d2b7d1
#d9c3d8
#e1cfe0
#e8dbe8
#f0e7ef
#f7f3f7
#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

#bc93ba
#93bc95

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

Split Complementary

#bc93ba
#a6bc93
#93bcaa

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

Analogous Color

#ae93bc
#b693bc
#bc93ba
#bc93b2
#bc93aa

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

#bc93ba
#babc93
#93babc

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

#bc93ba
#bca993
#93bc95
#93a5bc

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

#bc93ba
#93bc95
#93bcaa
#bc93a6

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

#bc93ba Color Code Preview on Black Background Color

This is how #bc93ba Color will look on black background color. Color contrast ratio is 8.02

#bc93ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc93ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc93ba

#bc93ba color code is use for CSS Background Color

Background color for the above div is #bc93ba

HTML with inline CSS

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

#bc93ba color code is use for CSS Border Color

CSS Border color for the above div is #bc93ba

HTML with inline CSS

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

CSS Border Left color for the above div is #bc93ba

HTML with inline CSS

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

CSS Border Right color for the above div is #bc93ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc93ba

HTML with inline CSS

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

CSS Border Top color for the above div is #bc93ba

HTML with inline CSS

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

#bc93ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc93ba Color code Preview on White Background

This is how #bc93ba Color code will look on white background color. Color contrast ratio is 2.62

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.