Color spaces of #b3bbac
RGB | 179 | 187 | 172 |
---|---|---|---|
HSL | 0.26 | 0.10 | 0.70 |
HSV | 92° | 8° | 73° |
CMYK | 0.04 | 0.00 | 0.08 0.27 |
XYZ | 43.8071 | 48.1029 | 46.0056 |
Yxy | 48.1029 | 0.3176 | 0.3488 |
Hunter Lab | 69.3563 | -8.6285 | 9.2210 |
CIE-Lab | 74.8898 | -5.5428 | 6.6297 |
#b3bbac color RGB value is (179,187,172).
#b3bbac hex color red value is 179, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b3bbac hue: 0.26 , saturation: 0.10 and the lightness value of b3bbac is 0.70.
The process color (four color CMYK) of #b3bbac color hex is 0.04, 0.00, 0.08, 0.27. Web safe color of #b3bbac is #cccc99. Color #b3bbac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10111011 | 10101100 |
Octal | 263 | 273 | 254 |
Decimal | 179 | 187 | 172 |
Hex | B3 | BB | AC |
Shades of #b3bbac
Tints of #b3bbac
RGB Percentages of Color #b3bbac
CMYK Percentages of Color #b3bbac
Complementary Color
#b3bbac | #b4acbb |
#b3bbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3bbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3bbac Color CSS Codes
.mybgcolor {background-color:#b3bbac; } .myforecolor {color:#b3bbac; } .mybordercolor {border:3px solid #b3bbac; }
#b3bbac Text Font Color
<p style="color:#b3bbac">Text here</p>
This sample text font color is #b3bbac
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.
#b3bbac Background Color
<div style="background-color:#b3bbac">
Div content here</div>
This div background color is #b3bbac
#b3bbac Border Color
<div style="border:3px solid #b3bbac">
Div here</div>
This div border color is #b3bbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,187,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3bbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3bbac; -webkit-box-shadow: 1px 1px 3px 2px #b3bbac; box-shadow: 1px 1px 3px 2px #b3bbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,187,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 #b3bbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3bbac; -webkit-box-shadow: 1px 1px 3px 2px #b3bbac; box-shadow: 1px 1px 3px 2px #b3bbac;">
Div content here</div>
This div box has shadow with color #b3bbac
Comments
No comments written yet.
Please login to write comment.