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