Color: #BFC6CB
#BFC6CB Color Information
#BFC6CB is a light color. The closest websafe version is #BFC6CB. A complement of this color would be #CAC3BE, perceived brightness is 0.77, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 205°,a saturation of 10%, and a lightness of 77%.The HSV representation shows a hue of 205°, a saturation of 6%, and a value of 80%.
In a RGB color space, #BFC6CB is composed of 75% red, 78% green and 80% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 2% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 55.70, x: 0.3364, and y: 0.3535.
Color Code #BFC6CB
Shades of Color #BFC6CB
Shades are created by darkening the original color #BFC6CB in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #BFC6CB
Tints are created by lightening the original color #BFC6CB in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #BFC6CB Color Code
In the HSL color space, this color has a hue angle of 205°, a saturation of 10%, and a lightness of 77%. The HSV representation shows a hue of 205°, a saturation of 6%, and a value of 80%.
- HEX: #BFC6CB
- RGB: rgb(191, 198, 203)
- HSL: hsl(205, 10%, 77%)
- HSV: hsv(205, 6%, 80%)
- CMYK: 6.00% cyan, 2.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 53.01, 55.70, 48.86
- Yxy: 55.70, 0.3364, 0.3535
- Hunter Lab: 79.44, -1.78, -3.39
- CIE-Lab: 79.44, -1.78, -3.39
In the XYZ color space, this color is represented as X: 53.01, Y: 55.70, Z: 48.86. The Yxy representation further refines this as Y: 55.70, x: 0.3364, and y: 0.3535.
In the Hunter Lab color space, this color is represented as L: 79.44, a: -1.78, and b: -3.39. Similarly, in the CIE-Lab color space, it is represented as L: 79.44, a: -1.78, and b: -3.39.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #BFC6CB
Triadic colors are three colors evenly spaced around the color wheel, including #BFC6CB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BFC6CB
Split complementary colors are two colors adjacent to the complementary color of #BFC6CB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BFC6CB
Monochromatic colors are variations of #BFC6CB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BFC6CB
The complementary color of #BFC6CB is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #BFC6CB
/* Using HEX */ body { background-color: #bfc6cb; }
/* Using RGB */ body { background-color: rgb(191, 198, 203); }
/* Using RGB with opacity */ body { background-color: rgba(191, 198, 203, 0.5); }
/* Using HSL */ body { background-color: hsl(205, 10%, 77%); }
/* Text color */ p { color: #bfc6cb; }
/* Box shadow */ div { box-shadow: 4px 4px #bfc6cb; }
/* Border color */ .box { border: 4px solid #bfc6cb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bfc6cb; }
/* Background with text */ div { background: #bfc6cb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BFC6CB
<!-- Using HEX --> <div style="background-color: #bfc6cb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(191, 198, 203); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(191, 198, 203, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(205, 10%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bfc6cb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bfc6cb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bfc6cb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bfc6cb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bfc6cb; color: #fff; padding: 16px; border-radius: 8px;"> #BFC6CB </div>
Related Colors of #BFC6CB
These colors are similar to #BFC6CB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.