Skip to main content Skip to docs navigation

#bbc3d0 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 Dolphin and its hex is #BCC5CF Nearest Color Name

Color Hue/Base color: Blue

Hex #bbc3d0 Color code in RGB color code model is created after adding 73.33% red color, 76.47% green color and 81.57% blue color. Hex #bbc3d0 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 6% magenta, 0% yellow and 18.43% black.

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

RGB Chart

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

Color Table

Hex Color Code bbc3d0 #bbc3d0
RGB Decimal 187, 195, 208 187, 195, 208
RGB Percent 73%, 76%, 82% rgb(73%, 76%, 82%)
CSS RGBa 187, 195, 208,1 rgba(187,195,208,1)
CMYK Model cmyk(10%,6%,0%,18.43%)
HSL Color Space 217,18% ,77% hsl(217,18% ,77%)
HSV Color Space 217°, 10%, 82%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10111011 11000011 11010000
Octal 273 303 320
Decimal 187 195 208
Hex bb c3 d0

Different shades of #bbc3d0 color code.

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

Darkest of #bbc3d0
#63748f
Darker of #bbc3d0
#7f8ea6
Dark of #bbc3d0
#9da8bb
Base of #bbc3d0
#bbc3d0
Light of #bbc3d0
#d9dee5
Lighter
#f7f8fa
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

#bbc3d0
#d0c8bb

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

Split Complementary

#bbc3d0
#d0bdbb
#cdd0bb

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

Analogous Color

#bbcfd0
#bbccd0
#bbc3d0
#bbbcd0
#c3bbd0

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

#bbc3d0
#c3d0bb
#d0bbc3

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

#bbc3d0
#d0bbc3
#d0c8bb
#bbd0c8

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

#bbc3d0
#d0bbcd
#d0c8bb
#bbd0bd

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 #bbc3d0

#4e5b71
#63748f
#7f8ea6
#9da8bb
#bbc3d0
#d9dee5
#f7f8fa
#ffffff
#ffffff

Tints of #bbc3d0 Color

#bbc3d0
#c2c9d5
#cad0da
#d1d7df
#d9dde4
#e0e4ea
#e8ebef
#eff1f4
#f7f8f9
#ffffff

Shades of #bbc3d0 color code

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

#bbc3d0
#a6adb8
#9197a1
#7c828a
#676c73
#53565c
#3e4145
#292b2e
#141517
#000000

Tones

#bbc3d0
#c5c5c5
#c5c5c5
#c5c5c5
#c5c5c5

Tones

Similar Color like #bbc3d0 color

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

#bcc4d1
#bdc5d2
#bec6d3
#bfc7d4
#c0c8d5
#c1c9d6
#c2cad7
#c3cbd8
#c4ccd9
#c5cdda
#c6cedb
#c7cfdc
#c8d0dd
#c9d1de
#bac2cf
#b9c1ce
#b8c0cd
#b7bfcc
#b6becb
#b5bdca
#b4bcc9
#b3bbc8
#b2bac7
#b1b9c6
#b0b8c5
#afb7c4
#aeb6c3
#adb5c2

Download this Light Blue

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

#bbc3d0 Color Code Preview on Black Background Color

This is how #bbc3d0 Color will look on black background color. Color contrast ratio is 11.83

#bbc3d0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc3d0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc3d0

#bbc3d0 color code is use for CSS Background Color

Background color for the above div is #bbc3d0

HTML with inline CSS

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

#bbc3d0 color code is use for CSS Border Color

CSS Border color for the above div is #bbc3d0

HTML with inline CSS

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

CSS Border Left color for the above div is #bbc3d0

HTML with inline CSS

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

CSS Border Right color for the above div is #bbc3d0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbc3d0

HTML with inline CSS

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

CSS Border Top color for the above div is #bbc3d0

HTML with inline CSS

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

#bbc3d0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbc3d0 Color code Preview on White Background

This is how #bbc3d0 Color code will look on white background color. Color contrast ratio is 1.78

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

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