Color spaces of #b1aaad
RGB | 177 | 170 | 173 |
---|---|---|---|
HSL | 0.93 | 0.04 | 0.68 |
HSV | 334° | 4° | 69° |
CMYK | 0.00 | 0.04 | 0.02 0.31 |
XYZ | 40.0490 | 41.1137 | 45.3601 |
Yxy | 41.1137 | 0.3165 | 0.3250 |
Hunter Lab | 64.1200 | -0.7198 | 2.9407 |
CIE-Lab | 70.2555 | 3.0563 | -0.6552 |
#b1aaad color RGB value is (177,170,173).
#b1aaad hex color red value is 177, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b1aaad hue: 0.93 , saturation: 0.04 and the lightness value of b1aaad is 0.68.
The process color (four color CMYK) of #b1aaad color hex is 0.00, 0.04, 0.02, 0.31. Web safe color of #b1aaad is #999999. Color #b1aaad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10101010 | 10101101 |
Octal | 261 | 252 | 255 |
Decimal | 177 | 170 | 173 |
Hex | B1 | AA | AD |
Shades of #b1aaad
Tints of #b1aaad
RGB Percentages of Color #b1aaad
CMYK Percentages of Color #b1aaad
Complementary Color
#b1aaad | #aab1ae |
#b1aaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1aaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1aaad Color CSS Codes
.mybgcolor {background-color:#b1aaad; } .myforecolor {color:#b1aaad; } .mybordercolor {border:3px solid #b1aaad; }
#b1aaad Text Font Color
<p style="color:#b1aaad">Text here</p>
This sample text font color is #b1aaad
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.
#b1aaad Background Color
<div style="background-color:#b1aaad">
Div content here</div>
This div background color is #b1aaad
#b1aaad Border Color
<div style="border:3px solid #b1aaad">
Div here</div>
This div border color is #b1aaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,170,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1aaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1aaad; -webkit-box-shadow: 1px 1px 3px 2px #b1aaad; box-shadow: 1px 1px 3px 2px #b1aaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,170,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1aaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1aaad; -webkit-box-shadow: 1px 1px 3px 2px #b1aaad; box-shadow: 1px 1px 3px 2px #b1aaad;">
Div content here</div>
This div box has shadow with color #b1aaad
Comments
No comments written yet.
Please login to write comment.