Color #BABCA9

HEX

#BABCA9

RGB

(186, 188, 169)

Quick Actions

Color Values

Color Space Values
RGB
R: 186, G: 188, B: 169 (73%, 74%, 66%)
CMYK C: 1%, M: 0%, Y: 10%, K: 26%
HSL H: 66°, S: 12%, L: 70%
HSV H: 66°, S: 10%, V: 74%
CIE-LAB L: 75.62, a: -4.09, b: 9.38
CIE-LCH L: 75.62, C: 10.23, H: 113.56
Hunter-Lab L: 70.19, a: -9.67, b: 4.61
Web Safe
#cccc99
Complementary
#aba9bc

#BABCA9 is a color with RGB values of 186 red, 188 green, and 169 blue (73%, 74%, 66% respectively). In the CMYK color space, it consists of 1% cyan, 0% magenta, 10% yellow, and 26% black. The color has a hue angle of 66°, 12% saturation, and 70% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cccc99. The complementary color is #aba9bc, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #BABCA9

Explore different variations of #BABCA9 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #BABCA9. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #BABCA9

Explore different color combinations and harmonies that work well with #BABCA9.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #BABCA9

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #BABCA9

Text with #BABCA9

This text has a font color of #BABCA9.

<span style="color:#BABCA9;">Text here</span>
.text { color: #BABCA9; }

#BABCA9 background color

This paragraph has a background color of #BABCA9.

<p style="background-color:#BABCA9;">Content here</p>
.background { background-color: #BABCA9; }

#BABCA9 border color

This element has a border color of #BABCA9.
<div style="border:1px solid #BABCA9;">Content here</div>
.border { border: 1px solid #BABCA9; }

#BABCA9 box shadow

This element has a box shadow using #BABCA9.
<div style="box-shadow: 0 4px 6px -1px #BABCA980">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #BABCA980; }
Copied to clipboard!