Color spaces of #b9abbe
RGB | 185 | 171 | 190 |
---|---|---|---|
HSL | 0.79 | 0.13 | 0.71 |
HSV | 284° | 10° | 75° |
CMYK | 0.03 | 0.10 | 0.00 0.25 |
XYZ | 43.8648 | 43.1578 | 54.7336 |
Yxy | 43.1578 | 0.3094 | 0.3045 |
Hunter Lab | 65.6946 | 4.2203 | -3.4114 |
CIE-Lab | 71.6619 | 8.5398 | -7.8822 |
#b9abbe color RGB value is (185,171,190).
#b9abbe hex color red value is 185, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b9abbe hue: 0.79 , saturation: 0.13 and the lightness value of b9abbe is 0.71.
The process color (four color CMYK) of #b9abbe color hex is 0.03, 0.10, 0.00, 0.25. Web safe color of #b9abbe is #cc99cc. Color #b9abbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10101011 | 10111110 |
Octal | 271 | 253 | 276 |
Decimal | 185 | 171 | 190 |
Hex | B9 | AB | BE |
Shades of #b9abbe
Tints of #b9abbe
RGB Percentages of Color #b9abbe
CMYK Percentages of Color #b9abbe
Complementary Color
#b9abbe | #b0beab |
#b9abbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9abbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9abbe Color CSS Codes
.mybgcolor {background-color:#b9abbe; } .myforecolor {color:#b9abbe; } .mybordercolor {border:3px solid #b9abbe; }
#b9abbe Text Font Color
<p style="color:#b9abbe">Text here</p>
This sample text font color is #b9abbe
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.
#b9abbe Background Color
<div style="background-color:#b9abbe">
Div content here</div>
This div background color is #b9abbe
#b9abbe Border Color
<div style="border:3px solid #b9abbe">
Div here</div>
This div border color is #b9abbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,171,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9abbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9abbe; -webkit-box-shadow: 1px 1px 3px 2px #b9abbe; box-shadow: 1px 1px 3px 2px #b9abbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,171,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9abbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9abbe; -webkit-box-shadow: 1px 1px 3px 2px #b9abbe; box-shadow: 1px 1px 3px 2px #b9abbe;">
Div content here</div>
This div box has shadow with color #b9abbe
Comments
No comments written yet.
Please login to write comment.