Color spaces of #bcb2bb
RGB | 188 | 178 | 187 |
---|---|---|---|
HSL | 0.85 | 0.07 | 0.72 |
HSV | 306° | 5° | 74° |
CMYK | 0.00 | 0.05 | 0.01 0.26 |
XYZ | 45.6291 | 46.1200 | 53.5109 |
Yxy | 46.1200 | 0.3141 | 0.3175 |
Hunter Lab | 67.9117 | 1.0866 | 0.8208 |
CIE-Lab | 73.6233 | 5.1980 | -3.3074 |
#bcb2bb color RGB value is (188,178,187).
#bcb2bb hex color red value is 188, green value is 178 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bcb2bb hue: 0.85 , saturation: 0.07 and the lightness value of bcb2bb is 0.72.
The process color (four color CMYK) of #bcb2bb color hex is 0.00, 0.05, 0.01, 0.26. Web safe color of #bcb2bb is #cc99cc. Color #bcb2bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10110010 | 10111011 |
Octal | 274 | 262 | 273 |
Decimal | 188 | 178 | 187 |
Hex | BC | B2 | BB |
Shades of #bcb2bb
Tints of #bcb2bb
RGB Percentages of Color #bcb2bb
CMYK Percentages of Color #bcb2bb
Complementary Color
#bcb2bb | #b2bcb3 |
#bcb2bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcb2bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcb2bb Color CSS Codes
.mybgcolor {background-color:#bcb2bb; } .myforecolor {color:#bcb2bb; } .mybordercolor {border:3px solid #bcb2bb; }
#bcb2bb Text Font Color
<p style="color:#bcb2bb">Text here</p>
This sample text font color is #bcb2bb
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.
#bcb2bb Background Color
<div style="background-color:#bcb2bb">
Div content here</div>
This div background color is #bcb2bb
#bcb2bb Border Color
<div style="border:3px solid #bcb2bb">
Div here</div>
This div border color is #bcb2bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,178,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcb2bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcb2bb; -webkit-box-shadow: 1px 1px 3px 2px #bcb2bb; box-shadow: 1px 1px 3px 2px #bcb2bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,178,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 #bcb2bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcb2bb; -webkit-box-shadow: 1px 1px 3px 2px #bcb2bb; box-shadow: 1px 1px 3px 2px #bcb2bb;">
Div content here</div>
This div box has shadow with color #bcb2bb
Comments
No comments written yet.
Please login to write comment.