Color spaces of #b1acba
RGB | 177 | 172 | 186 |
---|---|---|---|
HSL | 0.73 | 0.09 | 0.70 |
HSV | 261° | 8° | 73° |
CMYK | 0.05 | 0.08 | 0.00 0.27 |
XYZ | 41.7469 | 42.3973 | 52.4376 |
Yxy | 42.3973 | 0.3057 | 0.3104 |
Hunter Lab | 65.1132 | 0.4960 | -2.1688 |
CIE-Lab | 71.1440 | 4.4509 | -6.5198 |
#b1acba color RGB value is (177,172,186).
#b1acba hex color red value is 177, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b1acba hue: 0.73 , saturation: 0.09 and the lightness value of b1acba is 0.70.
The process color (four color CMYK) of #b1acba color hex is 0.05, 0.08, 0.00, 0.27. Web safe color of #b1acba is #9999cc. Color #b1acba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10101100 | 10111010 |
Octal | 261 | 254 | 272 |
Decimal | 177 | 172 | 186 |
Hex | B1 | AC | BA |
Shades of #b1acba
Tints of #b1acba
RGB Percentages of Color #b1acba
CMYK Percentages of Color #b1acba
Complementary Color
#b1acba | #b5baac |
#b1acba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1acba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1acba Color CSS Codes
.mybgcolor {background-color:#b1acba; } .myforecolor {color:#b1acba; } .mybordercolor {border:3px solid #b1acba; }
#b1acba Text Font Color
<p style="color:#b1acba">Text here</p>
This sample text font color is #b1acba
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.
#b1acba Background Color
<div style="background-color:#b1acba">
Div content here</div>
This div background color is #b1acba
#b1acba Border Color
<div style="border:3px solid #b1acba">
Div here</div>
This div border color is #b1acba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,172,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1acba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1acba; -webkit-box-shadow: 1px 1px 3px 2px #b1acba; box-shadow: 1px 1px 3px 2px #b1acba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,172,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 #b1acba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1acba; -webkit-box-shadow: 1px 1px 3px 2px #b1acba; box-shadow: 1px 1px 3px 2px #b1acba;">
Div content here</div>
This div box has shadow with color #b1acba
#b1acba Color Palettes
Comments
No comments written yet.
Please login to write comment.