Color #BBBDAD Color / Colour Code #BBBDAD

    This page shows the hex color code for color #bbbdad (#BBBDAD). The colour is a yellow tone with 11% saturation and 71% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #BBBDAD

    Color Conversions

    HEX
    #BBBDAD
    RGB
    rgb(187, 189, 173)
    HSL
    hsl(68, 11%, 71%)
    HSV
    hsv(68, 8%, 74%)
    CMYK
    cmyk(1%, 0%, 8%, 26%)

    Accessibility Contrast

    WCAG contrast ratios for #BBBDAD against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.91:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    11.00:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.65:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

    #BBBDAD paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 38, 68, and 98 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 68, 188, and 308 degrees.

    Color Palettes Using #BBBDAD

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 68 and saturation at 11%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #292A22 #535544 #8A8E71 #B9BBAA #DCDDD5
    Warm Harmony

    Adjacent hues from 68 to 113 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #969980 #8F9980 #899980 #839980
    Cool Contrast

    Combines the base color at hue 68 with its complement at 248 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #8A8E71 #75718E #83718E #8E718A
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #DBE0B8 #B8E0BD #B8DBE0 #BDB8E0 #E0B8DB

    Shades & Tints of #BBBDAD

    Lightness variations at hue 68 and 11% saturation.

    CSS Gradients with #BBBDAD

    Yellow to Blue
    linear-gradient(135deg, #bbbdad, #afadbd)
    Analogous Fade
    linear-gradient(90deg, #bbbdad, #b3bdad)
    Deep to Light
    linear-gradient(180deg, #323329, #d5d6cc)
    Tricolor Sweep
    linear-gradient(135deg, #bbbdad, #adbbbd, #bdadbb)

    Design Use Cases for #BBBDAD

    Muted Accent Color

    With 11% saturation, #BBBDAD has a subtle, sophisticated quality. This level of desaturation works well for secondary buttons, inactive states, subtle borders, and backgrounds that need a hint of color without being distracting. Muted colors communicate restraint and professionalism.

    Light Background Tint

    #BBBDAD at 71% lightness creates a gentle tinted background. Use it for section backgrounds, alert banners, or card surfaces that need to stand out from a white page without strong contrast. It adds color personality while keeping the design light and open.

    Attention & Optimism

    #BBBDAD is in the yellow spectrum (hue 68). Yellow attracts attention faster than any other color. Use it for warning labels, featured content markers, star ratings, and tooltip backgrounds. Pair with dark text since yellow often fails contrast checks against white.

    Gradient Pairing

    Create a gradient from #BBBDAD (hue 68) to its complement at hue 248. For a subtler effect, try pairing with an analogous color at hue 98. Use CSS: background: linear-gradient(135deg, #bbbdad, #afadbd);

    CSS Code for #BBBDAD

    /* Background */
    background-color: #bbbdad;
    background-color: rgb(187, 189, 173);
    background-color: hsl(68, 11%, 71%);
    /* Text */
    color: #bbbdad;
    /* Border */
    border: 2px solid #bbbdad;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(187, 189, 173, 0.3);
    /* CSS Variable */
    --color-primary: 68 11% 71%;

    Similar Colors

    Colors visually similar to #BBBDAD based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #BBBDAD across image editing and color design tools.

    About Color #BBBDAD (#BBBDAD)

    #BBBDAD is a yellow color (colour) with RGB channel values of 187 red, 189 green, and 173 blue. The green channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 68 degrees with 11% saturation and 71% lightness, placing it in the neutral-to-cool range of the colour spectrum.

    The perceived brightness of #BBBDAD is 187/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This means it appears bright to the human eye and is best paired with dark text for readability. For print production, the CMYK equivalent is 1% cyan, 0% magenta, 8% yellow, and 26% key (black).

    The WCAG contrast ratio of #BBBDAD against white is 1.91:1 and against black is 11.00:1. This does not meet AA requirements on white. Use it on dark backgrounds where it achieves 11.00:1, or use it exclusively for decorative purposes.

    The complementary colour #AFADBD creates maximum visual tension when paired with #BBBDAD. For more harmonious color combinations, use the analogous colours #BDB7AD and #B3BDAD, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #BBBDAD

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #BBBDAD?
    #BBBDAD is Color #BBBDAD, a yellow color (colour) with RGB(187, 189, 173), HSL(68, 11%, 71%), and CMYK(1%, 0%, 8%, 26%). Its perceived brightness is 187/255.
    Is #BBBDAD accessible for text?
    Against white, #BBBDAD has a contrast ratio of 1.91:1 (fails AA for normal text). Against black, it has 11.00:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #BBBDAD?
    The complementary colour is #AFADBD (hue 248). For subtle color combinations, use analogous colours #BDB7AD and #B3BDAD. The triadic palette adds #ADBBBD and #BDADBB for vibrant variety.
    How do I use #BBBDAD in CSS?
    Use any format: color: #bbbdad; or rgb(187, 189, 173); or hsl(68, 11%, 71%). For CSS custom properties: --color-primary: 68 11% 71%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.