Color: #BBC99C
#BBC99C Color Information
#BBC99C is a light color. The closest websafe version is #BBC99C. A complement of this color would be #AA9CC9, perceived brightness is 0.75, and the grayscale version is #B3B3B3.
In the HSL color space, this color has a hue angle of 79°,a saturation of 29%, and a lightness of 70%.The HSV representation shows a hue of 79°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BBC99C is composed of 73% red, 79% green and 61% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 22% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 54.94, x: 0.3652, and y: 0.4101.
Color Code #BBC99C
Shades of Color #BBC99C
Shades are created by darkening the original color #BBC99C 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 #BBC99C
Tints are created by lightening the original color #BBC99C 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 #BBC99C Color Code
In the HSL color space, this color has a hue angle of 79°, a saturation of 29%, and a lightness of 70%. The HSV representation shows a hue of 79°, a saturation of 22%, and a value of 79%.
- HEX: #BBC99C
- RGB: rgb(187, 201, 156)
- HSL: hsl(79, 29%, 70%)
- HSV: hsv(79, 22%, 79%)
- CMYK: 7.00% cyan, 0.00% magenta, 22.00% yellow, 21.00% black
- XYZ: 48.92, 54.94, 30.11
- Yxy: 54.94, 0.3652, 0.4101
- Hunter Lab: 79.01, -10.74, 20.90
- CIE-Lab: 79.01, -10.74, 20.90
In the XYZ color space, this color is represented as X: 48.92, Y: 54.94, Z: 30.11. The Yxy representation further refines this as Y: 54.94, x: 0.3652, and y: 0.4101.
In the Hunter Lab color space, this color is represented as L: 79.01, a: -10.74, and b: 20.90. Similarly, in the CIE-Lab color space, it is represented as L: 79.01, a: -10.74, and b: 20.90.
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 #BBC99C
Triadic colors are three colors evenly spaced around the color wheel, including #BBC99C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BBC99C
Monochromatic colors are variations of #BBC99C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BBC99C
The complementary color of #BBC99C 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 #BBC99C
/* Using HEX */ body { background-color: #bbc99c; }
/* Using RGB */ body { background-color: rgb(187, 201, 156); }
/* Using RGB with opacity */ body { background-color: rgba(187, 201, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(79, 29%, 70%); }
/* Text color */ p { color: #bbc99c; }
/* Box shadow */ div { box-shadow: 4px 4px #bbc99c; }
HTML Examples of #BBC99C
<!-- Using HEX --> <div style="background-color: #bbc99c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(187, 201, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(187, 201, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(79, 29%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bbc99c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bbc99c; width: 100px; height: 100px;"></div>
Related Colors of #BBC99C
These colors are similar to #BBC99C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.