Color: #BE166C

#BE166C Color Information

#BE166C is a dark color. The closest websafe version is #BE166C. A complement of this color would be #16C068, perceived brightness is 0.32, and the grayscale version is #6A6A6A.

In the HSL color space, this color has a hue angle of 329°,a saturation of 79%, and a lightness of 42%.The HSV representation shows a hue of 329°, a saturation of 88%, and a value of 75%.

In a RGB color space, #BE166C is composed of 75% red, 9% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 88% magenta, 43% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 12.94, x: 0.5047, and y: 0.2622.

Color Code #BE166C

#BE166Crgb(190, 22, 108)
HEX
#BE166C
RGB
rgb(190, 22, 108)
HSL
hsl(329, 79%, 42%)
HSV
hsv(329, 88%, 75%)
CMYK
0%, 88%, 43%, 25%
XYZ
X: 24.91, Y: 12.94, Z: 11.51
Lab
L: 42.67, a: 65.53, b: -2.54
Name

Shades of Color #BE166C

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

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

#BE166Crgb(190, 22, 108)

About #BE166C Color Code

In the HSL color space, this color has a hue angle of 329°, a saturation of 79%, and a lightness of 42%. The HSV representation shows a hue of 329°, a saturation of 88%, and a value of 75%.

  • HEX: #BE166C
  • RGB: rgb(190, 22, 108)
  • HSL: hsl(329, 79%, 42%)
  • HSV: hsv(329, 88%, 75%)
  • CMYK: 0.00% cyan, 88.00% magenta, 43.00% yellow, 25.00% black
  • XYZ: 24.91, 12.94, 11.51
  • Yxy: 12.94, 0.5047, 0.2622
  • Hunter Lab: 42.67, 65.53, -2.54
  • CIE-Lab: 42.67, 65.53, -2.54

In the XYZ color space, this color is represented as X: 24.91, Y: 12.94, Z: 11.51. The Yxy representation further refines this as Y: 12.94, x: 0.5047, and y: 0.2622.

In the Hunter Lab color space, this color is represented as L: 42.67, a: 65.53, and b: -2.54. Similarly, in the CIE-Lab color space, it is represented as L: 42.67, a: 65.53, and b: -2.54.

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

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

Analogous Colors of #BE166C

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

Split Complementary Colors of #BE166C

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

Tetradic Colors of #BE166C

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

Monochromatic Colors of #BE166C

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

Complementary Color of #BE166C

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

/* Using HEX */
body {
  background-color: #be166c;
}
/* Using RGB */
body {
  background-color: rgb(190, 22, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 22, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(329, 79%, 42%);
}
/* Text color */
p {
  color: #be166c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #be166c;
}
/* Border color */
.box {
  border: 4px solid #be166c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #be166c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #be166c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BE166C
On Black Background
#BE166C
On White Background
#BE166C

HTML Examples of #BE166C

<!-- Using HEX -->
<div style="background-color: #be166c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 22, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 22, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(329, 79%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #be166c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #be166c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #be166c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #be166c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #be166c; color: #fff; padding: 16px; border-radius: 8px;">
  #BE166C
</div>
#BE166C
On Black Background
#BE166C
On White Background
#BE166C

Related Colors of #BE166C

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