Color: #B2CFCC
#B2CFCC Color Information
#B2CFCC is a light color. The closest websafe version is #B2CFCC. A complement of this color would be #CEB1B4, perceived brightness is 0.78, and the grayscale version is #C1C1C1.
In the HSL color space, this color has a hue angle of 174°,a saturation of 23%, and a lightness of 75%.The HSV representation shows a hue of 174°, a saturation of 14%, and a value of 81%.
In a RGB color space, #B2CFCC is composed of 70% red, 81% green and 80% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 1% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 58.30, x: 0.3251, and y: 0.3640.
Color Code #B2CFCC
Shades of Color #B2CFCC
Shades are created by darkening the original color #B2CFCC 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 #B2CFCC
Tints are created by lightening the original color #B2CFCC 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 #B2CFCC Color Code
In the HSL color space, this color has a hue angle of 174°, a saturation of 23%, and a lightness of 75%. The HSV representation shows a hue of 174°, a saturation of 14%, and a value of 81%.
- HEX: #B2CFCC
- RGB: rgb(178, 207, 204)
- HSL: hsl(174, 23%, 75%)
- HSV: hsv(174, 14%, 81%)
- CMYK: 14.00% cyan, 0.00% magenta, 100.00% yellow, 19.00% black
- XYZ: 52.08, 58.30, 49.80
- Yxy: 58.30, 0.3251, 0.3640
- Hunter Lab: 80.90, -10.49, -1.94
- CIE-Lab: 80.90, -10.49, -1.94
In the XYZ color space, this color is represented as X: 52.08, Y: 58.30, Z: 49.80. The Yxy representation further refines this as Y: 58.30, x: 0.3251, and y: 0.3640.
In the Hunter Lab color space, this color is represented as L: 80.90, a: -10.49, and b: -1.94. Similarly, in the CIE-Lab color space, it is represented as L: 80.90, a: -10.49, and b: -1.94.
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 #B2CFCC
Triadic colors are three colors evenly spaced around the color wheel, including #B2CFCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B2CFCC
Monochromatic colors are variations of #B2CFCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B2CFCC
The complementary color of #B2CFCC 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 #B2CFCC
/* Using HEX */ body { background-color: #b2cfcc; }
/* Using RGB */ body { background-color: rgb(178, 207, 204); }
/* Using RGB with opacity */ body { background-color: rgba(178, 207, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(174, 23%, 75%); }
/* Text color */ p { color: #b2cfcc; }
/* Box shadow */ div { box-shadow: 4px 4px #b2cfcc; }
/* Border color */ .box { border: 4px solid #b2cfcc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b2cfcc; }
/* Background with text */ div { background: #b2cfcc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B2CFCC
<!-- Using HEX --> <div style="background-color: #b2cfcc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(178, 207, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(178, 207, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(174, 23%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b2cfcc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b2cfcc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b2cfcc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b2cfcc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b2cfcc; color: #fff; padding: 16px; border-radius: 8px;"> #B2CFCC </div>
Related Colors of #B2CFCC
These colors are similar to #B2CFCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.