Color: #B689CC

#B689CC Color Information

#B689CC is a light color. The closest websafe version is #B689CC. A complement of this color would be #A0CD89, perceived brightness is 0.62, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 280°,a saturation of 40%, and a lightness of 67%.The HSV representation shows a hue of 280°, a saturation of 33%, and a value of 80%.

In a RGB color space, #B689CC is composed of 71% red, 54% green and 80% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 33% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 32.00, x: 0.3309, and y: 0.2738.

Color Code #B689CC

#B689CCrgb(182, 137, 204)
HEX
#B689CC
RGB
rgb(182, 137, 204)
HSL
hsl(280, 40%, 67%)
HSV
hsv(280, 33%, 80%)
CMYK
11%, 33%, 0%, 20%
XYZ
X: 38.67, Y: 32.00, Z: 46.20
Lab
L: 63.34, a: 26.73, b: -28.04
Name

Shades of Color #B689CC

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

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

#B689CCrgb(182, 137, 204)

About #B689CC Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 40%, and a lightness of 67%. The HSV representation shows a hue of 280°, a saturation of 33%, and a value of 80%.

  • HEX: #B689CC
  • RGB: rgb(182, 137, 204)
  • HSL: hsl(280, 40%, 67%)
  • HSV: hsv(280, 33%, 80%)
  • CMYK: 11.00% cyan, 33.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 38.67, 32.00, 46.20
  • Yxy: 32.00, 0.3309, 0.2738
  • Hunter Lab: 63.34, 26.73, -28.04
  • CIE-Lab: 63.34, 26.73, -28.04

In the XYZ color space, this color is represented as X: 38.67, Y: 32.00, Z: 46.20. The Yxy representation further refines this as Y: 32.00, x: 0.3309, and y: 0.2738.

In the Hunter Lab color space, this color is represented as L: 63.34, a: 26.73, and b: -28.04. Similarly, in the CIE-Lab color space, it is represented as L: 63.34, a: 26.73, and b: -28.04.

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

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

Analogous Colors of #B689CC

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

Split Complementary Colors of #B689CC

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

Tetradic Colors of #B689CC

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

Monochromatic Colors of #B689CC

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

Complementary Color of #B689CC

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

/* Using HEX */
body {
  background-color: #b689cc;
}
/* Using RGB */
body {
  background-color: rgb(182, 137, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(182, 137, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(280, 40%, 67%);
}
/* Text color */
p {
  color: #b689cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b689cc;
}
/* Border color */
.box {
  border: 4px solid #b689cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b689cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b689cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B689CC
On Black Background
#B689CC
On White Background
#B689CC

HTML Examples of #B689CC

<!-- Using HEX -->
<div style="background-color: #b689cc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(182, 137, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(182, 137, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(280, 40%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b689cc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b689cc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b689cc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b689cc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b689cc; color: #fff; padding: 16px; border-radius: 8px;">
  #B689CC
</div>
#B689CC
On Black Background
#B689CC
On White Background
#B689CC

Related Colors of #B689CC

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