Color: #A1BCDB

#A1BCDB Color Information

#A1BCDB is a light color. The closest websafe version is #A1BCDB. A complement of this color would be #DCC1A3, perceived brightness is 0.72, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 212°,a saturation of 45%, and a lightness of 75%.The HSV representation shows a hue of 212°, a saturation of 26%, and a value of 86%.

In a RGB color space, #A1BCDB is composed of 63% red, 74% green and 86% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 14% magenta, 0% yellow and 14% black.

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

Color Code #A1BCDB

#A1BCDBrgb(161, 188, 219)
HEX
#A1BCDB
RGB
rgb(161, 188, 219)
HSL
hsl(212, 45%, 75%)
HSV
hsv(212, 26%, 86%)
CMYK
26%, 14%, 0%, 14%
XYZ
X: 45.04, Y: 48.27, Z: 55.97
Lab
L: 75.00, a: -4.28, b: -18.83
Name

Shades of Color #A1BCDB

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

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

#A1BCDBrgb(161, 188, 219)

About #A1BCDB Color Code

In the HSL color space, this color has a hue angle of 212°, a saturation of 45%, and a lightness of 75%. The HSV representation shows a hue of 212°, a saturation of 26%, and a value of 86%.

  • HEX: #A1BCDB
  • RGB: rgb(161, 188, 219)
  • HSL: hsl(212, 45%, 75%)
  • HSV: hsv(212, 26%, 86%)
  • CMYK: 26.00% cyan, 14.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 45.04, 48.27, 55.97
  • Yxy: 48.27, 0.3017, 0.3234
  • Hunter Lab: 75.00, -4.28, -18.83
  • CIE-Lab: 75.00, -4.28, -18.83

In the XYZ color space, this color is represented as X: 45.04, Y: 48.27, Z: 55.97. The Yxy representation further refines this as Y: 48.27, x: 0.3017, and y: 0.3234.

In the Hunter Lab color space, this color is represented as L: 75.00, a: -4.28, and b: -18.83. Similarly, in the CIE-Lab color space, it is represented as L: 75.00, a: -4.28, and b: -18.83.

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

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

Analogous Colors of #A1BCDB

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

Split Complementary Colors of #A1BCDB

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

Tetradic Colors of #A1BCDB

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

Monochromatic Colors of #A1BCDB

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

Complementary Color of #A1BCDB

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

/* Using HEX */
body {
  background-color: #a1bcdb;
}
/* Using RGB */
body {
  background-color: rgb(161, 188, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 188, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(212, 45%, 75%);
}
/* Text color */
p {
  color: #a1bcdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a1bcdb;
}
/* Border color */
.box {
  border: 4px solid #a1bcdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a1bcdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a1bcdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A1BCDB
On Black Background
#A1BCDB
On White Background
#A1BCDB

HTML Examples of #A1BCDB

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

Related Colors of #A1BCDB

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