Color: #BAEDA6
#BAEDA6 Color Information
#BAEDA6 is a light color. The closest websafe version is #BAEDA6. A complement of this color would be #D9A6ED, perceived brightness is 0.84, and the grayscale version is #CACACA.
In the HSL color space, this color has a hue angle of 103°,a saturation of 66%, and a lightness of 79%.The HSV representation shows a hue of 103°, a saturation of 30%, and a value of 93%.
In a RGB color space, #BAEDA6 is composed of 73% red, 93% green and 65% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 30% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 73.95, x: 0.3508, and y: 0.4361.
Color Code #BAEDA6
Shades of Color #BAEDA6
Shades are created by darkening the original color #BAEDA6 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 #BAEDA6
Tints are created by lightening the original color #BAEDA6 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 #BAEDA6 Color Code
In the HSL color space, this color has a hue angle of 103°, a saturation of 66%, and a lightness of 79%. The HSV representation shows a hue of 103°, a saturation of 30%, and a value of 93%.
- HEX: #BAEDA6
- RGB: rgb(186, 237, 166)
- HSL: hsl(103, 66%, 79%)
- HSV: hsv(103, 30%, 93%)
- CMYK: 22.00% cyan, 0.00% magenta, 30.00% yellow, 7.00% black
- XYZ: 59.48, 73.95, 36.14
- Yxy: 73.95, 0.3508, 0.4361
- Hunter Lab: 88.90, -26.52, 28.98
- CIE-Lab: 88.90, -26.52, 28.98
In the XYZ color space, this color is represented as X: 59.48, Y: 73.95, Z: 36.14. The Yxy representation further refines this as Y: 73.95, x: 0.3508, and y: 0.4361.
In the Hunter Lab color space, this color is represented as L: 88.90, a: -26.52, and b: 28.98. Similarly, in the CIE-Lab color space, it is represented as L: 88.90, a: -26.52, and b: 28.98.
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 #BAEDA6
Triadic colors are three colors evenly spaced around the color wheel, including #BAEDA6. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BAEDA6
Split complementary colors are two colors adjacent to the complementary color of #BAEDA6. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BAEDA6
Monochromatic colors are variations of #BAEDA6, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BAEDA6
The complementary color of #BAEDA6 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 #BAEDA6
/* Using HEX */ body { background-color: #baeda6; }
/* Using RGB */ body { background-color: rgb(186, 237, 166); }
/* Using RGB with opacity */ body { background-color: rgba(186, 237, 166, 0.5); }
/* Using HSL */ body { background-color: hsl(103, 66%, 79%); }
/* Text color */ p { color: #baeda6; }
/* Box shadow */ div { box-shadow: 4px 4px #baeda6; }
/* Border color */ .box { border: 4px solid #baeda6; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #baeda6; }
/* Background with text */ div { background: #baeda6; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BAEDA6
<!-- Using HEX --> <div style="background-color: #baeda6; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(186, 237, 166); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(186, 237, 166, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(103, 66%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #baeda6;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #baeda6; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #baeda6; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #baeda6;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #baeda6; color: #fff; padding: 16px; border-radius: 8px;"> #BAEDA6 </div>
Related Colors of #BAEDA6
These colors are similar to #BAEDA6, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.