Color: #BADADB
#BADADB Color Information
#BADADB is a light color. The closest websafe version is #BADADB. A complement of this color would be #DABAB9, perceived brightness is 0.82, and the grayscale version is #CBCBCB.
In the HSL color space, this color has a hue angle of 182°,a saturation of 31%, and a lightness of 79%.The HSV representation shows a hue of 182°, a saturation of 15%, and a value of 86%.
In a RGB color space, #BADADB is composed of 73% red, 85% green and 86% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 65.48, x: 0.3215, and y: 0.3596.
Color Code #BADADB
Shades of Color #BADADB
Shades are created by darkening the original color #BADADB 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 #BADADB
Tints are created by lightening the original color #BADADB 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 #BADADB Color Code
In the HSL color space, this color has a hue angle of 182°, a saturation of 31%, and a lightness of 79%. The HSV representation shows a hue of 182°, a saturation of 15%, and a value of 86%.
- HEX: #BADADB
- RGB: rgb(186, 218, 219)
- HSL: hsl(182, 31%, 79%)
- HSV: hsv(182, 15%, 86%)
- CMYK: 15.00% cyan, 0.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 58.54, 65.48, 58.08
- Yxy: 65.48, 0.3215, 0.3596
- Hunter Lab: 84.73, -10.79, -4.23
- CIE-Lab: 84.73, -10.79, -4.23
In the XYZ color space, this color is represented as X: 58.54, Y: 65.48, Z: 58.08. The Yxy representation further refines this as Y: 65.48, x: 0.3215, and y: 0.3596.
In the Hunter Lab color space, this color is represented as L: 84.73, a: -10.79, and b: -4.23. Similarly, in the CIE-Lab color space, it is represented as L: 84.73, a: -10.79, and b: -4.23.
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 #BADADB
Triadic colors are three colors evenly spaced around the color wheel, including #BADADB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BADADB
Split complementary colors are two colors adjacent to the complementary color of #BADADB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BADADB
Monochromatic colors are variations of #BADADB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BADADB
The complementary color of #BADADB 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 #BADADB
/* Using HEX */ body { background-color: #badadb; }
/* Using RGB */ body { background-color: rgb(186, 218, 219); }
/* Using RGB with opacity */ body { background-color: rgba(186, 218, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(182, 31%, 79%); }
/* Text color */ p { color: #badadb; }
/* Box shadow */ div { box-shadow: 4px 4px #badadb; }
/* Border color */ .box { border: 4px solid #badadb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #badadb; }
/* Background with text */ div { background: #badadb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BADADB
<!-- Using HEX --> <div style="background-color: #badadb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(186, 218, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(186, 218, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(182, 31%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #badadb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #badadb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #badadb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #badadb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #badadb; color: #fff; padding: 16px; border-radius: 8px;"> #BADADB </div>
Related Colors of #BADADB
These colors are similar to #BADADB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.