Color spaces of #bdbba9
RGB | 189 | 187 | 169 |
---|---|---|---|
HSL | 0.15 | 0.13 | 0.70 |
HSV | 54° | 11° | 74° |
CMYK | 0.00 | 0.01 | 0.11 0.26 |
XYZ | 45.9180 | 49.2240 | 44.6172 |
Yxy | 49.2240 | 0.3286 | 0.3522 |
Hunter Lab | 70.1598 | -5.9555 | 11.4072 |
CIE-Lab | 75.5905 | -2.4565 | 9.3630 |
#bdbba9 color RGB value is (189,187,169).
#bdbba9 hex color red value is 189, green value is 187 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bdbba9 hue: 0.15 , saturation: 0.13 and the lightness value of bdbba9 is 0.70.
The process color (four color CMYK) of #bdbba9 color hex is 0.00, 0.01, 0.11, 0.26. Web safe color of #bdbba9 is #cccc99. Color #bdbba9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111011 | 10101001 |
Octal | 275 | 273 | 251 |
Decimal | 189 | 187 | 169 |
Hex | BD | BB | A9 |
Shades of #bdbba9
Tints of #bdbba9
RGB Percentages of Color #bdbba9
CMYK Percentages of Color #bdbba9
Complementary Color
#bdbba9 | #a9abbd |
#bdbba9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbba9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbba9 Color CSS Codes
.mybgcolor {background-color:#bdbba9; } .myforecolor {color:#bdbba9; } .mybordercolor {border:3px solid #bdbba9; }
#bdbba9 Text Font Color
<p style="color:#bdbba9">Text here</p>
This sample text font color is #bdbba9
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.
#bdbba9 Background Color
<div style="background-color:#bdbba9">
Div content here</div>
This div background color is #bdbba9
#bdbba9 Border Color
<div style="border:3px solid #bdbba9">
Div here</div>
This div border color is #bdbba9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,187,169, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbba9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbba9; -webkit-box-shadow: 1px 1px 3px 2px #bdbba9; box-shadow: 1px 1px 3px 2px #bdbba9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,187,169, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbba9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbba9; -webkit-box-shadow: 1px 1px 3px 2px #bdbba9; box-shadow: 1px 1px 3px 2px #bdbba9;">
Div content here</div>
This div box has shadow with color #bdbba9
Comments
No comments written yet.
Please login to write comment.