#BBAAAA Color Information

Hex color code: #BBAAAA

A muted red shade, #BBAAAA appears as (187, 170, 170) in RGB and (0°, 11%, 70%) in HSL. It is typically applied in digital products.

Try:
Color NameSilver
HEX
#BBAAAA
RGB
187, 170, 170
HSL
0°, 11%, 70%
CMYK
0%, 9%, 9%, 27%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #BBAAAA; 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 #BBAAAA; background-color: #BBAAAA15; }

Alert / Toast

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

Link / Accent

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

a { color: #BBAAAA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

187, 170, 170

Red: 187 / Green: 170 / Blue: 170

HSL

0°, 11%, 70%

Hue: 0° / Saturation: 11% / Lightness: 70%

CMYK

0%, 9%, 9%, 27%

Cyan: 0% / Magenta: 9% / Yellow: 9% / Key: 27%

What color is #BBAAAA?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #BBAAAA to RGB:

rgb(187, 170, 170)HEX to RGB Converter →

HEX to HSL

Convert #BBAAAA to HSL:

hsl(0, 11%, 70%)RGB to HSL Converter →

HEX to CMYK

Convert #BBAAAA to CMYK:

cmyk(0%, 9%, 9%, 27%)Color Converter →

Color Meaning and Usage

#BBAAAA is a neutral red color with RGB values of 187, 170, 170 and HSL of 0°, 11%, 70%. This desaturated neutral evokes balance and subtlety, making it suitable for a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #BBAAAA is #AABBBB, creating high-contrast pairings. For softer combinations, try analogous colors like #BBAAB3.

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

Contrast with #BBAAAA

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #BBAAAA?

#BBAAAA is a neutral red color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #BBAAAA?

#BBAAAA in RGB is (187, 170, 170) - 187 red, 170 green, and 170 blue.

How to use #BBAAAA in CSS?

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

What colors go well with #BBAAAA?

#AABBBB (complementary), #BBAAB3 (analogous), and #998080 (lighter shade) work well with #BBAAAA.