Color: #B68EBF

#B68EBF Color Information

#B68EBF is a light color. The closest websafe version is #B68EBF. A complement of this color would be #96BF8D, perceived brightness is 0.63, and the grayscale version is #A7A7A7.

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

In a RGB color space, #B68EBF is composed of 71% red, 56% green and 75% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 26% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 32.96, x: 0.3426, and y: 0.2950.

Color Code #B68EBF

#B68EBFrgb(182, 142, 191)
HEX
#B68EBF
RGB
rgb(182, 142, 191)
HSL
hsl(289, 28%, 65%)
HSV
hsv(289, 26%, 75%)
CMYK
5%, 26%, 0%, 25%
XYZ
X: 38.27, Y: 32.96, Z: 40.49
Lab
L: 64.13, a: 22.07, b: -19.59
Name

Shades of Color #B68EBF

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

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

#B68EBFrgb(182, 142, 191)

About #B68EBF Color Code

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

  • HEX: #B68EBF
  • RGB: rgb(182, 142, 191)
  • HSL: hsl(289, 28%, 65%)
  • HSV: hsv(289, 26%, 75%)
  • CMYK: 5.00% cyan, 26.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 38.27, 32.96, 40.49
  • Yxy: 32.96, 0.3426, 0.2950
  • Hunter Lab: 64.13, 22.07, -19.59
  • CIE-Lab: 64.13, 22.07, -19.59

In the XYZ color space, this color is represented as X: 38.27, Y: 32.96, Z: 40.49. The Yxy representation further refines this as Y: 32.96, x: 0.3426, and y: 0.2950.

In the Hunter Lab color space, this color is represented as L: 64.13, a: 22.07, and b: -19.59. Similarly, in the CIE-Lab color space, it is represented as L: 64.13, a: 22.07, and b: -19.59.

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

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

Analogous Colors of #B68EBF

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

Split Complementary Colors of #B68EBF

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

Tetradic Colors of #B68EBF

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

Monochromatic Colors of #B68EBF

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

Complementary Color of #B68EBF

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

/* Using HEX */
body {
  background-color: #b68ebf;
}
/* Using RGB */
body {
  background-color: rgb(182, 142, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(182, 142, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(289, 28%, 65%);
}
/* Text color */
p {
  color: #b68ebf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b68ebf;
}
/* Border color */
.box {
  border: 4px solid #b68ebf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b68ebf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b68ebf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B68EBF
On Black Background
#B68EBF
On White Background
#B68EBF

HTML Examples of #B68EBF

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

Related Colors of #B68EBF

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