Color: #A6BCC1

#A6BCC1 Color Information

#A6BCC1 is a light color. The closest websafe version is #A6BCC1. A complement of this color would be #C0AAA5, perceived brightness is 0.71, and the grayscale version is #B3B3B3.

In the HSL color space, this color has a hue angle of 191°,a saturation of 18%, and a lightness of 70%.The HSV representation shows a hue of 191°, a saturation of 14%, and a value of 76%.

In a RGB color space, #A6BCC1 is composed of 65% red, 74% green and 76% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 3% magenta, 0% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 47.77, x: 0.3234, and y: 0.3541.

Color Code #A6BCC1

#A6BCC1rgb(166, 188, 193)
HEX
#A6BCC1
RGB
rgb(166, 188, 193)
HSL
hsl(191, 18%, 70%)
HSV
hsv(191, 14%, 76%)
CMYK
14%, 3%, 0%, 24%
XYZ
X: 43.62, Y: 47.77, Z: 43.50
Lab
L: 74.68, a: -7.02, b: -5.22
Name

Shades of Color #A6BCC1

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

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

#A6BCC1rgb(166, 188, 193)

About #A6BCC1 Color Code

In the HSL color space, this color has a hue angle of 191°, a saturation of 18%, and a lightness of 70%. The HSV representation shows a hue of 191°, a saturation of 14%, and a value of 76%.

  • HEX: #A6BCC1
  • RGB: rgb(166, 188, 193)
  • HSL: hsl(191, 18%, 70%)
  • HSV: hsv(191, 14%, 76%)
  • CMYK: 14.00% cyan, 3.00% magenta, 0.00% yellow, 24.00% black
  • XYZ: 43.62, 47.77, 43.50
  • Yxy: 47.77, 0.3234, 0.3541
  • Hunter Lab: 74.68, -7.02, -5.22
  • CIE-Lab: 74.68, -7.02, -5.22

In the XYZ color space, this color is represented as X: 43.62, Y: 47.77, Z: 43.50. The Yxy representation further refines this as Y: 47.77, x: 0.3234, and y: 0.3541.

In the Hunter Lab color space, this color is represented as L: 74.68, a: -7.02, and b: -5.22. Similarly, in the CIE-Lab color space, it is represented as L: 74.68, a: -7.02, and b: -5.22.

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

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

Analogous Colors of #A6BCC1

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

Monochromatic Colors of #A6BCC1

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

Complementary Color of #A6BCC1

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

/* Using HEX */
body {
  background-color: #a6bcc1;
}
/* Using RGB */
body {
  background-color: rgb(166, 188, 193);
}
/* Using RGB with opacity */
body {
  background-color: rgba(166, 188, 193, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(191, 18%, 70%);
}
/* Text color */
p {
  color: #a6bcc1;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a6bcc1;
}
/* Border color */
.box {
  border: 4px solid #a6bcc1;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a6bcc1;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a6bcc1;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A6BCC1
On Black Background
#A6BCC1
On White Background
#A6BCC1

HTML Examples of #A6BCC1

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

Related Colors of #A6BCC1

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