Color: #BB94CC

#BB94CC Color Information

#BB94CC is a light color. The closest websafe version is #BB94CC. A complement of this color would be #A5CC94, perceived brightness is 0.65, and the grayscale version is #B0B0B0.

In the HSL color space, this color has a hue angle of 282°,a saturation of 35%, and a lightness of 69%.The HSV representation shows a hue of 282°, a saturation of 27%, and a value of 80%.

In a RGB color space, #BB94CC is composed of 73% red, 58% green and 80% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 27% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 35.95, x: 0.3354, and y: 0.2891.

Color Code #BB94CC

#BB94CCrgb(187, 148, 204)
HEX
#BB94CC
RGB
rgb(187, 148, 204)
HSL
hsl(282, 35%, 69%)
HSV
hsv(282, 27%, 80%)
CMYK
8%, 27%, 0%, 20%
XYZ
X: 41.71, Y: 35.95, Z: 46.69
Lab
L: 66.48, a: 22.64, b: -23.21
Name

Shades of Color #BB94CC

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

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

#BB94CCrgb(187, 148, 204)

About #BB94CC Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 35%, and a lightness of 69%. The HSV representation shows a hue of 282°, a saturation of 27%, and a value of 80%.

  • HEX: #BB94CC
  • RGB: rgb(187, 148, 204)
  • HSL: hsl(282, 35%, 69%)
  • HSV: hsv(282, 27%, 80%)
  • CMYK: 8.00% cyan, 27.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 41.71, 35.95, 46.69
  • Yxy: 35.95, 0.3354, 0.2891
  • Hunter Lab: 66.48, 22.64, -23.21
  • CIE-Lab: 66.48, 22.64, -23.21

In the XYZ color space, this color is represented as X: 41.71, Y: 35.95, Z: 46.69. The Yxy representation further refines this as Y: 35.95, x: 0.3354, and y: 0.2891.

In the Hunter Lab color space, this color is represented as L: 66.48, a: 22.64, and b: -23.21. Similarly, in the CIE-Lab color space, it is represented as L: 66.48, a: 22.64, and b: -23.21.

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

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

Analogous Colors of #BB94CC

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

Monochromatic Colors of #BB94CC

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

Complementary Color of #BB94CC

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

/* Using HEX */
body {
  background-color: #bb94cc;
}
/* Using RGB */
body {
  background-color: rgb(187, 148, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 148, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 35%, 69%);
}
/* Text color */
p {
  color: #bb94cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bb94cc;
}
/* Border color */
.box {
  border: 4px solid #bb94cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bb94cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bb94cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BB94CC
On Black Background
#BB94CC
On White Background
#BB94CC

HTML Examples of #BB94CC

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

Related Colors of #BB94CC

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