crispedge.com

Color picker

Loading...

#b6accb hex color - Violet - Cool color - Information

#b6accb hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b6accb Color code in RGB color code model is created after adding 71.37% red color, 67.45% green color and 79.61% blue color. Hex #b6accb Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 15% magenta, 0% yellow and 20% black.

Hex #b6accb color code is between #bbaacc web safe hex color code and #aabbbb web safe hex color code. #bbaacc is the nearest web safe color code. You can see here many more shades of #b6accb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb6accb#b6accb
RGB Decimal182, 172, 203rgb(182, 172, 203)
RGB Percent71%, 67%, 80%rgb(71%, 67%, 80%)
CSS RGBa182, 172, 203,1rgba(182,172,203,1)
CMYK Modelcmyk(10%,15%,0%,20%)
HSL Color Space259,23% ,74%hsl(259,23% ,74%)
HSV Color Space259°, 15%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101101010110011001011
Octal266254313
Decimal182172203
Hexb6accb

Different shades of #b6accb color code.

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

Light Shade of #b6accb
#d2cbdf
Dark Shade of #b6accb
#9a8db7
Saturated Shade of #b6accb
#b4a5d2
Desaturated Shade of #b6accb
#b8b3c4
Grey scale Shade of #b6accb
#bbbbbb
Brighten Shade
#cfc5e4
Most Readable Shade
#000000

Shades of #b6accb color code

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

#b6accb
#a198b4
#8d859d
#797287
#655f70
#504c5a
#3c3943
#28262d
#141316
#000000

Similar Color like #b6accb color

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

#b7adcc
#b8aecd
#b9afce
#bab0cf
#bbb1d0
#bcb2d1
#bdb3d2
#beb4d3
#bfb5d4
#c0b6d5
#c1b7d6
#c2b8d7
#c3b9d8
#c4bad9
#b5abca
#b4aac9
#b3a9c8
#b2a8c7
#b1a7c6
#b0a6c5
#afa5c4
#aea4c3
#ada3c2
#aca2c1
#aba1c0
#aaa0bf
#a99fbe
#a89ebd

Monochromatic Color with #b6accb

#b6accb
#dcd0f5
#1e1c21
#44404b
#6a6476
#9088a0

Tints of #b6accb Color

#b6accb
#beb5d0
#c6bed6
#cec7dc
#d6d0e2
#dedae7
#e6e3ed
#eeecf3
#f6f5f9
#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

#b6accb
#c1cbac

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

Split Complementary

#b6accb
#cbc6ac
#b2cbac

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

Analogous Color

#acaecb
#b0accb
#b6accb
#bcaccb
#c2accb

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

#b6accb
#cbb6ac
#accbb6

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

#b6accb
#cbacb1
#c1cbac
#accbc5

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

#b6accb
#c1cbac
#b2cbac
#c6accb

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

#b6accb Color Code Preview on Black Background Color

This is how #b6accb Color will look on black background color. Color contrast ratio is 9.75

#b6accb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6accb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6accb

#b6accb color code is use for CSS Background Color

Background color for the above div is #b6accb

HTML with inline CSS

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

#b6accb color code is use for CSS Border Color

CSS Border color for the above div is #b6accb

HTML with inline CSS

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

CSS Border Left color for the above div is #b6accb

HTML with inline CSS

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

CSS Border Right color for the above div is #b6accb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6accb

HTML with inline CSS

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

CSS Border Top color for the above div is #b6accb

HTML with inline CSS

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

#b6accb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6accb Color code Preview on White Background

This is how #b6accb Color code will look on white background color. Color contrast ratio is 2.15

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

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