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