crispedge.com

Color picker

Loading...

#b697b6 hex color - Violet - Warm color - Information

#b697b6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b697b6 Color code in RGB color code model is created after adding 71.37% red color, 59.22% green color and 71.37% blue color. Hex #b697b6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 0% yellow and 29% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb697b6#b697b6
RGB Decimal182, 151, 182rgb(182, 151, 182)
RGB Percent71%, 59%, 71%rgb(71%, 59%, 71%)
CSS RGBa182, 151, 182,1rgba(182,151,182,1)
CMYK Modelcmyk(0%,17%,0%,29%)
HSL Color Space300,18% ,65%hsl(300,18% ,65%)
HSV Color Space300°, 17%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101101001011110110110
Octal266227266
Decimal182151182
Hexb697b6

Different shades of #b697b6 color code.

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

Light Shade of #b697b6
#cbb5cb
Dark Shade of #b697b6
#a179a1
Saturated Shade of #b697b6
#bf8ebf
Desaturated Shade of #b697b6
#ada0ad
Grey scale Shade of #b697b6
#a6a6a6
Brighten Shade
#cfb0cf
Most Readable Shade
#000000

Shades of #b697b6 color code

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

#b697b6
#a186a1
#8d758d
#796479
#655365
#504350
#3c323c
#282128
#141014
#000000

Similar Color like #b697b6 color

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

#b798b7
#b899b8
#b99ab9
#ba9bba
#bb9cbb
#bc9dbc
#bd9ebd
#be9fbe
#bfa0bf
#c0a1c0
#c1a2c1
#c2a3c2
#c3a4c3
#c4a5c4
#b596b5
#b495b4
#b394b3
#b293b2
#b192b1
#b091b0
#af90af
#ae8fae
#ad8ead
#ac8dac
#ab8cab
#aa8baa
#a98aa9
#a889a8

Monochromatic Color with #b697b6

#b697b6
#e0bae0
#0c0a0c
#362d36
#615061
#8b748b

Tints of #b697b6 Color

#b697b6
#bea2be
#c6aec6
#ceb9ce
#d6c5d6
#ded0de
#e6dce6
#eee7ee
#f6f3f6
#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

#b697b6
#97b697

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

Split Complementary

#b697b6
#a7b697
#97b6a7

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

Analogous Color

#aa97b6
#b097b6
#b697b6
#b697b0
#b697aa

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

#b697b6
#b6b697
#97b6b6

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

#b697b6
#b6a697
#97b697
#97a6b6

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

#b697b6
#97b697
#97b6a7
#b697a7

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

#b697b6 Color Code Preview on Black Background Color

This is how #b697b6 Color will look on black background color. Color contrast ratio is 8.09

#b697b6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b697b6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b697b6

#b697b6 color code is use for CSS Background Color

Background color for the above div is #b697b6

HTML with inline CSS

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

#b697b6 color code is use for CSS Border Color

CSS Border color for the above div is #b697b6

HTML with inline CSS

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

CSS Border Left color for the above div is #b697b6

HTML with inline CSS

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

CSS Border Right color for the above div is #b697b6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b697b6

HTML with inline CSS

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

CSS Border Top color for the above div is #b697b6

HTML with inline CSS

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

#b697b6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b697b6 Color code Preview on White Background

This is how #b697b6 Color code will look on white background color. Color contrast ratio is 2.60

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

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