Color spaces of #b7bcab
RGB | 183 | 188 | 171 |
---|---|---|---|
HSL | 0.22 | 0.11 | 0.70 |
HSV | 78° | 9° | 74° |
CMYK | 0.03 | 0.00 | 0.09 0.26 |
XYZ | 44.8623 | 48.9740 | 45.6165 |
Yxy | 48.9740 | 0.3217 | 0.3512 |
Hunter Lab | 69.9814 | -8.0383 | 10.3396 |
CIE-Lab | 75.4351 | -4.8170 | 7.9943 |
#b7bcab color RGB value is (183,188,171).
#b7bcab hex color red value is 183, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b7bcab hue: 0.22 , saturation: 0.11 and the lightness value of b7bcab is 0.70.
The process color (four color CMYK) of #b7bcab color hex is 0.03, 0.00, 0.09, 0.26. Web safe color of #b7bcab is #cccc99. Color #b7bcab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 10111100 | 10101011 |
Octal | 267 | 274 | 253 |
Decimal | 183 | 188 | 171 |
Hex | B7 | BC | AB |
Shades of #b7bcab
Tints of #b7bcab
RGB Percentages of Color #b7bcab
CMYK Percentages of Color #b7bcab
Complementary Color
#b7bcab | #b0abbc |
#b7bcab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b7bcab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b7bcab Color CSS Codes
.mybgcolor {background-color:#b7bcab; } .myforecolor {color:#b7bcab; } .mybordercolor {border:3px solid #b7bcab; }
#b7bcab Text Font Color
<p style="color:#b7bcab">Text here</p>
This sample text font color is #b7bcab
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.
#b7bcab Background Color
<div style="background-color:#b7bcab">
Div content here</div>
This div background color is #b7bcab
#b7bcab Border Color
<div style="border:3px solid #b7bcab">
Div here</div>
This div border color is #b7bcab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,188,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b7bcab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b7bcab; -webkit-box-shadow: 1px 1px 3px 2px #b7bcab; box-shadow: 1px 1px 3px 2px #b7bcab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,188,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b7bcab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b7bcab; -webkit-box-shadow: 1px 1px 3px 2px #b7bcab; box-shadow: 1px 1px 3px 2px #b7bcab;">
Div content here</div>
This div box has shadow with color #b7bcab
Comments
No comments written yet.
Please login to write comment.