Color: #BCC0CA

#BCC0CA Color Information

#BCC0CA is a light color. The closest websafe version is #BCC0CA. A complement of this color would be #C9C5BA, perceived brightness is 0.75, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 223°,a saturation of 12%, and a lightness of 76%.The HSV representation shows a hue of 223°, a saturation of 7%, and a value of 79%.

In a RGB color space, #BCC0CA is composed of 74% red, 75% green and 79% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 5% magenta, 0% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 52.56, x: 0.3351, and y: 0.3475.

Color Code #BCC0CA

#BCC0CArgb(188, 192, 202)
HEX
#BCC0CA
RGB
rgb(188, 192, 202)
HSL
hsl(223, 12%, 76%)
HSV
hsv(223, 7%, 79%)
CMYK
7%, 5%, 0%, 21%
XYZ
X: 50.68, Y: 52.56, Z: 48.00
Lab
L: 77.61, a: 0.00, b: -5.55
Name

Shades of Color #BCC0CA

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

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

#BCC0CArgb(188, 192, 202)

About #BCC0CA Color Code

In the HSL color space, this color has a hue angle of 223°, a saturation of 12%, and a lightness of 76%. The HSV representation shows a hue of 223°, a saturation of 7%, and a value of 79%.

  • HEX: #BCC0CA
  • RGB: rgb(188, 192, 202)
  • HSL: hsl(223, 12%, 76%)
  • HSV: hsv(223, 7%, 79%)
  • CMYK: 7.00% cyan, 5.00% magenta, 0.00% yellow, 21.00% black
  • XYZ: 50.68, 52.56, 48.00
  • Yxy: 52.56, 0.3351, 0.3475
  • Hunter Lab: 77.61, 0.00, -5.55
  • CIE-Lab: 77.61, 0.00, -5.55

In the XYZ color space, this color is represented as X: 50.68, Y: 52.56, Z: 48.00. The Yxy representation further refines this as Y: 52.56, x: 0.3351, and y: 0.3475.

In the Hunter Lab color space, this color is represented as L: 77.61, a: 0.00, and b: -5.55. Similarly, in the CIE-Lab color space, it is represented as L: 77.61, a: 0.00, and b: -5.55.

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

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

Analogous Colors of #BCC0CA

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

Split Complementary Colors of #BCC0CA

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

Tetradic Colors of #BCC0CA

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

Monochromatic Colors of #BCC0CA

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

Complementary Color of #BCC0CA

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

/* Using HEX */
body {
  background-color: #bcc0ca;
}
/* Using RGB */
body {
  background-color: rgb(188, 192, 202);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 192, 202, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(223, 12%, 76%);
}
/* Text color */
p {
  color: #bcc0ca;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcc0ca;
}
/* Border color */
.box {
  border: 4px solid #bcc0ca;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcc0ca;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcc0ca;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCC0CA
On Black Background
#BCC0CA
On White Background
#BCC0CA

HTML Examples of #BCC0CA

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

Related Colors of #BCC0CA

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