Color spaces of #bdbbbb
RGB | 189 | 187 | 187 |
---|---|---|---|
HSL | 0.00 | 0.01 | 0.74 |
HSV | 0° | 1° | 74° |
CMYK | 0.00 | 0.01 | 0.01 0.26 |
XYZ | 47.7262 | 49.9473 | 54.1391 |
Yxy | 49.9473 | 0.3144 | 0.3290 |
Hunter Lab | 70.6734 | -3.1363 | 4.0525 |
CIE-Lab | 76.0369 | 0.7029 | 0.2387 |
#bdbbbb color RGB value is (189,187,187).
#bdbbbb hex color red value is 189, green value is 187 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bdbbbb hue: 0.00 , saturation: 0.01 and the lightness value of bdbbbb is 0.74.
The process color (four color CMYK) of #bdbbbb color hex is 0.00, 0.01, 0.01, 0.26. Web safe color of #bdbbbb is #cccccc. Color #bdbbbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111011 | 10111011 |
Octal | 275 | 273 | 273 |
Decimal | 189 | 187 | 187 |
Hex | BD | BB | BB |
Shades of #bdbbbb
Tints of #bdbbbb
RGB Percentages of Color #bdbbbb
CMYK Percentages of Color #bdbbbb
Complementary Color
#bdbbbb | #bbbdbd |
#bdbbbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbbbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbbbb Color CSS Codes
.mybgcolor {background-color:#bdbbbb; } .myforecolor {color:#bdbbbb; } .mybordercolor {border:3px solid #bdbbbb; }
#bdbbbb Text Font Color
<p style="color:#bdbbbb">Text here</p>
This sample text font color is #bdbbbb
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.
#bdbbbb Background Color
<div style="background-color:#bdbbbb">
Div content here</div>
This div background color is #bdbbbb
#bdbbbb Border Color
<div style="border:3px solid #bdbbbb">
Div here</div>
This div border color is #bdbbbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,187,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbbbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbbbb; -webkit-box-shadow: 1px 1px 3px 2px #bdbbbb; box-shadow: 1px 1px 3px 2px #bdbbbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,187,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbbbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbbbb; -webkit-box-shadow: 1px 1px 3px 2px #bdbbbb; box-shadow: 1px 1px 3px 2px #bdbbbb;">
Div content here</div>
This div box has shadow with color #bdbbbb
#bdbbbb Color Palettes
Comments
No comments written yet.
Please login to write comment.