Color: #B0FADE

#B0FADE Color Information

#B0FADE is a light color. The closest websafe version is #B0FADE. A complement of this color would be #FAB2CE, perceived brightness is 0.88, and the grayscale version is #D5D5D5.

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

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

In the Yxy color space, this color is represented as Y: 82.62, x: 0.3139, and y: 0.3918.

Color Code #B0FADE

#B0FADErgb(176, 250, 222)
HEX
#B0FADE
RGB
rgb(176, 250, 222)
HSL
hsl(157, 88%, 84%)
HSV
hsv(157, 30%, 98%)
CMYK
30%, 0%, 11%, 2%
XYZ
X: 66.19, Y: 82.62, Z: 62.06
Lab
L: 92.85, a: -28.09, b: 5.80
Name

Shades of Color #B0FADE

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

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

#B0FADErgb(176, 250, 222)

About #B0FADE Color Code

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

  • HEX: #B0FADE
  • RGB: rgb(176, 250, 222)
  • HSL: hsl(157, 88%, 84%)
  • HSV: hsv(157, 30%, 98%)
  • CMYK: 30.00% cyan, 0.00% magenta, 11.00% yellow, 2.00% black
  • XYZ: 66.19, 82.62, 62.06
  • Yxy: 82.62, 0.3139, 0.3918
  • Hunter Lab: 92.85, -28.09, 5.80
  • CIE-Lab: 92.85, -28.09, 5.80

In the XYZ color space, this color is represented as X: 66.19, Y: 82.62, Z: 62.06. The Yxy representation further refines this as Y: 82.62, x: 0.3139, and y: 0.3918.

In the Hunter Lab color space, this color is represented as L: 92.85, a: -28.09, and b: 5.80. Similarly, in the CIE-Lab color space, it is represented as L: 92.85, a: -28.09, and b: 5.80.

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

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

Analogous Colors of #B0FADE

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

Split Complementary Colors of #B0FADE

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

Tetradic Colors of #B0FADE

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

Monochromatic Colors of #B0FADE

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

Complementary Color of #B0FADE

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

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

HTML Examples of #B0FADE

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

Related Colors of #B0FADE

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