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