Color: #BED99C
#BED99C Color Information
#BED99C is a light color. The closest websafe version is #BED99C. A complement of this color would be #B79BD9, perceived brightness is 0.79, and the grayscale version is #BBBBBB.
In the HSL color space, this color has a hue angle of 87°,a saturation of 45%, and a lightness of 73%.The HSV representation shows a hue of 87°, a saturation of 28%, and a value of 85%.
In a RGB color space, #BED99C is composed of 75% red, 85% green and 61% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 28% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 63.21, x: 0.3636, and y: 0.4261.
Color Code #BED99C
Shades of Color #BED99C
Shades are created by darkening the original color #BED99C 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 #BED99C
Tints are created by lightening the original color #BED99C 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 #BED99C Color Code
In the HSL color space, this color has a hue angle of 87°, a saturation of 45%, and a lightness of 73%. The HSV representation shows a hue of 87°, a saturation of 28%, and a value of 85%.
- HEX: #BED99C
- RGB: rgb(190, 217, 156)
- HSL: hsl(87, 45%, 73%)
- HSV: hsv(87, 28%, 85%)
- CMYK: 12.00% cyan, 0.00% magenta, 28.00% yellow, 15.00% black
- XYZ: 53.93, 63.21, 31.20
- Yxy: 63.21, 0.3636, 0.4261
- Hunter Lab: 83.56, -17.16, 27.03
- CIE-Lab: 83.56, -17.16, 27.03
In the XYZ color space, this color is represented as X: 53.93, Y: 63.21, Z: 31.20. The Yxy representation further refines this as Y: 63.21, x: 0.3636, and y: 0.4261.
In the Hunter Lab color space, this color is represented as L: 83.56, a: -17.16, and b: 27.03. Similarly, in the CIE-Lab color space, it is represented as L: 83.56, a: -17.16, and b: 27.03.
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 #BED99C
Triadic colors are three colors evenly spaced around the color wheel, including #BED99C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BED99C
Split complementary colors are two colors adjacent to the complementary color of #BED99C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BED99C
Monochromatic colors are variations of #BED99C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BED99C
The complementary color of #BED99C 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 #BED99C
/* Using HEX */ body { background-color: #bed99c; }
/* Using RGB */ body { background-color: rgb(190, 217, 156); }
/* Using RGB with opacity */ body { background-color: rgba(190, 217, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(87, 45%, 73%); }
/* Text color */ p { color: #bed99c; }
/* Box shadow */ div { box-shadow: 4px 4px #bed99c; }
/* Border color */ .box { border: 4px solid #bed99c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bed99c; }
/* Background with text */ div { background: #bed99c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BED99C
<!-- Using HEX --> <div style="background-color: #bed99c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(190, 217, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(190, 217, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(87, 45%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bed99c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bed99c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bed99c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bed99c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bed99c; color: #fff; padding: 16px; border-radius: 8px;"> #BED99C </div>
Related Colors of #BED99C
These colors are similar to #BED99C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.