crispedge.com

Color picker

Loading...

#bbbddc hex color - Grey - Cool color - Information

#bbbddc hex color - Grey - Cool color

Color Hue/Base color: Grey

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

Hex #bbbddc color code is between #aabbdd web safe hex color code and #cccccc web safe hex color code. #aabbdd is the nearest web safe color code. You can see here many more shades of #bbbddc color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebbbddc#bbbddc
RGB Decimal187, 189, 220rgb(187, 189, 220)
RGB Percent73%, 74%, 86%rgb(73%, 74%, 86%)
CSS RGBa187, 189, 220,1rgba(187,189,220,1)
CMYK Modelcmyk(15%,14%,0%,14%)
HSL Color Space236,32% ,80%hsl(236,32% ,80%)
HSV Color Space236°, 15%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111011110111011100
Octal273275334
Decimal187189220
Hexbbbddc

Different shades of #bbbddc color code.

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

Light Shade of #bbbddc
#dddeed
Dark Shade of #bbbddc
#999ccb
Saturated Shade of #bbbddc
#b6b8e1
Desaturated Shade of #bbbddc
#c0c2d7
Grey scale Shade of #bbbddc
#cbcbcb
Brighten Shade
#d4d6f5
Most Readable Shade
#000000

Shades of #bbbddc color code

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

#bbbddc
#a6a8c3
#9193ab
#7c7e92
#67697a
#535461
#3e3f49
#292a30
#141518
#000000

Similar Color like #bbbddc color

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

#bcbedd
#bdbfde
#bec0df
#bfc1e0
#c0c2e1
#c1c3e2
#c2c4e3
#c3c5e4
#c4c6e5
#c5c7e6
#c6c8e7
#c7c9e8
#c8cae9
#c9cbea
#babcdb
#b9bbda
#b8bad9
#b7b9d8
#b6b8d7
#b5b7d6
#b4b6d5
#b3b5d4
#b2b4d3
#b1b3d2
#b0b2d1
#afb1d0
#aeb0cf
#adafce

Monochromatic Color with #bbbddc

#bbbddc
#060607
#2a2b32
#4f4f5c
#737487
#9798b1

Tints of #bbbddc Color

#bbbddc
#c2c4df
#cacbe3
#d1d3e7
#d9daeb
#e0e1ef
#e8e9f3
#eff0f7
#f7f7fb
#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

#bbbddc
#dcdabb

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

Split Complementary

#bbbddc
#dccabb
#cedcbb

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

Analogous Color

#bbcadc
#bbc4dc
#bbbddc
#c0bbdc
#c6bbdc

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

#bbbddc
#dcbbbd
#bddcbb

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

#bbbddc
#dcbbcd
#dcdabb
#bbdcc9

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

#bbbddc
#dcdabb
#cedcbb
#cabbdc

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

#bbbddc Color Code Preview on Black Background Color

This is how #bbbddc Color will look on black background color. Color contrast ratio is 11.43

#bbbddc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbbddc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbbddc

#bbbddc color code is use for CSS Background Color

Background color for the above div is #bbbddc

HTML with inline CSS

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

#bbbddc color code is use for CSS Border Color

CSS Border color for the above div is #bbbddc

HTML with inline CSS

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

CSS Border Left color for the above div is #bbbddc

HTML with inline CSS

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

CSS Border Right color for the above div is #bbbddc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbbddc

HTML with inline CSS

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

CSS Border Top color for the above div is #bbbddc

HTML with inline CSS

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

#bbbddc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbbddc Color code Preview on White Background

This is how #bbbddc Color code will look on white background color. Color contrast ratio is 1.84

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

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