Winter Scene
#becedb
Winter Scene, represented by the hex value #becedb, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #becedb | |
|---|---|---|
| RGB | rgb(190, 206, 219) | |
| HSL | hsl(207, 29%, 80%) | |
| CMYK | cmyk(13%, 6%, 0%, 14%) | |
| LAB | lab(82, -4, -8) | |
| OKLCH | oklch(0.84 0.025 242) |
Color harmonies
Tints & shades
Code snippets
color: #becedb;
background-color: #becedb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBECEDB)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.81, blue: 0.86, alpha: 1.0)