Color: #ABCBBF

#ABCBBF Color Information

#ABCBBF is a light color. The closest websafe version is #ABCBBF. A complement of this color would be #CBAAB6, perceived brightness is 0.75, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 158°,a saturation of 24%, and a lightness of 73%.The HSV representation shows a hue of 158°, a saturation of 16%, and a value of 80%.

In a RGB color space, #ABCBBF is composed of 67% red, 80% green and 75% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 0% magenta, 6% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 55.03, x: 0.3284, and y: 0.3748.

Color Code #ABCBBF

#ABCBBFrgb(171, 203, 191)
HEX
#ABCBBF
RGB
rgb(171, 203, 191)
HSL
hsl(158, 24%, 73%)
HSV
hsv(158, 16%, 80%)
CMYK
16%, 0%, 6%, 20%
XYZ
X: 48.21, Y: 55.03, Z: 43.57
Lab
L: 79.06, a: -12.89, b: 2.24
Name

Shades of Color #ABCBBF

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

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

#ABCBBFrgb(171, 203, 191)

About #ABCBBF Color Code

In the HSL color space, this color has a hue angle of 158°, a saturation of 24%, and a lightness of 73%. The HSV representation shows a hue of 158°, a saturation of 16%, and a value of 80%.

  • HEX: #ABCBBF
  • RGB: rgb(171, 203, 191)
  • HSL: hsl(158, 24%, 73%)
  • HSV: hsv(158, 16%, 80%)
  • CMYK: 16.00% cyan, 0.00% magenta, 6.00% yellow, 20.00% black
  • XYZ: 48.21, 55.03, 43.57
  • Yxy: 55.03, 0.3284, 0.3748
  • Hunter Lab: 79.06, -12.89, 2.24
  • CIE-Lab: 79.06, -12.89, 2.24

In the XYZ color space, this color is represented as X: 48.21, Y: 55.03, Z: 43.57. The Yxy representation further refines this as Y: 55.03, x: 0.3284, and y: 0.3748.

In the Hunter Lab color space, this color is represented as L: 79.06, a: -12.89, and b: 2.24. Similarly, in the CIE-Lab color space, it is represented as L: 79.06, a: -12.89, and b: 2.24.

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

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

Analogous Colors of #ABCBBF

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

Monochromatic Colors of #ABCBBF

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

Complementary Color of #ABCBBF

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

/* Using HEX */
body {
  background-color: #abcbbf;
}
/* Using RGB */
body {
  background-color: rgb(171, 203, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 203, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(158, 24%, 73%);
}
/* Text color */
p {
  color: #abcbbf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #abcbbf;
}
/* Border color */
.box {
  border: 4px solid #abcbbf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #abcbbf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #abcbbf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ABCBBF
On Black Background
#ABCBBF
On White Background
#ABCBBF

HTML Examples of #ABCBBF

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

Related Colors of #ABCBBF

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