crispedge.com

Color picker

Loading...

#bbc6dd hex color - Blue - Cool color - Information

#bbc6dd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #bbc6dd Color code in RGB color code model is created after adding 73.33% red color, 77.65% green color and 86.67% blue color. Hex #bbc6dd Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 10% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 14 Views

RGB Chart

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

Color Table

Hex Color Codebbc6dd#bbc6dd
RGB Decimal187, 198, 221rgb(187, 198, 221)
RGB Percent73%, 78%, 87%rgb(73%, 78%, 87%)
CSS RGBa187, 198, 221,1rgba(187,198,221,1)
CMYK Modelcmyk(15%,10%,0%,13%)
HSL Color Space221,33% ,80%hsl(221,33% ,80%)
HSV Color Space221°, 15%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111100011011011101
Octal273306335
Decimal187198221
Hexbbc6dd

Different shades of #bbc6dd color code.

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

Light Shade of #bbc6dd
#dde3ee
Dark Shade of #bbc6dd
#99aacc
Saturated Shade of #bbc6dd
#b6c4e2
Desaturated Shade of #bbc6dd
#c0c8d8
Grey scale Shade of #bbc6dd
#cccccc
Brighten Shade
#d4dff6
Most Readable Shade
#000000

Shades of #bbc6dd color code

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

#bbc6dd
#a6b0c4
#919aab
#7c8493
#676e7a
#535862
#3e4249
#292c31
#141618
#000000

Similar Color like #bbc6dd color

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

#bcc7de
#bdc8df
#bec9e0
#bfcae1
#c0cbe2
#c1cce3
#c2cde4
#c3cee5
#c4cfe6
#c5d0e7
#c6d1e8
#c7d2e9
#c8d3ea
#c9d4eb
#bac5dc
#b9c4db
#b8c3da
#b7c2d9
#b6c1d8
#b5c0d7
#b4bfd6
#b3bed5
#b2bdd4
#b1bcd3
#b0bbd2
#afbad1
#aeb9d0
#adb8cf

Monochromatic Color with #bbc6dd

#bbc6dd
#070808
#2b2e33
#4f545d
#737a88
#97a0b3

Tints of #bbc6dd Color

#bbc6dd
#c2cce0
#cad2e4
#d1d9e8
#d9dfec
#e0e5ef
#e8ecf3
#eff2f7
#f7f8fb
#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

#bbc6dd
#ddd2bb

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

Split Complementary

#bbc6dd
#ddc1bb
#d7ddbb

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

Analogous Color

#bbd4dd
#bbcddd
#bbc6dd
#bbbfdd
#bebbdd

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

#bbc6dd
#ddbbc6
#c6ddbb

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

#bbc6dd
#ddbbd7
#ddd2bb
#bbddc1

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

#bbc6dd
#ddd2bb
#d7ddbb
#c1bbdd

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

#bbc6dd Color Code Preview on Black Background Color

This is how #bbc6dd Color will look on black background color. Color contrast ratio is 12.23

#bbc6dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc6dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc6dd

#bbc6dd color code is use for CSS Background Color

Background color for the above div is #bbc6dd

HTML with inline CSS

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

#bbc6dd color code is use for CSS Border Color

CSS Border color for the above div is #bbc6dd

HTML with inline CSS

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

CSS Border Left color for the above div is #bbc6dd

HTML with inline CSS

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

CSS Border Right color for the above div is #bbc6dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbc6dd

HTML with inline CSS

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

CSS Border Top color for the above div is #bbc6dd

HTML with inline CSS

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

#bbc6dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbc6dd Color code Preview on White Background

This is how #bbc6dd Color code will look on white background color. Color contrast ratio is 1.72

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

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

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.