#BBBDC1 Color Information

Hex color code: #BBBDC1

The hex color #BBBDC1 is a subtle blue with RGB values of (187, 189, 193) and HSL of (220°, 5%, 75%). It is often used for branding and logos.

Try:
Color NameSilver
HEX
#BBBDC1
RGB
187, 189, 193
HSL
220°, 5%, 75%
CMYK
3%, 2%, 0%, 24%

Shades

CSS Usage
color: #BBBDC1;
background-color: #BBBDC1;
border-color: #BBBDC1;
box-shadow: 0 0 10px #BBBDC1;
border: 2px solid #BBBDC1;
Tailwind Usage
bg-[#BBBDC1]
text-[#BBBDC1]
border-[#BBBDC1]
shadow-[0_0_10px_BBBDC1]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #BBBDC1, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #BBBDC1; color: #000000; }

Badge

New Feature
.badge { background-color: #BBBDC1; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #BBBDC1; background-color: #BBBDC115; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #BBBDC120; border-left: 4px solid #BBBDC1; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #BBBDC1; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #BBBDC1 in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

187, 189, 193

Red: 187 / Green: 189 / Blue: 193

HSL

220°, 5%, 75%

Hue: 220° / Saturation: 5% / Lightness: 75%

CMYK

3%, 2%, 0%, 24%

Cyan: 3% / Magenta: 2% / Yellow: 0% / Key: 24%

What color is #BBBDC1?

#BBBDC1 is a desaturated neutral associated with balance and subtlety.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #BBBDC1 to RGB:

rgb(187, 189, 193)HEX to RGB Converter →

HEX to HSL

Convert #BBBDC1 to HSL:

hsl(220, 5%, 75%)RGB to HSL Converter →

HEX to CMYK

Convert #BBBDC1 to CMYK:

cmyk(3%, 2%, 0%, 24%)Color Converter →

Color Meaning and Usage

#BBBDC1 is a muted blue color with RGB values of 187, 189, 193 and HSL of 220°, 5%, 75%. This desaturated neutral evokes balance and subtlety, making it suitable for commonly used in modern UI design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #BBBDC1 is #C2C0BC, creating high-contrast pairings. For softer combinations, try analogous colors like #BCC1C2.

Use #BBBDC1 in CSS: color: #BBBDC1 or background-color: #BBBDC1. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #BBBDC1

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 11.16:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #BBBDC1?

#BBBDC1 is a muted blue color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #BBBDC1?

#BBBDC1 in RGB is (187, 189, 193) - 187 red, 189 green, and 193 blue.

How to use #BBBDC1 in CSS?

Use #BBBDC1 directly in your CSS properties like color or background-color.

What colors go well with #BBBDC1?

#C2C0BC (complementary), #BCC1C2 (analogous), and #94979E (lighter shade) work well with #BBBDC1.