Color: #B195BA
#B195BA Color Information
#B195BA is a light color. The closest websafe version is #B195BA. A complement of this color would be #9FBB96, perceived brightness is 0.63, and the grayscale version is #A8A8A8.
In the HSL color space, this color has a hue angle of 285°,a saturation of 21%, and a lightness of 66%.The HSV representation shows a hue of 285°, a saturation of 20%, and a value of 73%.
In a RGB color space, #B195BA is composed of 69% red, 58% green and 73% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 20% magenta, 0% yellow and 27% black.
In the Yxy color space, this color is represented as Y: 34.30, x: 0.3413, and y: 0.3099.
Color Code #B195BA
Shades of Color #B195BA
Shades are created by darkening the original color #B195BA 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 #B195BA
Tints are created by lightening the original color #B195BA 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 #B195BA Color Code
In the HSL color space, this color has a hue angle of 285°, a saturation of 21%, and a lightness of 66%. The HSV representation shows a hue of 285°, a saturation of 20%, and a value of 73%.
- HEX: #B195BA
- RGB: rgb(177, 149, 186)
- HSL: hsl(285, 21%, 66%)
- HSV: hsv(285, 20%, 73%)
- CMYK: 5.00% cyan, 20.00% magenta, 0.00% yellow, 27.00% black
- XYZ: 37.77, 34.30, 38.60
- Yxy: 34.30, 0.3413, 0.3099
- Hunter Lab: 65.20, 15.83, -15.24
- CIE-Lab: 65.20, 15.83, -15.24
In the XYZ color space, this color is represented as X: 37.77, Y: 34.30, Z: 38.60. The Yxy representation further refines this as Y: 34.30, x: 0.3413, and y: 0.3099.
In the Hunter Lab color space, this color is represented as L: 65.20, a: 15.83, and b: -15.24. Similarly, in the CIE-Lab color space, it is represented as L: 65.20, a: 15.83, and b: -15.24.
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 #B195BA
Triadic colors are three colors evenly spaced around the color wheel, including #B195BA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B195BA
Split complementary colors are two colors adjacent to the complementary color of #B195BA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B195BA
Monochromatic colors are variations of #B195BA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B195BA
The complementary color of #B195BA 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 #B195BA
/* Using HEX */ body { background-color: #b195ba; }
/* Using RGB */ body { background-color: rgb(177, 149, 186); }
/* Using RGB with opacity */ body { background-color: rgba(177, 149, 186, 0.5); }
/* Using HSL */ body { background-color: hsl(285, 21%, 66%); }
/* Text color */ p { color: #b195ba; }
/* Box shadow */ div { box-shadow: 4px 4px #b195ba; }
/* Border color */ .box { border: 4px solid #b195ba; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b195ba; }
/* Background with text */ div { background: #b195ba; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B195BA
<!-- Using HEX --> <div style="background-color: #b195ba; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(177, 149, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(177, 149, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(285, 21%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b195ba;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b195ba; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b195ba; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b195ba;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b195ba; color: #fff; padding: 16px; border-radius: 8px;"> #B195BA </div>
Related Colors of #B195BA
These colors are similar to #B195BA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.