Color spaces of #b1afbd
RGB | 177 | 175 | 189 |
---|---|---|---|
HSL | 0.69 | 0.10 | 0.71 |
HSV | 249° | 7° | 74° |
CMYK | 0.06 | 0.07 | 0.00 0.26 |
XYZ | 42.6467 | 43.6812 | 54.3277 |
Yxy | 43.6812 | 0.3032 | 0.3106 |
Hunter Lab | 66.0918 | -0.4808 | -2.4724 |
CIE-Lab | 72.0149 | 3.4082 | -6.8796 |
#b1afbd color RGB value is (177,175,189).
#b1afbd hex color red value is 177, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b1afbd hue: 0.69 , saturation: 0.10 and the lightness value of b1afbd is 0.71.
The process color (four color CMYK) of #b1afbd color hex is 0.06, 0.07, 0.00, 0.26. Web safe color of #b1afbd is #9999cc. Color #b1afbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10101111 | 10111101 |
Octal | 261 | 257 | 275 |
Decimal | 177 | 175 | 189 |
Hex | B1 | AF | BD |
Shades of #b1afbd
Tints of #b1afbd
RGB Percentages of Color #b1afbd
CMYK Percentages of Color #b1afbd
Complementary Color
#b1afbd | #bbbdaf |
#b1afbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1afbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1afbd Color CSS Codes
.mybgcolor {background-color:#b1afbd; } .myforecolor {color:#b1afbd; } .mybordercolor {border:3px solid #b1afbd; }
#b1afbd Text Font Color
<p style="color:#b1afbd">Text here</p>
This sample text font color is #b1afbd
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.
#b1afbd Background Color
<div style="background-color:#b1afbd">
Div content here</div>
This div background color is #b1afbd
#b1afbd Border Color
<div style="border:3px solid #b1afbd">
Div here</div>
This div border color is #b1afbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,175,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1afbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1afbd; -webkit-box-shadow: 1px 1px 3px 2px #b1afbd; box-shadow: 1px 1px 3px 2px #b1afbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,175,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1afbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1afbd; -webkit-box-shadow: 1px 1px 3px 2px #b1afbd; box-shadow: 1px 1px 3px 2px #b1afbd;">
Div content here</div>
This div box has shadow with color #b1afbd
Comments
No comments written yet.
Please login to write comment.