Color: #A8BDCE

#A8BDCE Color Information

#A8BDCE is a light color. The closest websafe version is #A8BDCE. A complement of this color would be #CDB8A7, perceived brightness is 0.72, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 207°,a saturation of 28%, and a lightness of 73%.The HSV representation shows a hue of 207°, a saturation of 18%, and a value of 81%.

In a RGB color space, #A8BDCE is composed of 66% red, 74% green and 81% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 8% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 48.93, x: 0.3160, and y: 0.3398.

Color Code #A8BDCE

#A8BDCErgb(168, 189, 206)
HEX
#A8BDCE
RGB
rgb(168, 189, 206)
HSL
hsl(207, 28%, 73%)
HSV
hsv(207, 18%, 81%)
CMYK
18%, 8%, 0%, 19%
XYZ
X: 45.50, Y: 48.93, Z: 49.57
Lab
L: 75.41, a: -4.74, b: -11.14
Name

Shades of Color #A8BDCE

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

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

#A8BDCErgb(168, 189, 206)

About #A8BDCE Color Code

In the HSL color space, this color has a hue angle of 207°, a saturation of 28%, and a lightness of 73%. The HSV representation shows a hue of 207°, a saturation of 18%, and a value of 81%.

  • HEX: #A8BDCE
  • RGB: rgb(168, 189, 206)
  • HSL: hsl(207, 28%, 73%)
  • HSV: hsv(207, 18%, 81%)
  • CMYK: 18.00% cyan, 8.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 45.50, 48.93, 49.57
  • Yxy: 48.93, 0.3160, 0.3398
  • Hunter Lab: 75.41, -4.74, -11.14
  • CIE-Lab: 75.41, -4.74, -11.14

In the XYZ color space, this color is represented as X: 45.50, Y: 48.93, Z: 49.57. The Yxy representation further refines this as Y: 48.93, x: 0.3160, and y: 0.3398.

In the Hunter Lab color space, this color is represented as L: 75.41, a: -4.74, and b: -11.14. Similarly, in the CIE-Lab color space, it is represented as L: 75.41, a: -4.74, and b: -11.14.

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

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

Analogous Colors of #A8BDCE

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

Monochromatic Colors of #A8BDCE

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

Complementary Color of #A8BDCE

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

/* Using HEX */
body {
  background-color: #a8bdce;
}
/* Using RGB */
body {
  background-color: rgb(168, 189, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 189, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(207, 28%, 73%);
}
/* Text color */
p {
  color: #a8bdce;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a8bdce;
}
/* Border color */
.box {
  border: 4px solid #a8bdce;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a8bdce;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a8bdce;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A8BDCE
On Black Background
#A8BDCE
On White Background
#A8BDCE

HTML Examples of #A8BDCE

<!-- Using HEX -->
<div style="background-color: #a8bdce; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(168, 189, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(168, 189, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(207, 28%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a8bdce;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a8bdce; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a8bdce; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a8bdce;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a8bdce; color: #fff; padding: 16px; border-radius: 8px;">
  #A8BDCE
</div>
#A8BDCE
On Black Background
#A8BDCE
On White Background
#A8BDCE

Related Colors of #A8BDCE

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