Color spaces of #bcbcbf
RGB | 188 | 188 | 191 |
---|---|---|---|
HSL | 0.67 | 0.02 | 0.74 |
HSV | 240° | 2° | 75° |
CMYK | 0.02 | 0.02 | 0.00 0.25 |
XYZ | 48.1262 | 50.4194 | 56.4856 |
Yxy | 50.4194 | 0.3104 | 0.3252 |
Hunter Lab | 71.0066 | -3.2795 | 2.5396 |
CIE-Lab | 76.3260 | 0.5641 | -1.5198 |
#bcbcbf color RGB value is (188,188,191).
#bcbcbf hex color red value is 188, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bcbcbf hue: 0.67 , saturation: 0.02 and the lightness value of bcbcbf is 0.74.
The process color (four color CMYK) of #bcbcbf color hex is 0.02, 0.02, 0.00, 0.25. Web safe color of #bcbcbf is #cccccc. Color #bcbcbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111100 | 10111111 |
Octal | 274 | 274 | 277 |
Decimal | 188 | 188 | 191 |
Hex | BC | BC | BF |
Shades of #bcbcbf
Tints of #bcbcbf
RGB Percentages of Color #bcbcbf
CMYK Percentages of Color #bcbcbf
Complementary Color
#bcbcbf | #bfbfbc |
#bcbcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcbcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcbcbf Color CSS Codes
.mybgcolor {background-color:#bcbcbf; } .myforecolor {color:#bcbcbf; } .mybordercolor {border:3px solid #bcbcbf; }
#bcbcbf Text Font Color
<p style="color:#bcbcbf">Text here</p>
This sample text font color is #bcbcbf
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.
#bcbcbf Background Color
<div style="background-color:#bcbcbf">
Div content here</div>
This div background color is #bcbcbf
#bcbcbf Border Color
<div style="border:3px solid #bcbcbf">
Div here</div>
This div border color is #bcbcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,188,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcbcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcbcbf; -webkit-box-shadow: 1px 1px 3px 2px #bcbcbf; box-shadow: 1px 1px 3px 2px #bcbcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,188,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcbcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcbcbf; -webkit-box-shadow: 1px 1px 3px 2px #bcbcbf; box-shadow: 1px 1px 3px 2px #bcbcbf;">
Div content here</div>
This div box has shadow with color #bcbcbf
#bcbcbf Color Palettes
Comments
No comments written yet.
Please login to write comment.