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