Color: #B0FFEB

#B0FFEB Color Information

#B0FFEB is a light color. The closest websafe version is #B0FFEB. A complement of this color would be #FFB3C6, perceived brightness is 0.90, and the grayscale version is #D8D8D8.

In the HSL color space, this color has a hue angle of 165°,a saturation of 99%, and a lightness of 85%.The HSV representation shows a hue of 165°, a saturation of 31%, and a value of 100%.

In a RGB color space, #B0FFEB is composed of 69% red, 100% green and 92% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 0% magenta, 8% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 86.38, x: 0.3076, and y: 0.3833.

Color Code #B0FFEB

#B0FFEBrgb(176, 255, 235)
HEX
#B0FFEB
RGB
rgb(176, 255, 235)
HSL
hsl(165, 100%, 85%)
HSV
hsv(165, 31%, 100%)
CMYK
31%, 0%, 8%, 0%
XYZ
X: 69.33, Y: 86.38, Z: 69.65
Lab
L: 94.48, a: -28.26, b: 1.47
Name

Shades of Color #B0FFEB

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

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

#B0FFEBrgb(176, 255, 235)

About #B0FFEB Color Code

In the HSL color space, this color has a hue angle of 165°, a saturation of 100%, and a lightness of 85%. The HSV representation shows a hue of 165°, a saturation of 31%, and a value of 100%.

  • HEX: #B0FFEB
  • RGB: rgb(176, 255, 235)
  • HSL: hsl(165, 100%, 85%)
  • HSV: hsv(165, 31%, 100%)
  • CMYK: 31.00% cyan, 0.00% magenta, 8.00% yellow, 0.00% black
  • XYZ: 69.33, 86.38, 69.65
  • Yxy: 86.38, 0.3076, 0.3833
  • Hunter Lab: 94.48, -28.26, 1.47
  • CIE-Lab: 94.48, -28.26, 1.47

In the XYZ color space, this color is represented as X: 69.33, Y: 86.38, Z: 69.65. The Yxy representation further refines this as Y: 86.38, x: 0.3076, and y: 0.3833.

In the Hunter Lab color space, this color is represented as L: 94.48, a: -28.26, and b: 1.47. Similarly, in the CIE-Lab color space, it is represented as L: 94.48, a: -28.26, and b: 1.47.

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

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

Analogous Colors of #B0FFEB

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

Monochromatic Colors of #B0FFEB

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

Complementary Color of #B0FFEB

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

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

HTML Examples of #B0FFEB

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

Related Colors of #B0FFEB

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