Color: #B6CDAE
#B6CDAE Color Information
#B6CDAE is a light color. The closest websafe version is #B6CDAE. A complement of this color would be #C5ADCD, perceived brightness is 0.76, and the grayscale version is #BEBEBE.
In the HSL color space, this color has a hue angle of 105°,a saturation of 24%, and a lightness of 74%.The HSV representation shows a hue of 105°, a saturation of 15%, and a value of 80%.
In a RGB color space, #B6CDAE is composed of 71% red, 80% green and 68% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 15% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 56.74, x: 0.3481, and y: 0.3954.
Color Code #B6CDAE
Shades of Color #B6CDAE
Shades are created by darkening the original color #B6CDAE 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 #B6CDAE
Tints are created by lightening the original color #B6CDAE 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 #B6CDAE Color Code
In the HSL color space, this color has a hue angle of 105°, a saturation of 24%, and a lightness of 74%. The HSV representation shows a hue of 105°, a saturation of 15%, and a value of 80%.
- HEX: #B6CDAE
- RGB: rgb(182, 205, 174)
- HSL: hsl(105, 24%, 74%)
- HSV: hsv(105, 15%, 80%)
- CMYK: 11.00% cyan, 0.00% magenta, 15.00% yellow, 20.00% black
- XYZ: 49.96, 56.74, 36.81
- Yxy: 56.74, 0.3481, 0.3954
- Hunter Lab: 80.03, -12.33, 12.76
- CIE-Lab: 80.03, -12.33, 12.76
In the XYZ color space, this color is represented as X: 49.96, Y: 56.74, Z: 36.81. The Yxy representation further refines this as Y: 56.74, x: 0.3481, and y: 0.3954.
In the Hunter Lab color space, this color is represented as L: 80.03, a: -12.33, and b: 12.76. Similarly, in the CIE-Lab color space, it is represented as L: 80.03, a: -12.33, and b: 12.76.
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 #B6CDAE
Triadic colors are three colors evenly spaced around the color wheel, including #B6CDAE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B6CDAE
Split complementary colors are two colors adjacent to the complementary color of #B6CDAE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B6CDAE
Monochromatic colors are variations of #B6CDAE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B6CDAE
The complementary color of #B6CDAE 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 #B6CDAE
/* Using HEX */ body { background-color: #b6cdae; }
/* Using RGB */ body { background-color: rgb(182, 205, 174); }
/* Using RGB with opacity */ body { background-color: rgba(182, 205, 174, 0.5); }
/* Using HSL */ body { background-color: hsl(105, 24%, 74%); }
/* Text color */ p { color: #b6cdae; }
/* Box shadow */ div { box-shadow: 4px 4px #b6cdae; }
/* Border color */ .box { border: 4px solid #b6cdae; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b6cdae; }
/* Background with text */ div { background: #b6cdae; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B6CDAE
<!-- Using HEX --> <div style="background-color: #b6cdae; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(182, 205, 174); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(182, 205, 174, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(105, 24%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b6cdae;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b6cdae; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b6cdae; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b6cdae;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b6cdae; color: #fff; padding: 16px; border-radius: 8px;"> #B6CDAE </div>
Related Colors of #B6CDAE
These colors are similar to #B6CDAE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.