Color: #B3A5BC

#B3A5BC Color Information

#B3A5BC is a light color. The closest websafe version is #B3A5BC. A complement of this color would be #ADBCA4, perceived brightness is 0.67, and the grayscale version is #B1B1B1.

In the HSL color space, this color has a hue angle of 277°,a saturation of 15%, and a lightness of 69%.The HSV representation shows a hue of 277°, a saturation of 12%, and a value of 74%.

In a RGB color space, #B3A5BC is composed of 70% red, 65% green and 74% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 12% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 40.05, x: 0.3400, and y: 0.3294.

Color Code #B3A5BC

#B3A5BCrgb(179, 165, 188)
HEX
#B3A5BC
RGB
rgb(179, 165, 188)
HSL
hsl(277, 15%, 69%)
HSV
hsv(277, 12%, 74%)
CMYK
5%, 12%, 0%, 26%
XYZ
X: 41.34, Y: 40.05, Z: 40.20
Lab
L: 69.51, a: 8.47, b: -9.94
Name

Shades of Color #B3A5BC

Shades are created by darkening the original color #B3A5BC 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 #B3A5BC

Tints are created by lightening the original color #B3A5BC 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.

#B3A5BCrgb(179, 165, 188)

About #B3A5BC Color Code

In the HSL color space, this color has a hue angle of 277°, a saturation of 15%, and a lightness of 69%. The HSV representation shows a hue of 277°, a saturation of 12%, and a value of 74%.

  • HEX: #B3A5BC
  • RGB: rgb(179, 165, 188)
  • HSL: hsl(277, 15%, 69%)
  • HSV: hsv(277, 12%, 74%)
  • CMYK: 5.00% cyan, 12.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 41.34, 40.05, 40.20
  • Yxy: 40.05, 0.3400, 0.3294
  • Hunter Lab: 69.51, 8.47, -9.94
  • CIE-Lab: 69.51, 8.47, -9.94

In the XYZ color space, this color is represented as X: 41.34, Y: 40.05, Z: 40.20. The Yxy representation further refines this as Y: 40.05, x: 0.3400, and y: 0.3294.

In the Hunter Lab color space, this color is represented as L: 69.51, a: 8.47, and b: -9.94. Similarly, in the CIE-Lab color space, it is represented as L: 69.51, a: 8.47, and b: -9.94.

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 #B3A5BC

Triadic colors are three colors evenly spaced around the color wheel, including #B3A5BC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #B3A5BC

Analogous colors are adjacent to #B3A5BC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #B3A5BC

Split complementary colors are two colors adjacent to the complementary color of #B3A5BC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #B3A5BC

Tetradic colors form a rectangle on the color wheel, including #B3A5BC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #B3A5BC

Monochromatic colors are variations of #B3A5BC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #B3A5BC

The complementary color of #B3A5BC 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 #B3A5BC

/* Using HEX */
body {
  background-color: #b3a5bc;
}
/* Using RGB */
body {
  background-color: rgb(179, 165, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 165, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(277, 15%, 69%);
}
/* Text color */
p {
  color: #b3a5bc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b3a5bc;
}
/* Border color */
.box {
  border: 4px solid #b3a5bc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b3a5bc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b3a5bc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B3A5BC
On Black Background
#B3A5BC
On White Background
#B3A5BC

HTML Examples of #B3A5BC

<!-- Using HEX -->
<div style="background-color: #b3a5bc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(179, 165, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(179, 165, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(277, 15%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b3a5bc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b3a5bc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b3a5bc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b3a5bc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b3a5bc; color: #fff; padding: 16px; border-radius: 8px;">
  #B3A5BC
</div>
#B3A5BC
On Black Background
#B3A5BC
On White Background
#B3A5BC

Related Colors of #B3A5BC

These colors are similar to #B3A5BC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.