Color: #BB799C

#BB799C Color Information

#BB799C is a light color. The closest websafe version is #BB799C. A complement of this color would be #77BB97, perceived brightness is 0.57, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 328°,a saturation of 33%, and a lightness of 60%.The HSV representation shows a hue of 328°, a saturation of 35%, and a value of 73%.

In a RGB color space, #BB799C is composed of 73% red, 47% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 17% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 26.78, x: 0.3890, and y: 0.3083.

Color Code #BB799C

#BB799Crgb(187, 121, 156)
HEX
#BB799C
RGB
rgb(187, 121, 156)
HSL
hsl(328, 33%, 60%)
HSV
hsv(328, 35%, 73%)
CMYK
0%, 35%, 17%, 27%
XYZ
X: 33.79, Y: 26.78, Z: 26.29
Lab
L: 58.77, a: 30.23, b: -7.69
Name

Shades of Color #BB799C

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

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

#BB799Crgb(187, 121, 156)

About #BB799C Color Code

In the HSL color space, this color has a hue angle of 328°, a saturation of 33%, and a lightness of 60%. The HSV representation shows a hue of 328°, a saturation of 35%, and a value of 73%.

  • HEX: #BB799C
  • RGB: rgb(187, 121, 156)
  • HSL: hsl(328, 33%, 60%)
  • HSV: hsv(328, 35%, 73%)
  • CMYK: 0.00% cyan, 35.00% magenta, 17.00% yellow, 27.00% black
  • XYZ: 33.79, 26.78, 26.29
  • Yxy: 26.78, 0.3890, 0.3083
  • Hunter Lab: 58.77, 30.23, -7.69
  • CIE-Lab: 58.77, 30.23, -7.69

In the XYZ color space, this color is represented as X: 33.79, Y: 26.78, Z: 26.29. The Yxy representation further refines this as Y: 26.78, x: 0.3890, and y: 0.3083.

In the Hunter Lab color space, this color is represented as L: 58.77, a: 30.23, and b: -7.69. Similarly, in the CIE-Lab color space, it is represented as L: 58.77, a: 30.23, and b: -7.69.

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

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

Analogous Colors of #BB799C

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

Split Complementary Colors of #BB799C

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

Tetradic Colors of #BB799C

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

Monochromatic Colors of #BB799C

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

Complementary Color of #BB799C

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

/* Using HEX */
body {
  background-color: #bb799c;
}
/* Using RGB */
body {
  background-color: rgb(187, 121, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 121, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(328, 33%, 60%);
}
/* Text color */
p {
  color: #bb799c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bb799c;
}
/* Border color */
.box {
  border: 4px solid #bb799c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bb799c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bb799c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BB799C
On Black Background
#BB799C
On White Background
#BB799C

HTML Examples of #BB799C

<!-- Using HEX -->
<div style="background-color: #bb799c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(187, 121, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(187, 121, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(328, 33%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bb799c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bb799c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bb799c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bb799c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bb799c; color: #fff; padding: 16px; border-radius: 8px;">
  #BB799C
</div>
#BB799C
On Black Background
#BB799C
On White Background
#BB799C

Related Colors of #BB799C

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