Color spaces of #bdbb96
RGB | 189 | 187 | 150 |
---|---|---|---|
HSL | 0.16 | 0.23 | 0.66 |
HSV | 57° | 21° | 74° |
CMYK | 0.00 | 0.01 | 0.21 0.26 |
XYZ | 44.2616 | 48.5615 | 35.8946 |
Yxy | 48.5615 | 0.3439 | 0.3773 |
Hunter Lab | 69.6861 | -8.5751 | 18.2406 |
CIE-Lab | 75.1777 | -5.4528 | 19.0417 |
#bdbb96 color RGB value is (189,187,150).
#bdbb96 hex color red value is 189, green value is 187 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bdbb96 hue: 0.16 , saturation: 0.23 and the lightness value of bdbb96 is 0.66.
The process color (four color CMYK) of #bdbb96 color hex is 0.00, 0.01, 0.21, 0.26. Web safe color of #bdbb96 is #cccc99. Color #bdbb96 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111011 | 10010110 |
Octal | 275 | 273 | 226 |
Decimal | 189 | 187 | 150 |
Hex | BD | BB | 96 |
Shades of #bdbb96
Tints of #bdbb96
RGB Percentages of Color #bdbb96
CMYK Percentages of Color #bdbb96
Complementary Color
#bdbb96 | #9698bd |
#bdbb96 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbb96 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbb96 Color CSS Codes
.mybgcolor {background-color:#bdbb96; } .myforecolor {color:#bdbb96; } .mybordercolor {border:3px solid #bdbb96; }
#bdbb96 Text Font Color
<p style="color:#bdbb96">Text here</p>
This sample text font color is #bdbb96
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bdbb96 Background Color
<div style="background-color:#bdbb96">
Div content here</div>
This div background color is #bdbb96
#bdbb96 Border Color
<div style="border:3px solid #bdbb96">
Div here</div>
This div border color is #bdbb96
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,187,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbb96; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbb96; -webkit-box-shadow: 1px 1px 3px 2px #bdbb96; box-shadow: 1px 1px 3px 2px #bdbb96; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,187,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbb96">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbb96; -webkit-box-shadow: 1px 1px 3px 2px #bdbb96; box-shadow: 1px 1px 3px 2px #bdbb96;">
Div content here</div>
This div box has shadow with color #bdbb96
Comments
No comments written yet.
Please login to write comment.