Color spaces of #b1aacd
RGB | 177 | 170 | 205 |
---|---|---|---|
HSL | 0.70 | 0.26 | 0.74 |
HSV | 252° | 17° | 80° |
CMYK | 0.14 | 0.17 | 0.00 0.20 |
XYZ | 43.5256 | 42.5043 | 63.6677 |
Yxy | 42.5043 | 0.2908 | 0.2839 |
Hunter Lab | 65.1953 | 5.0781 | -12.2640 |
CIE-Lab | 71.2172 | 9.4581 | -16.8691 |
#b1aacd color RGB value is (177,170,205).
#b1aacd hex color red value is 177, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b1aacd hue: 0.70 , saturation: 0.26 and the lightness value of b1aacd is 0.74.
The process color (four color CMYK) of #b1aacd color hex is 0.14, 0.17, 0.00, 0.20. Web safe color of #b1aacd is #9999cc. Color #b1aacd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10101010 | 11001101 |
Octal | 261 | 252 | 315 |
Decimal | 177 | 170 | 205 |
Hex | B1 | AA | CD |
Shades of #b1aacd
Tints of #b1aacd
RGB Percentages of Color #b1aacd
CMYK Percentages of Color #b1aacd
Complementary Color
#b1aacd | #c6cdaa |
#b1aacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1aacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1aacd Color CSS Codes
.mybgcolor {background-color:#b1aacd; } .myforecolor {color:#b1aacd; } .mybordercolor {border:3px solid #b1aacd; }
#b1aacd Text Font Color
<p style="color:#b1aacd">Text here</p>
This sample text font color is #b1aacd
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.
#b1aacd Background Color
<div style="background-color:#b1aacd">
Div content here</div>
This div background color is #b1aacd
#b1aacd Border Color
<div style="border:3px solid #b1aacd">
Div here</div>
This div border color is #b1aacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,170,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1aacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1aacd; -webkit-box-shadow: 1px 1px 3px 2px #b1aacd; box-shadow: 1px 1px 3px 2px #b1aacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,170,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1aacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1aacd; -webkit-box-shadow: 1px 1px 3px 2px #b1aacd; box-shadow: 1px 1px 3px 2px #b1aacd;">
Div content here</div>
This div box has shadow with color #b1aacd
Comments
No comments written yet.
Please login to write comment.