Color spaces of #b0bbae
RGB | 176 | 187 | 174 |
---|---|---|---|
HSL | 0.31 | 0.09 | 0.71 |
HSV | 111° | 7° | 73° |
CMYK | 0.06 | 0.00 | 0.07 0.27 |
XYZ | 43.3148 | 47.8267 | 46.9929 |
Yxy | 47.8267 | 0.3136 | 0.3462 |
Hunter Lab | 69.1569 | -9.2251 | 8.1215 |
CIE-Lab | 74.7155 | -6.2438 | 5.2632 |
#b0bbae color RGB value is (176,187,174).
#b0bbae hex color red value is 176, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b0bbae hue: 0.31 , saturation: 0.09 and the lightness value of b0bbae is 0.71.
The process color (four color CMYK) of #b0bbae color hex is 0.06, 0.00, 0.07, 0.27. Web safe color of #b0bbae is #99cc99. Color #b0bbae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10111011 | 10101110 |
Octal | 260 | 273 | 256 |
Decimal | 176 | 187 | 174 |
Hex | B0 | BB | AE |
Shades of #b0bbae
Tints of #b0bbae
RGB Percentages of Color #b0bbae
CMYK Percentages of Color #b0bbae
Complementary Color
#b0bbae | #b9aebb |
#b0bbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0bbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0bbae Color CSS Codes
.mybgcolor {background-color:#b0bbae; } .myforecolor {color:#b0bbae; } .mybordercolor {border:3px solid #b0bbae; }
#b0bbae Text Font Color
<p style="color:#b0bbae">Text here</p>
This sample text font color is #b0bbae
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.
#b0bbae Background Color
<div style="background-color:#b0bbae">
Div content here</div>
This div background color is #b0bbae
#b0bbae Border Color
<div style="border:3px solid #b0bbae">
Div here</div>
This div border color is #b0bbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,187,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0bbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0bbae; -webkit-box-shadow: 1px 1px 3px 2px #b0bbae; box-shadow: 1px 1px 3px 2px #b0bbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,187,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b0bbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0bbae; -webkit-box-shadow: 1px 1px 3px 2px #b0bbae; box-shadow: 1px 1px 3px 2px #b0bbae;">
Div content here</div>
This div box has shadow with color #b0bbae
Comments
No comments written yet.
Please login to write comment.