crispedge.com

#b995be hex color - Violet - Warm color - Information

#b995be hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb995be#b995be
RGB Decimal185, 149, 190rgb(185, 149, 190)
RGB Percent73%, 58%, 75%rgb(73%, 58%, 75%)
CSS RGBa185, 149, 190,1rgba(185,149,190,1)
CMYK Modelcmyk(3%,22%,0%,25.49%)
HSL Color Space293,24% ,66%hsl(293,24% ,66%)
HSV Color Space293°, 22%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110011001010110111110
Octal271225276
Decimal185149190
Hexb995be

Different shades of #b995be color code.

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

Light Shade of #b995be
#ceb5d1
Dark Shade of #b995be
#a475ab
Saturated Shade of #b995be
#bf8cc7
Desaturated Shade of #b995be
#b39eb5
Grey scale Shade of #b995be
#a9a9a9
Brighten Shade
#d2aed7
Most Readable Shade
#000000

Shades of #b995be color code

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

#b995be
#a484a8
#8f7393
#7b637e
#665269
#524254
#3d313f
#29212a
#141015
#000000

Similar Color like #b995be color

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

#ba96bf
#bb97c0
#bc98c1
#bd99c2
#be9ac3
#bf9bc4
#c09cc5
#c19dc6
#c29ec7
#c39fc8
#c4a0c9
#c5a1ca
#c6a2cb
#c7a3cc
#b894bd
#b793bc
#b692bb
#b591ba
#b490b9
#b38fb8
#b28eb7
#b18db6
#b08cb5
#af8bb4
#ae8ab3
#ad89b2
#ac88b1
#ab87b0

Monochromatic Color with #b995be

#b995be
#e2b6e8
#131014
#3d313e
#665269
#907493

Tints of #b995be Color

#b995be
#c0a0c5
#c8accc
#d0b8d3
#d8c4da
#dfcfe2
#e7dbe9
#efe7f0
#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

#b995be
#9abe95

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

Split Complementary

#b995be
#afbe95
#95bea5

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

Analogous Color

#a995be
#b195be
#b995be
#be95bb
#be95b3

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

#b995be
#beb995
#95beb9

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

#b995be
#bea495
#9abe95
#95aebe

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

#b995be
#9abe95
#95bea5
#be95af

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

#b995be Color Code Preview on Black Background Color

This is how #b995be Color will look on black background color. Color contrast ratio is 8.11

#b995be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b995be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b995be

#b995be color code is use for CSS Background Color

Background color for the above div is #b995be

HTML with inline CSS

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

#b995be color code is use for CSS Border Color

CSS Border color for the above div is #b995be

HTML with inline CSS

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

CSS Border Left color for the above div is #b995be

HTML with inline CSS

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

CSS Border Right color for the above div is #b995be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b995be

HTML with inline CSS

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

CSS Border Top color for the above div is #b995be

HTML with inline CSS

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

#b995be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b995be Color code Preview on White Background

This is how #b995be Color code will look on white background color. Color contrast ratio is 2.59

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

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