Color: #B7FAFC

#B7FAFC Color Information

#B7FAFC is a light color. The closest websafe version is #B7FAFC. A complement of this color would be #FCB8B6, perceived brightness is 0.90, and the grayscale version is #DADADA.

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

In a RGB color space, #B7FAFC is composed of 72% red, 98% green and 99% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 1% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 84.97, x: 0.3027, and y: 0.3603.

Color Code #B7FAFC

HEX
#B7FAFC
RGB
rgb(183, 250, 252)
HSL
hsl(182, 92%, 85%)
HSV
hsv(182, 27%, 99%)
CMYK
27%, 1%, 0%, 1%
XYZ
X: 71.39, Y: 84.97, Z: 79.46
Lab
L: 93.87, a: -21.25, b: -8.07
Name

Shades of Color #B7FAFC

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

Tints are created by lightening the original color #B7FAFC 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 #B7FAFC Color Code

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

  • HEX: #B7FAFC
  • RGB: rgb(183, 250, 252)
  • HSL: hsl(182, 92%, 85%)
  • HSV: hsv(182, 27%, 99%)
  • CMYK: 27.00% cyan, 100.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 71.39, 84.97, 79.46
  • Yxy: 84.97, 0.3027, 0.3603
  • Hunter Lab: 93.87, -21.25, -8.07
  • CIE-Lab: 93.87, -21.25, -8.07

In the XYZ color space, this color is represented as X: 71.39, Y: 84.97, Z: 79.46. The Yxy representation further refines this as Y: 84.97, x: 0.3027, and y: 0.3603.

In the Hunter Lab color space, this color is represented as L: 93.87, a: -21.25, and b: -8.07. Similarly, in the CIE-Lab color space, it is represented as L: 93.87, a: -21.25, and b: -8.07.

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

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

Analogous Colors of #B7FAFC

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

Monochromatic Colors of #B7FAFC

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

Complementary Color of #B7FAFC

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

/* Using HEX */
body {
  background-color: #b7fafc;
}
/* Using RGB */
body {
  background-color: rgb(183, 250, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(183, 250, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(182, 92%, 85%);
}
/* Text color */
p {
  color: #b7fafc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b7fafc;
}

HTML Examples of #B7FAFC

<!-- Using HEX -->
<div style="background-color: #b7fafc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(183, 250, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(183, 250, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(182, 92%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b7fafc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b7fafc; width: 100px; height: 100px;"></div>

Related Colors of #B7FAFC

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