Color spaces of #b0bdaa
RGB | 176 | 189 | 170 |
---|---|---|---|
HSL | 0.28 | 0.13 | 0.70 |
HSV | 101° | 10° | 74° |
CMYK | 0.07 | 0.00 | 0.10 0.26 |
XYZ | 43.3578 | 48.5276 | 45.1118 |
Yxy | 48.5276 | 0.3165 | 0.3542 |
Hunter Lab | 69.6618 | -10.8088 | 10.3680 |
CIE-Lab | 75.1565 | -8.0174 | 8.0678 |
#b0bdaa color RGB value is (176,189,170).
#b0bdaa hex color red value is 176, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b0bdaa hue: 0.28 , saturation: 0.13 and the lightness value of b0bdaa is 0.70.
The process color (four color CMYK) of #b0bdaa color hex is 0.07, 0.00, 0.10, 0.26. Web safe color of #b0bdaa is #99cc99. Color #b0bdaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10111101 | 10101010 |
Octal | 260 | 275 | 252 |
Decimal | 176 | 189 | 170 |
Hex | B0 | BD | AA |
Shades of #b0bdaa
Tints of #b0bdaa
RGB Percentages of Color #b0bdaa
CMYK Percentages of Color #b0bdaa
Complementary Color
#b0bdaa | #b7aabd |
#b0bdaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0bdaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0bdaa Color CSS Codes
.mybgcolor {background-color:#b0bdaa; } .myforecolor {color:#b0bdaa; } .mybordercolor {border:3px solid #b0bdaa; }
#b0bdaa Text Font Color
<p style="color:#b0bdaa">Text here</p>
This sample text font color is #b0bdaa
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.
#b0bdaa Background Color
<div style="background-color:#b0bdaa">
Div content here</div>
This div background color is #b0bdaa
#b0bdaa Border Color
<div style="border:3px solid #b0bdaa">
Div here</div>
This div border color is #b0bdaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,189,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0bdaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0bdaa; -webkit-box-shadow: 1px 1px 3px 2px #b0bdaa; box-shadow: 1px 1px 3px 2px #b0bdaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,189,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b0bdaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0bdaa; -webkit-box-shadow: 1px 1px 3px 2px #b0bdaa; box-shadow: 1px 1px 3px 2px #b0bdaa;">
Div content here</div>
This div box has shadow with color #b0bdaa
#b0bdaa Color Palettes
Comments
No comments written yet.
Please login to write comment.