Color: #BF6A8C
#BF6A8C Color Information
#BF6A8C is a light color. The closest websafe version is #BF6A8C. A complement of this color would be #69BF9C, perceived brightness is 0.53, and the grayscale version is #959595.
In the HSL color space, this color has a hue angle of 336°,a saturation of 40%, and a lightness of 58%.The HSV representation shows a hue of 336°, a saturation of 45%, and a value of 75%.
In a RGB color space, #BF6A8C is composed of 75% red, 42% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 45% magenta, 27% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 23.51, x: 0.4192, and y: 0.3078.
Color Code #BF6A8C
Shades of Color #BF6A8C
Shades are created by darkening the original color #BF6A8C 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 #BF6A8C
Tints are created by lightening the original color #BF6A8C 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 #BF6A8C Color Code
In the HSL color space, this color has a hue angle of 336°, a saturation of 40%, and a lightness of 58%. The HSV representation shows a hue of 336°, a saturation of 45%, and a value of 75%.
- HEX: #BF6A8C
- RGB: rgb(191, 106, 140)
- HSL: hsl(336, 40%, 58%)
- HSV: hsv(336, 45%, 75%)
- CMYK: 0.00% cyan, 45.00% magenta, 27.00% yellow, 25.00% black
- XYZ: 32.02, 23.51, 20.85
- Yxy: 23.51, 0.4192, 0.3078
- Hunter Lab: 55.60, 37.64, -3.00
- CIE-Lab: 55.60, 37.64, -3.00
In the XYZ color space, this color is represented as X: 32.02, Y: 23.51, Z: 20.85. The Yxy representation further refines this as Y: 23.51, x: 0.4192, and y: 0.3078.
In the Hunter Lab color space, this color is represented as L: 55.60, a: 37.64, and b: -3.00. Similarly, in the CIE-Lab color space, it is represented as L: 55.60, a: 37.64, and b: -3.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 #BF6A8C
Triadic colors are three colors evenly spaced around the color wheel, including #BF6A8C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BF6A8C
Split complementary colors are two colors adjacent to the complementary color of #BF6A8C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BF6A8C
Monochromatic colors are variations of #BF6A8C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BF6A8C
The complementary color of #BF6A8C 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 #BF6A8C
/* Using HEX */ body { background-color: #bf6a8c; }
/* Using RGB */ body { background-color: rgb(191, 106, 140); }
/* Using RGB with opacity */ body { background-color: rgba(191, 106, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(336, 40%, 58%); }
/* Text color */ p { color: #bf6a8c; }
/* Box shadow */ div { box-shadow: 4px 4px #bf6a8c; }
/* Border color */ .box { border: 4px solid #bf6a8c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bf6a8c; }
/* Background with text */ div { background: #bf6a8c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BF6A8C
<!-- Using HEX --> <div style="background-color: #bf6a8c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(191, 106, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(191, 106, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(336, 40%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bf6a8c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bf6a8c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bf6a8c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bf6a8c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bf6a8c; color: #fff; padding: 16px; border-radius: 8px;"> #BF6A8C </div>
Related Colors of #BF6A8C
These colors are similar to #BF6A8C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.