crispedge.com

Color picker

Loading...

#be95bc hex color - Violet - Warm color - Information

#be95bc hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe95bc#be95bc
RGB Decimal190, 149, 188rgb(190, 149, 188)
RGB Percent75%, 58%, 74%rgb(75%, 58%, 74%)
CSS RGBa190, 149, 188,1rgba(190,149,188,1)
CMYK Modelcmyk(0%,22%,1%,25%)
HSL Color Space303,24% ,66%hsl(303,24% ,66%)
HSV Color Space303°, 22%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101001010110111100
Octal276225274
Decimal190149188
Hexbe95bc

Different shades of #be95bc color code.

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

Light Shade of #be95bc
#d1b5d0
Dark Shade of #be95bc
#ab75a8
Saturated Shade of #be95bc
#c78cc4
Desaturated Shade of #be95bc
#b59eb4
Grey scale Shade of #be95bc
#a9a9a9
Brighten Shade
#d7aed5
Most Readable Shade
#000000

Shades of #be95bc color code

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

#be95bc
#a884a7
#937392
#7e637d
#695268
#544253
#3f313e
#2a2129
#151014
#000000

Similar Color like #be95bc color

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

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

Monochromatic Color with #be95bc

#be95bc
#e8b6e6
#141014
#3e313e
#695268
#937492

Tints of #be95bc Color

#be95bc
#c5a0c3
#ccacca
#d3b8d2
#dac4d9
#e2cfe1
#e9dbe8
#f0e7f0
#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

#be95bc
#95be97

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

Split Complementary

#be95bc
#a8be95
#95beac

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

Analogous Color

#b095be
#b895be
#be95bc
#be95b4
#be95ac

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

#be95bc
#bcbe95
#95bcbe

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

#be95bc
#beab95
#95be97
#95a7be

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

#be95bc
#95be97
#95beac
#be95a8

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

#be95bc Color Code Preview on Black Background Color

This is how #be95bc Color will look on black background color. Color contrast ratio is 8.21

#be95bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be95bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be95bc

#be95bc color code is use for CSS Background Color

Background color for the above div is #be95bc

HTML with inline CSS

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

#be95bc color code is use for CSS Border Color

CSS Border color for the above div is #be95bc

HTML with inline CSS

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

CSS Border Left color for the above div is #be95bc

HTML with inline CSS

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

CSS Border Right color for the above div is #be95bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be95bc

HTML with inline CSS

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

CSS Border Top color for the above div is #be95bc

HTML with inline CSS

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

#be95bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be95bc Color code Preview on White Background

This is how #be95bc Color code will look on white background color. Color contrast ratio is 2.56

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

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(190,149,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,190,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,149,188,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.