Color: #B4FADE

#B4FADE Color Information

#B4FADE is a light color. The closest websafe version is #B4FADE. A complement of this color would be #FAB3CF, perceived brightness is 0.89, and the grayscale version is #D7D7D7.

In the HSL color space, this color has a hue angle of 156°,a saturation of 87%, and a lightness of 84%.The HSV representation shows a hue of 156°, a saturation of 28%, and a value of 98%.

In a RGB color space, #B4FADE is composed of 71% red, 98% green and 87% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 0% magenta, 11% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 83.11, x: 0.3163, and y: 0.3913.

Color Code #B4FADE

#B4FADErgb(180, 250, 222)
HEX
#B4FADE
RGB
rgb(180, 250, 222)
HSL
hsl(156, 87%, 84%)
HSV
hsv(156, 28%, 98%)
CMYK
28%, 0%, 11%, 2%
XYZ
X: 67.17, Y: 83.11, Z: 62.09
Lab
L: 93.06, a: -26.88, b: 6.14
Name

Shades of Color #B4FADE

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

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

#B4FADErgb(180, 250, 222)

About #B4FADE Color Code

In the HSL color space, this color has a hue angle of 156°, a saturation of 87%, and a lightness of 84%. The HSV representation shows a hue of 156°, a saturation of 28%, and a value of 98%.

  • HEX: #B4FADE
  • RGB: rgb(180, 250, 222)
  • HSL: hsl(156, 87%, 84%)
  • HSV: hsv(156, 28%, 98%)
  • CMYK: 28.00% cyan, 0.00% magenta, 11.00% yellow, 2.00% black
  • XYZ: 67.17, 83.11, 62.09
  • Yxy: 83.11, 0.3163, 0.3913
  • Hunter Lab: 93.06, -26.88, 6.14
  • CIE-Lab: 93.06, -26.88, 6.14

In the XYZ color space, this color is represented as X: 67.17, Y: 83.11, Z: 62.09. The Yxy representation further refines this as Y: 83.11, x: 0.3163, and y: 0.3913.

In the Hunter Lab color space, this color is represented as L: 93.06, a: -26.88, and b: 6.14. Similarly, in the CIE-Lab color space, it is represented as L: 93.06, a: -26.88, and b: 6.14.

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

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

Analogous Colors of #B4FADE

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

Split Complementary Colors of #B4FADE

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

Tetradic Colors of #B4FADE

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

Monochromatic Colors of #B4FADE

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

Complementary Color of #B4FADE

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

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

HTML Examples of #B4FADE

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

Related Colors of #B4FADE

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