Color: #BDEFDA

#BDEFDA Color Information

#BDEFDA is a light color. The closest websafe version is #BDEFDA. A complement of this color would be #EFBDD2, perceived brightness is 0.87, and the grayscale version is #D6D6D6.

In the HSL color space, this color has a hue angle of 155°,a saturation of 61%, and a lightness of 84%.The HSV representation shows a hue of 155°, a saturation of 21%, and a value of 94%.

In a RGB color space, #BDEFDA is composed of 74% red, 94% green and 85% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 0% magenta, 9% yellow and 6% black.

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

Color Code #BDEFDA

#BDEFDArgb(189, 239, 218)
HEX
#BDEFDA
RGB
rgb(189, 239, 218)
HSL
hsl(155, 61%, 84%)
HSV
hsv(155, 21%, 94%)
CMYK
21%, 0%, 9%, 6%
XYZ
X: 65.46, Y: 77.45, Z: 59.16
Lab
L: 90.53, a: -19.73, b: 4.67
Name

Shades of Color #BDEFDA

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

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

#BDEFDArgb(189, 239, 218)

About #BDEFDA Color Code

In the HSL color space, this color has a hue angle of 155°, a saturation of 61%, and a lightness of 84%. The HSV representation shows a hue of 155°, a saturation of 21%, and a value of 94%.

  • HEX: #BDEFDA
  • RGB: rgb(189, 239, 218)
  • HSL: hsl(155, 61%, 84%)
  • HSV: hsv(155, 21%, 94%)
  • CMYK: 21.00% cyan, 0.00% magenta, 9.00% yellow, 6.00% black
  • XYZ: 65.46, 77.45, 59.16
  • Yxy: 77.45, 0.3239, 0.3833
  • Hunter Lab: 90.53, -19.73, 4.67
  • CIE-Lab: 90.53, -19.73, 4.67

In the XYZ color space, this color is represented as X: 65.46, Y: 77.45, Z: 59.16. The Yxy representation further refines this as Y: 77.45, x: 0.3239, and y: 0.3833.

In the Hunter Lab color space, this color is represented as L: 90.53, a: -19.73, and b: 4.67. Similarly, in the CIE-Lab color space, it is represented as L: 90.53, a: -19.73, and b: 4.67.

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

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

Analogous Colors of #BDEFDA

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

Split Complementary Colors of #BDEFDA

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

Tetradic Colors of #BDEFDA

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

Monochromatic Colors of #BDEFDA

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

Complementary Color of #BDEFDA

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

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

HTML Examples of #BDEFDA

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

Related Colors of #BDEFDA

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