Color: #BEBAFC
#BEBAFC Color Information
#BEBAFC is a light color. The closest websafe version is #BEBAFC. A complement of this color would be #F8FCBA, perceived brightness is 0.76, and the grayscale version is #DBDBDB.
In the HSL color space, this color has a hue angle of 244°,a saturation of 92%, and a lightness of 86%.The HSV representation shows a hue of 244°, a saturation of 26%, and a value of 99%.
In a RGB color space, #BEBAFC is composed of 75% red, 73% green and 99% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 26% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 52.56, x: 0.3024, and y: 0.2874.
Color Code #BEBAFC
Shades of Color #BEBAFC
Shades are created by darkening the original color #BEBAFC 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 #BEBAFC
Tints are created by lightening the original color #BEBAFC 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 #BEBAFC Color Code
In the HSL color space, this color has a hue angle of 244°, a saturation of 92%, and a lightness of 86%. The HSV representation shows a hue of 244°, a saturation of 26%, and a value of 99%.
- HEX: #BEBAFC
- RGB: rgb(190, 186, 252)
- HSL: hsl(244, 92%, 86%)
- HSV: hsv(244, 26%, 99%)
- CMYK: 25.00% cyan, 26.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 55.29, 52.56, 75.01
- Yxy: 52.56, 0.3024, 0.2874
- Hunter Lab: 77.61, 11.89, -32.33
- CIE-Lab: 77.61, 11.89, -32.33
In the XYZ color space, this color is represented as X: 55.29, Y: 52.56, Z: 75.01. The Yxy representation further refines this as Y: 52.56, x: 0.3024, and y: 0.2874.
In the Hunter Lab color space, this color is represented as L: 77.61, a: 11.89, and b: -32.33. Similarly, in the CIE-Lab color space, it is represented as L: 77.61, a: 11.89, and b: -32.33.
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 #BEBAFC
Triadic colors are three colors evenly spaced around the color wheel, including #BEBAFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BEBAFC
Monochromatic colors are variations of #BEBAFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BEBAFC
The complementary color of #BEBAFC 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 #BEBAFC
/* Using HEX */ body { background-color: #bebafc; }
/* Using RGB */ body { background-color: rgb(190, 186, 252); }
/* Using RGB with opacity */ body { background-color: rgba(190, 186, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(244, 92%, 86%); }
/* Text color */ p { color: #bebafc; }
/* Box shadow */ div { box-shadow: 4px 4px #bebafc; }
/* Border color */ .box { border: 4px solid #bebafc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bebafc; }
/* Background with text */ div { background: #bebafc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BEBAFC
<!-- Using HEX --> <div style="background-color: #bebafc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(190, 186, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(190, 186, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(244, 92%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bebafc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bebafc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bebafc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bebafc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bebafc; color: #fff; padding: 16px; border-radius: 8px;"> #BEBAFC </div>
Related Colors of #BEBAFC
These colors are similar to #BEBAFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.