@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#bbaddc hex color - Violet - Cool color - Information

#bbaddc hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bbaddc Color code in RGB color code model is created after adding 73.33% red color, 67.84% green color and 86.27% blue color. Hex #bbaddc Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 21% magenta, 0% yellow and 13.73% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code bbaddc #bbaddc
RGB Decimal 187, 173, 220 rgb(187, 173, 220)
RGB Percent 73%, 68%, 86% rgb(73%, 68%, 86%)
CSS RGBa 187, 173, 220,1 rgba(187,173,220,1)
CMYK Model cmyk(15%,21%,0%,13.73%)
HSL Color Space 258,40% ,77% hsl(258,40% ,77%)
HSV Color Space 258°, 21%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111011 10101101 11011100
Octal 273 255 334
Decimal 187 173 220
Hex bb ad dc

Different shades of #bbaddc color code.

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

Light Shade of #bbaddc
#d9d1eb
Dark Shade of #bbaddc
#9d89cd
Saturated Shade of #bbaddc
#b9a7e2
Desaturated Shade of #bbaddc
#bdb3d6
Grey scale Shade of #bbaddc
#c4c4c4
Brighten Shade
#d4c6f5
Most Readable Shade
#000000

Shades of #bbaddc color code

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

#bbaddc
#a699c3
#9186ab
#7c7392
#67607a
#534c61
#3e3949
#292630
#141318
#000000

Similar Color like #bbaddc color

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

#bcaedd
#bdafde
#beb0df
#bfb1e0
#c0b2e1
#c1b3e2
#c2b4e3
#c3b5e4
#c4b6e5
#c5b7e6
#c6b8e7
#c7b9e8
#c8bae9
#c9bbea
#baacdb
#b9abda
#b8aad9
#b7a9d8
#b6a8d7
#b5a7d6
#b4a6d5
#b3a5d4
#b2a4d3
#b1a3d2
#b0a2d1
#afa1d0
#aea0cf
#ad9fce

Monochromatic Color with #bbaddc

#bbaddc
#060607
#2a2732
#4f495c
#736a87
#978cb1

Tints of #bbaddc Color

#bbaddc
#c2b6df
#cabfe3
#d1c8e7
#d9d1eb
#e0daef
#e8e3f3
#efecf7
#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

#bbaddc
#cedcad

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

Split Complementary

#bbaddc
#dcd3ad
#b7dcad

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

Analogous Color

#adb2dc
#b2addc
#bbaddc
#c4addc
#ceaddc

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

#bbaddc
#dcbbad
#addcbb

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

#bbaddc
#dcadb6
#cedcad
#addcd2

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

#bbaddc
#cedcad
#b7dcad
#d3addc

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

#bbaddc Color Code Preview on Black Background Color

This is how #bbaddc Color will look on black background color. Color contrast ratio is 10.12

#bbaddc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbaddc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbaddc

#bbaddc color code is use for CSS Background Color

Background color for the above div is #bbaddc

HTML with inline CSS

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

#bbaddc color code is use for CSS Border Color

CSS Border color for the above div is #bbaddc

HTML with inline CSS

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

CSS Border Left color for the above div is #bbaddc

HTML with inline CSS

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

CSS Border Right color for the above div is #bbaddc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbaddc

HTML with inline CSS

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

CSS Border Top color for the above div is #bbaddc

HTML with inline CSS

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

#bbaddc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbaddc Color code Preview on White Background

This is how #bbaddc Color code will look on white background color. Color contrast ratio is 2.07

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

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,173,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,220,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,173,220,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.