Color: #BECDE8

#BECDE8 Color Information

#BECDE8 is a light color. The closest websafe version is #BECDE8. A complement of this color would be #E8DABF, perceived brightness is 0.80, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 219°,a saturation of 48%, and a lightness of 83%.The HSV representation shows a hue of 219°, a saturation of 18%, and a value of 91%.

In a RGB color space, #BECDE8 is composed of 75% red, 80% green and 91% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 12% magenta, 0% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 60.11, x: 0.3162, and y: 0.3305.

Color Code #BECDE8

#BECDE8rgb(190, 205, 232)
HEX
#BECDE8
RGB
rgb(190, 205, 232)
HSL
hsl(219, 48%, 83%)
HSV
hsv(219, 18%, 91%)
CMYK
18%, 12%, 0%, 9%
XYZ
X: 57.51, Y: 60.11, Z: 64.28
Lab
L: 81.90, a: -1.11, b: -15.22
Name

Shades of Color #BECDE8

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

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

#BECDE8rgb(190, 205, 232)

About #BECDE8 Color Code

In the HSL color space, this color has a hue angle of 219°, a saturation of 48%, and a lightness of 83%. The HSV representation shows a hue of 219°, a saturation of 18%, and a value of 91%.

  • HEX: #BECDE8
  • RGB: rgb(190, 205, 232)
  • HSL: hsl(219, 48%, 83%)
  • HSV: hsv(219, 18%, 91%)
  • CMYK: 18.00% cyan, 12.00% magenta, 0.00% yellow, 9.00% black
  • XYZ: 57.51, 60.11, 64.28
  • Yxy: 60.11, 0.3162, 0.3305
  • Hunter Lab: 81.90, -1.11, -15.22
  • CIE-Lab: 81.90, -1.11, -15.22

In the XYZ color space, this color is represented as X: 57.51, Y: 60.11, Z: 64.28. The Yxy representation further refines this as Y: 60.11, x: 0.3162, and y: 0.3305.

In the Hunter Lab color space, this color is represented as L: 81.90, a: -1.11, and b: -15.22. Similarly, in the CIE-Lab color space, it is represented as L: 81.90, a: -1.11, and b: -15.22.

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

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

Analogous Colors of #BECDE8

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

Split Complementary Colors of #BECDE8

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

Tetradic Colors of #BECDE8

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

Monochromatic Colors of #BECDE8

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

Complementary Color of #BECDE8

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

/* Using HEX */
body {
  background-color: #becde8;
}
/* Using RGB */
body {
  background-color: rgb(190, 205, 232);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 205, 232, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(219, 48%, 83%);
}
/* Text color */
p {
  color: #becde8;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #becde8;
}
/* Border color */
.box {
  border: 4px solid #becde8;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #becde8;
}
Text Shadow Preview
/* Background with text */
div {
  background: #becde8;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BECDE8
On Black Background
#BECDE8
On White Background
#BECDE8

HTML Examples of #BECDE8

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

Related Colors of #BECDE8

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