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