Grey Sheep
#baaaaa
Grey Sheep, represented by the hex value #baaaaa, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #baaaaa | |
|---|---|---|
| RGB | rgb(186, 170, 170) | |
| HSL | hsl(0, 10%, 70%) | |
| CMYK | cmyk(0%, 9%, 9%, 27%) | |
| LAB | lab(71, 6, 2) | |
| OKLCH | oklch(0.75 0.019 18) |
Color harmonies
Tints & shades
Code snippets
color: #baaaaa;
background-color: #baaaaa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBAAAAA)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.67, blue: 0.67, alpha: 1.0)