Skip to main content Skip to docs navigation

#bbc1c8 hex color | Download Light Blue BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Blue To You and its hex is #BABFC5 Nearest Color Name

Color Hue/Base color: Blue

Hex #bbc1c8 Color code in RGB color code model is created after adding 73.33% red color, 75.69% green color and 78.43% blue color. Hex #bbc1c8 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 4% magenta, 0% yellow and 21.57% black.

Hex #bbc1c8 color code is between #aabbcc web safe hex color code and #ccccbb web safe hex color code. #aabbcc is the nearest web safe color code. You can see here many more shades of #bbc1c8 color code.

RGB Chart

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

Color Table

Hex Color Code bbc1c8 #bbc1c8
RGB Decimal 187, 193, 200 187, 193, 200
RGB Percent 73%, 76%, 78% rgb(73%, 76%, 78%)
CSS RGBa 187, 193, 200,1 rgba(187,193,200,1)
CMYK Model cmyk(7%,4%,0%,21.57%)
HSL Color Space 212,11% ,76% hsl(212,11% ,76%)
HSV Color Space 212°, 7%, 78%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111011 11000001 11001000
Octal 273 301 310
Decimal 187 193 200
Hex bb c1 c8

Different shades of #bbc1c8 color code.

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

Darkest of #bbc1c8
#697481
Darker of #bbc1c8
#838e9a
Dark of #bbc1c8
#9fa7b1
Base of #bbc1c8
#bbc1c8
Light of #bbc1c8
#d7dbdf
Lighter
#f3f4f6
Lightest
#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

#bbc1c8
#c8c2bb

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

Split Complementary

#bbc1c8
#c8bbbb
#c7c8bb

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

Analogous Color

#bbc8c7
#bbc6c8
#bbc1c8
#bbbdc8
#bfbbc8

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

#bbc1c8
#c1c8bb
#c8bbc1

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

#bbc1c8
#c8bbc1
#c8c2bb
#bbc8c2

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bbc1c8
#c8bbc7
#c8c2bb
#bbc8bb

Square 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).

Monochromatic Color with #bbc1c8

#525b65
#697481
#838e9a
#9fa7b1
#bbc1c8
#d7dbdf
#f3f4f6
#ffffff
#ffffff

Tints of #bbc1c8 Color

#bbc1c8
#c2c7ce
#caced4
#d1d5da
#d9dce0
#e0e3e6
#e8eaec
#eff1f2
#f7f8f8
#ffffff

Shades of #bbc1c8 color code

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

#bbc1c8
#a6abb1
#91969b
#7c8085
#676b6f
#535558
#3e4042
#292a2c
#141516
#000000

Tones

#bbc1c8
#c1c1c1
#c1c1c1
#c1c1c1
#c1c1c1

Tones

Similar Color like #bbc1c8 color

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

#bcc2c9
#bdc3ca
#bec4cb
#bfc5cc
#c0c6cd
#c1c7ce
#c2c8cf
#c3c9d0
#c4cad1
#c5cbd2
#c6ccd3
#c7cdd4
#c8ced5
#c9cfd6
#bac0c7
#b9bfc6
#b8bec5
#b7bdc4
#b6bcc3
#b5bbc2
#b4bac1
#b3b9c0
#b2b8bf
#b1b7be
#b0b6bd
#afb5bc
#aeb4bb
#adb3ba

Download this Light Blue

Hex #bbc1c8 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.

#bbc1c8 Color Code Preview on Black Background Color

This is how #bbc1c8 Color will look on black background color. Color contrast ratio is 11.57

#bbc1c8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc1c8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc1c8

#bbc1c8 color code is use for CSS Background Color

Background color for the above div is #bbc1c8

HTML with inline CSS

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

#bbc1c8 color code is use for CSS Border Color

CSS Border color for the above div is #bbc1c8

HTML with inline CSS

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

CSS Border Left color for the above div is #bbc1c8

HTML with inline CSS

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

CSS Border Right color for the above div is #bbc1c8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbc1c8

HTML with inline CSS

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

CSS Border Top color for the above div is #bbc1c8

HTML with inline CSS

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

#bbc1c8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbc1c8 Color code Preview on White Background

This is how #bbc1c8 Color code will look on white background color. Color contrast ratio is 1.81

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(187,193,200,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(200,194,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,193,200,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }