Color spaces of #b2baac
RGB | 178 | 186 | 172 |
---|---|---|---|
HSL | 0.26 | 0.09 | 0.70 |
HSV | 94° | 8° | 73° |
CMYK | 0.04 | 0.00 | 0.08 0.27 |
XYZ | 43.3654 | 47.5613 | 45.9244 |
Yxy | 47.5613 | 0.3169 | 0.3475 |
Hunter Lab | 68.9647 | -8.4464 | 8.7934 |
CIE-Lab | 74.5474 | -5.3694 | 6.1277 |
#b2baac color RGB value is (178,186,172).
#b2baac hex color red value is 178, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b2baac hue: 0.26 , saturation: 0.09 and the lightness value of b2baac is 0.70.
The process color (four color CMYK) of #b2baac color hex is 0.04, 0.00, 0.08, 0.27. Web safe color of #b2baac is #99cc99. Color #b2baac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10111010 | 10101100 |
Octal | 262 | 272 | 254 |
Decimal | 178 | 186 | 172 |
Hex | B2 | BA | AC |
Shades of #b2baac
Tints of #b2baac
RGB Percentages of Color #b2baac
CMYK Percentages of Color #b2baac
Complementary Color
#b2baac | #b4acba |
#b2baac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2baac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2baac Color CSS Codes
.mybgcolor {background-color:#b2baac; } .myforecolor {color:#b2baac; } .mybordercolor {border:3px solid #b2baac; }
#b2baac Text Font Color
<p style="color:#b2baac">Text here</p>
This sample text font color is #b2baac
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.
#b2baac Background Color
<div style="background-color:#b2baac">
Div content here</div>
This div background color is #b2baac
#b2baac Border Color
<div style="border:3px solid #b2baac">
Div here</div>
This div border color is #b2baac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,186,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2baac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2baac; -webkit-box-shadow: 1px 1px 3px 2px #b2baac; box-shadow: 1px 1px 3px 2px #b2baac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,186,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2baac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2baac; -webkit-box-shadow: 1px 1px 3px 2px #b2baac; box-shadow: 1px 1px 3px 2px #b2baac;">
Div content here</div>
This div box has shadow with color #b2baac
Comments
No comments written yet.
Please login to write comment.