Mother Nature
#bde1c4
Mother Nature, represented by the hex value #bde1c4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bde1c4 | |
|---|---|---|
| RGB | rgb(189, 225, 196) | |
| HSL | hsl(132, 37%, 81%) | |
| CMYK | cmyk(16%, 0%, 13%, 12%) | |
| LAB | lab(86, -16, 10) | |
| OKLCH | oklch(0.88 0.055 151) |
Color harmonies
Tints & shades
Code snippets
color: #bde1c4;
background-color: #bde1c4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBDE1C4)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.88, blue: 0.77, alpha: 1.0)