Color spaces of #b1bbba
RGB | 177 | 187 | 186 |
---|---|---|---|
HSL | 0.48 | 0.07 | 0.71 |
HSV | 174° | 5° | 73° |
CMYK | 0.05 | 0.00 | 0.01 0.27 |
XYZ | 44.7647 | 48.4329 | 53.4435 |
Yxy | 48.4329 | 0.3053 | 0.3303 |
Hunter Lab | 69.5937 | -6.9727 | 3.1847 |
CIE-Lab | 75.0972 | -3.6427 | -0.7001 |
#b1bbba color RGB value is (177,187,186).
#b1bbba hex color red value is 177, green value is 187 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b1bbba hue: 0.48 , saturation: 0.07 and the lightness value of b1bbba is 0.71.
The process color (four color CMYK) of #b1bbba color hex is 0.05, 0.00, 0.01, 0.27. Web safe color of #b1bbba is #99cccc. Color #b1bbba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10111011 | 10111010 |
Octal | 261 | 273 | 272 |
Decimal | 177 | 187 | 186 |
Hex | B1 | BB | BA |
Shades of #b1bbba
Tints of #b1bbba
RGB Percentages of Color #b1bbba
CMYK Percentages of Color #b1bbba
Complementary Color
#b1bbba | #bbb1b2 |
#b1bbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1bbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1bbba Color CSS Codes
.mybgcolor {background-color:#b1bbba; } .myforecolor {color:#b1bbba; } .mybordercolor {border:3px solid #b1bbba; }
#b1bbba Text Font Color
<p style="color:#b1bbba">Text here</p>
This sample text font color is #b1bbba
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.
#b1bbba Background Color
<div style="background-color:#b1bbba">
Div content here</div>
This div background color is #b1bbba
#b1bbba Border Color
<div style="border:3px solid #b1bbba">
Div here</div>
This div border color is #b1bbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,187,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1bbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1bbba; -webkit-box-shadow: 1px 1px 3px 2px #b1bbba; box-shadow: 1px 1px 3px 2px #b1bbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,187,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1bbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1bbba; -webkit-box-shadow: 1px 1px 3px 2px #b1bbba; box-shadow: 1px 1px 3px 2px #b1bbba;">
Div content here</div>
This div box has shadow with color #b1bbba
Comments
No comments written yet.
Please login to write comment.