Color: #BADBCC

#BADBCC Color Information

#BADBCC is a light color. The closest websafe version is #BADBCC. A complement of this color would be #DAB9C8, perceived brightness is 0.81, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 153°,a saturation of 31%, and a lightness of 79%.The HSV representation shows a hue of 153°, a saturation of 15%, and a value of 86%.

In a RGB color space, #BADBCC is composed of 73% red, 86% green and 80% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 7% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 65.37, x: 0.3306, and y: 0.3770.

Color Code #BADBCC

#BADBCCrgb(186, 219, 204)
HEX
#BADBCC
RGB
rgb(186, 219, 204)
HSL
hsl(153, 31%, 79%)
HSV
hsv(153, 15%, 86%)
CMYK
15%, 0%, 7%, 14%
XYZ
X: 57.33, Y: 65.37, Z: 50.69
Lab
L: 84.67, a: -13.50, b: 3.56
Name

Shades of Color #BADBCC

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

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

#BADBCCrgb(186, 219, 204)

About #BADBCC Color Code

In the HSL color space, this color has a hue angle of 153°, a saturation of 31%, and a lightness of 79%. The HSV representation shows a hue of 153°, a saturation of 15%, and a value of 86%.

  • HEX: #BADBCC
  • RGB: rgb(186, 219, 204)
  • HSL: hsl(153, 31%, 79%)
  • HSV: hsv(153, 15%, 86%)
  • CMYK: 15.00% cyan, 0.00% magenta, 7.00% yellow, 14.00% black
  • XYZ: 57.33, 65.37, 50.69
  • Yxy: 65.37, 0.3306, 0.3770
  • Hunter Lab: 84.67, -13.50, 3.56
  • CIE-Lab: 84.67, -13.50, 3.56

In the XYZ color space, this color is represented as X: 57.33, Y: 65.37, Z: 50.69. The Yxy representation further refines this as Y: 65.37, x: 0.3306, and y: 0.3770.

In the Hunter Lab color space, this color is represented as L: 84.67, a: -13.50, and b: 3.56. Similarly, in the CIE-Lab color space, it is represented as L: 84.67, a: -13.50, and b: 3.56.

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

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

Analogous Colors of #BADBCC

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

Monochromatic Colors of #BADBCC

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

Complementary Color of #BADBCC

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

/* Using HEX */
body {
  background-color: #badbcc;
}
/* Using RGB */
body {
  background-color: rgb(186, 219, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 219, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(153, 31%, 79%);
}
/* Text color */
p {
  color: #badbcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #badbcc;
}
/* Border color */
.box {
  border: 4px solid #badbcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #badbcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #badbcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BADBCC
On Black Background
#BADBCC
On White Background
#BADBCC

HTML Examples of #BADBCC

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

Related Colors of #BADBCC

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