Color: #BEDFCC

#BEDFCC Color Information

#BEDFCC is a light color. The closest websafe version is #BEDFCC. A complement of this color would be #DFBED1, perceived brightness is 0.83, and the grayscale version is #CFCFCF.

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

In a RGB color space, #BEDFCC is composed of 75% red, 87% green and 80% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 9% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 68.02, x: 0.3333, and y: 0.3810.

Color Code #BEDFCC

HEX
#BEDFCC
RGB
rgb(190, 223, 204)
HSL
hsl(145, 34%, 81%)
HSV
hsv(145, 15%, 87%)
CMYK
15%, 0%, 9%, 13%
XYZ
X: 59.51, Y: 68.02, Z: 51.01
Lab
L: 86.01, a: -14.02, b: 5.52
Name

Shades of Color #BEDFCC

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

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

About #BEDFCC Color Code

In the HSL color space, this color has a hue angle of 145°, a saturation of 34%, and a lightness of 81%. The HSV representation shows a hue of 145°, a saturation of 15%, and a value of 87%.

  • HEX: #BEDFCC
  • RGB: rgb(190, 223, 204)
  • HSL: hsl(145, 34%, 81%)
  • HSV: hsv(145, 15%, 87%)
  • CMYK: 15.00% cyan, 0.00% magenta, 9.00% yellow, 13.00% black
  • XYZ: 59.51, 68.02, 51.01
  • Yxy: 68.02, 0.3333, 0.3810
  • Hunter Lab: 86.01, -14.02, 5.52
  • CIE-Lab: 86.01, -14.02, 5.52

In the XYZ color space, this color is represented as X: 59.51, Y: 68.02, Z: 51.01. The Yxy representation further refines this as Y: 68.02, x: 0.3333, and y: 0.3810.

In the Hunter Lab color space, this color is represented as L: 86.01, a: -14.02, and b: 5.52. Similarly, in the CIE-Lab color space, it is represented as L: 86.01, a: -14.02, and b: 5.52.

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

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

Analogous Colors of #BEDFCC

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

Monochromatic Colors of #BEDFCC

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

Complementary Color of #BEDFCC

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

/* Using HEX */
body {
  background-color: #bedfcc;
}
/* Using RGB */
body {
  background-color: rgb(190, 223, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 223, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(145, 34%, 81%);
}
/* Text color */
p {
  color: #bedfcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bedfcc;
}

HTML Examples of #BEDFCC

<!-- Using HEX -->
<div style="background-color: #bedfcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 223, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 223, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(145, 34%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bedfcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bedfcc; width: 100px; height: 100px;"></div>

Related Colors of #BEDFCC

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