Color: #B2EFF6
#B2EFF6 Color Information
#B2EFF6 is a light color. The closest websafe version is #B2EFF6. A complement of this color would be #F6B8B1, perceived brightness is 0.87, and the grayscale version is #D4D4D4.
In the HSL color space, this color has a hue angle of 186°,a saturation of 79%, and a lightness of 83%.The HSV representation shows a hue of 186°, a saturation of 28%, and a value of 96%.
In a RGB color space, #B2EFF6 is composed of 70% red, 94% green and 96% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 3% magenta, 0% yellow and 4% black.
In the Yxy color space, this color is represented as Y: 77.37, x: 0.3020, and y: 0.3549.
Color Code #B2EFF6
Shades of Color #B2EFF6
Shades are created by darkening the original color #B2EFF6 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 #B2EFF6
Tints are created by lightening the original color #B2EFF6 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 #B2EFF6 Color Code
In the HSL color space, this color has a hue angle of 186°, a saturation of 79%, and a lightness of 83%. The HSV representation shows a hue of 186°, a saturation of 28%, and a value of 96%.
- HEX: #B2EFF6
- RGB: rgb(178, 239, 246)
- HSL: hsl(186, 79%, 83%)
- HSV: hsv(186, 28%, 96%)
- CMYK: 28.00% cyan, 3.00% magenta, 0.00% yellow, 4.00% black
- XYZ: 65.84, 77.37, 74.82
- Yxy: 77.37, 0.3020, 0.3549
- Hunter Lab: 90.49, -18.73, -9.97
- CIE-Lab: 90.49, -18.73, -9.97
In the XYZ color space, this color is represented as X: 65.84, Y: 77.37, Z: 74.82. The Yxy representation further refines this as Y: 77.37, x: 0.3020, and y: 0.3549.
In the Hunter Lab color space, this color is represented as L: 90.49, a: -18.73, and b: -9.97. Similarly, in the CIE-Lab color space, it is represented as L: 90.49, a: -18.73, and b: -9.97.
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 #B2EFF6
Triadic colors are three colors evenly spaced around the color wheel, including #B2EFF6. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B2EFF6
Split complementary colors are two colors adjacent to the complementary color of #B2EFF6. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B2EFF6
Monochromatic colors are variations of #B2EFF6, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B2EFF6
The complementary color of #B2EFF6 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 #B2EFF6
/* Using HEX */ body { background-color: #b2eff6; }
/* Using RGB */ body { background-color: rgb(178, 239, 246); }
/* Using RGB with opacity */ body { background-color: rgba(178, 239, 246, 0.5); }
/* Using HSL */ body { background-color: hsl(186, 79%, 83%); }
/* Text color */ p { color: #b2eff6; }
/* Box shadow */ div { box-shadow: 4px 4px #b2eff6; }
/* Border color */ .box { border: 4px solid #b2eff6; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b2eff6; }
/* Background with text */ div { background: #b2eff6; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B2EFF6
<!-- Using HEX --> <div style="background-color: #b2eff6; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(178, 239, 246); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(178, 239, 246, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(186, 79%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b2eff6;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b2eff6; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b2eff6; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b2eff6;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b2eff6; color: #fff; padding: 16px; border-radius: 8px;"> #B2EFF6 </div>
Related Colors of #B2EFF6
These colors are similar to #B2EFF6, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.