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