Color spaces of #b5acbb
RGB | 181 | 172 | 187 |
---|---|---|---|
HSL | 0.77 | 0.10 | 0.70 |
HSV | 276° | 8° | 73° |
CMYK | 0.03 | 0.08 | 0.00 0.27 |
XYZ | 42.7782 | 42.9167 | 53.0428 |
Yxy | 42.9167 | 0.3083 | 0.3093 |
Hunter Lab | 65.5108 | 1.9155 | -2.1483 |
CIE-Lab | 71.4984 | 6.0275 | -6.5095 |
#b5acbb color RGB value is (181,172,187).
#b5acbb hex color red value is 181, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b5acbb hue: 0.77 , saturation: 0.10 and the lightness value of b5acbb is 0.70.
The process color (four color CMYK) of #b5acbb color hex is 0.03, 0.08, 0.00, 0.27. Web safe color of #b5acbb is #cc99cc. Color #b5acbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10101100 | 10111011 |
Octal | 265 | 254 | 273 |
Decimal | 181 | 172 | 187 |
Hex | B5 | AC | BB |
Shades of #b5acbb
Tints of #b5acbb
RGB Percentages of Color #b5acbb
CMYK Percentages of Color #b5acbb
Complementary Color
#b5acbb | #b2bbac |
#b5acbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5acbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5acbb Color CSS Codes
.mybgcolor {background-color:#b5acbb; } .myforecolor {color:#b5acbb; } .mybordercolor {border:3px solid #b5acbb; }
#b5acbb Text Font Color
<p style="color:#b5acbb">Text here</p>
This sample text font color is #b5acbb
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.
#b5acbb Background Color
<div style="background-color:#b5acbb">
Div content here</div>
This div background color is #b5acbb
#b5acbb Border Color
<div style="border:3px solid #b5acbb">
Div here</div>
This div border color is #b5acbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,172,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5acbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5acbb; -webkit-box-shadow: 1px 1px 3px 2px #b5acbb; box-shadow: 1px 1px 3px 2px #b5acbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,172,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5acbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5acbb; -webkit-box-shadow: 1px 1px 3px 2px #b5acbb; box-shadow: 1px 1px 3px 2px #b5acbb;">
Div content here</div>
This div box has shadow with color #b5acbb
Comments
No comments written yet.
Please login to write comment.