crispedge.com

Color picker

Loading...

#bbc6cc hex color - Blue - Cool color - Information

#bbc6cc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #bbc6cc Color code in RGB color code model is created after adding 73.33% red color, 77.65% green color and 80% blue color. Hex #bbc6cc Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 3% magenta, 0% yellow and 20% black.

Hex #bbc6cc color code is between #aaccbb web safe hex color code and #ccbbdd web safe hex color code. #aaccbb is the nearest web safe color code. You can see here many more shades of #bbc6cc color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codebbc6cc#bbc6cc
RGB Decimal187, 198, 204rgb(187, 198, 204)
RGB Percent73%, 78%, 80%rgb(73%, 78%, 80%)
CSS RGBa187, 198, 204,1rgba(187,198,204,1)
CMYK Modelcmyk(8%,3%,0%,20%)
HSL Color Space201,14% ,77%hsl(201,14% ,77%)
HSV Color Space201°, 8%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111100011011001100
Octal273306314
Decimal187198204
Hexbbc6cc

Different shades of #bbc6cc color code.

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

Light Shade of #bbc6cc
#d8dee2
Dark Shade of #bbc6cc
#9eaeb6
Saturated Shade of #bbc6cc
#b5c8d2
Desaturated Shade of #bbc6cc
#c1c4c6
Grey scale Shade of #bbc6cc
#c3c3c3
Brighten Shade
#d4dfe5
Most Readable Shade
#000000

Shades of #bbc6cc color code

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

#bbc6cc
#a6b0b5
#919a9e
#7c8488
#676e71
#53585a
#3e4244
#292c2d
#141616
#000000

Similar Color like #bbc6cc color

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

#bcc7cd
#bdc8ce
#bec9cf
#bfcad0
#c0cbd1
#c1ccd2
#c2cdd3
#c3ced4
#c4cfd5
#c5d0d6
#c6d1d7
#c7d2d8
#c8d3d9
#c9d4da
#bac5cb
#b9c4ca
#b8c3c9
#b7c2c8
#b6c1c7
#b5c0c6
#b4bfc5
#b3bec4
#b2bdc3
#b1bcc2
#b0bbc1
#afbac0
#aeb9bf
#adb8be

Monochromatic Color with #bbc6cc

#bbc6cc
#e2eff6
#1f2122
#464a4c
#6d7377
#949da1

Tints of #bbc6cc Color

#bbc6cc
#c2ccd1
#cad2d7
#d1d9dd
#d9dfe2
#e0e5e8
#e8ecee
#eff2f3
#f7f8f9
#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

#bbc6cc
#ccc1bb

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

Split Complementary

#bbc6cc
#ccbbbd
#cccabb

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

Analogous Color

#bbcccb
#bbc9cc
#bbc6cc
#bbc3cc
#bbbfcc

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

#bbc6cc
#ccbbc6
#c6ccbb

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

#bbc6cc
#c9bbcc
#ccc1bb
#bdccbb

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

#bbc6cc
#ccc1bb
#cccabb
#bbbdcc

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

#bbc6cc Color Code Preview on Black Background Color

This is how #bbc6cc Color will look on black background color. Color contrast ratio is 12.06

#bbc6cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc6cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc6cc

#bbc6cc color code is use for CSS Background Color

Background color for the above div is #bbc6cc

HTML with inline CSS

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

#bbc6cc color code is use for CSS Border Color

CSS Border color for the above div is #bbc6cc

HTML with inline CSS

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

CSS Border Left color for the above div is #bbc6cc

HTML with inline CSS

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

CSS Border Right color for the above div is #bbc6cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbc6cc

HTML with inline CSS

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

CSS Border Top color for the above div is #bbc6cc

HTML with inline CSS

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

#bbc6cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbc6cc Color code Preview on White Background

This is how #bbc6cc Color code will look on white background color. Color contrast ratio is 1.74

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.