Color spaces of #b5bfab
RGB | 181 | 191 | 171 |
---|---|---|---|
HSL | 0.25 | 0.14 | 0.71 |
HSV | 90° | 10° | 75° |
CMYK | 0.05 | 0.00 | 0.10 0.25 |
XYZ | 45.0375 | 50.0256 | 45.8103 |
Yxy | 50.0256 | 0.3197 | 0.3551 |
Hunter Lab | 70.7288 | -10.1131 | 11.1086 |
CIE-Lab | 76.0850 | -7.1119 | 8.9031 |
#b5bfab color RGB value is (181,191,171).
#b5bfab hex color red value is 181, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b5bfab hue: 0.25 , saturation: 0.14 and the lightness value of b5bfab is 0.71.
The process color (four color CMYK) of #b5bfab color hex is 0.05, 0.00, 0.10, 0.25. Web safe color of #b5bfab is #cccc99. Color #b5bfab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10111111 | 10101011 |
Octal | 265 | 277 | 253 |
Decimal | 181 | 191 | 171 |
Hex | B5 | BF | AB |
Shades of #b5bfab
Tints of #b5bfab
RGB Percentages of Color #b5bfab
CMYK Percentages of Color #b5bfab
Complementary Color
#b5bfab | #b5abbf |
#b5bfab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5bfab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5bfab Color CSS Codes
.mybgcolor {background-color:#b5bfab; } .myforecolor {color:#b5bfab; } .mybordercolor {border:3px solid #b5bfab; }
#b5bfab Text Font Color
<p style="color:#b5bfab">Text here</p>
This sample text font color is #b5bfab
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.
#b5bfab Background Color
<div style="background-color:#b5bfab">
Div content here</div>
This div background color is #b5bfab
#b5bfab Border Color
<div style="border:3px solid #b5bfab">
Div here</div>
This div border color is #b5bfab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,191,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5bfab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5bfab; -webkit-box-shadow: 1px 1px 3px 2px #b5bfab; box-shadow: 1px 1px 3px 2px #b5bfab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,191,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 #b5bfab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5bfab; -webkit-box-shadow: 1px 1px 3px 2px #b5bfab; box-shadow: 1px 1px 3px 2px #b5bfab;">
Div content here</div>
This div box has shadow with color #b5bfab
Comments
No comments written yet.
Please login to write comment.