crispedge.com

Color picker

Loading...

#bbabe1 hex color - Violet - Cool color - Information

#bbabe1 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bbabe1 Color code in RGB color code model is created after adding 73.33% red color, 67.06% green color and 88.24% blue color. Hex #bbabe1 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 24% magenta, 0% yellow and 12% black.

Hex #bbabe1 color code is between #aaaadd web safe hex color code and #ccbbee web safe hex color code. #aaaadd is the nearest web safe color code. You can see here many more shades of #bbabe1 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebbabe1#bbabe1
RGB Decimal187, 171, 225rgb(187, 171, 225)
RGB Percent73%, 67%, 88%rgb(73%, 67%, 88%)
CSS RGBa187, 171, 225,1rgba(187,171,225,1)
CMYK Modelcmyk(17%,24%,0%,12%)
HSL Color Space258,47% ,78%hsl(258,47% ,78%)
HSV Color Space258°, 24%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111010101111100001
Octal273253341
Decimal187171225
Hexbbabe1

Different shades of #bbabe1 color code.

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

Light Shade of #bbabe1
#d9d1ee
Dark Shade of #bbabe1
#9d85d4
Saturated Shade of #bbabe1
#b9a5e7
Desaturated Shade of #bbabe1
#bdb1db
Grey scale Shade of #bbabe1
#c6c6c6
Brighten Shade
#d4c4fa
Most Readable Shade
#000000

Shades of #bbabe1 color code

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

#bbabe1
#a698c8
#9185af
#7c7296
#675f7d
#534c64
#3e394b
#292632
#141319
#000000

Similar Color like #bbabe1 color

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

#bcace2
#bdade3
#beaee4
#bfafe5
#c0b0e6
#c1b1e7
#c2b2e8
#c3b3e9
#c4b4ea
#c5b5eb
#c6b6ec
#c7b7ed
#c8b8ee
#c9b9ef
#baaae0
#b9a9df
#b8a8de
#b7a7dd
#b6a6dc
#b5a5db
#b4a4da
#b3a3d9
#b2a2d8
#b1a1d7
#b0a0d6
#af9fd5
#ae9ed4
#ad9dd3

Monochromatic Color with #bbabe1

#bbabe1
#0a090c
#2e2a37
#514a61
#746a8c
#988bb6

Tints of #bbabe1 Color

#bbabe1
#c2b4e4
#cabde7
#d1c7eb
#d9d0ee
#e0d9f1
#e8e3f5
#efecf8
#f7f5fb
#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

#bbabe1
#d1e1ab

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

Split Complementary

#bbabe1
#e1d6ab
#b6e1ab

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

Analogous Color

#abb1e1
#b0abe1
#bbabe1
#c6abe1
#d1abe1

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

#bbabe1
#e1bbab
#abe1bb

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

#bbabe1
#e1abb6
#d1e1ab
#abe1d6

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

#bbabe1
#d1e1ab
#b6e1ab
#d6abe1

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

#bbabe1 Color Code Preview on Black Background Color

This is how #bbabe1 Color will look on black background color. Color contrast ratio is 10.03

#bbabe1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbabe1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbabe1

#bbabe1 color code is use for CSS Background Color

Background color for the above div is #bbabe1

HTML with inline CSS

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

#bbabe1 color code is use for CSS Border Color

CSS Border color for the above div is #bbabe1

HTML with inline CSS

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

CSS Border Left color for the above div is #bbabe1

HTML with inline CSS

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

CSS Border Right color for the above div is #bbabe1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbabe1

HTML with inline CSS

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

CSS Border Top color for the above div is #bbabe1

HTML with inline CSS

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

#bbabe1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbabe1 Color code Preview on White Background

This is how #bbabe1 Color code will look on white background color. Color contrast ratio is 2.09

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

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(187,171,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(209,225,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,171,225,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.