Color spaces of #b9a6bf
RGB | 185 | 166 | 191 |
---|---|---|---|
HSL | 0.79 | 0.16 | 0.70 |
HSV | 286° | 13° | 75° |
CMYK | 0.03 | 0.13 | 0.00 0.25 |
XYZ | 43.0478 | 41.3483 | 55.0024 |
Yxy | 41.3483 | 0.3088 | 0.2966 |
Hunter Lab | 64.3026 | 6.9683 | -5.7029 |
CIE-Lab | 70.4193 | 11.4822 | -10.2847 |
#b9a6bf color RGB value is (185,166,191).
#b9a6bf hex color red value is 185, green value is 166 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b9a6bf hue: 0.79 , saturation: 0.16 and the lightness value of b9a6bf is 0.70.
The process color (four color CMYK) of #b9a6bf color hex is 0.03, 0.13, 0.00, 0.25. Web safe color of #b9a6bf is #cc99cc. Color #b9a6bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10100110 | 10111111 |
Octal | 271 | 246 | 277 |
Decimal | 185 | 166 | 191 |
Hex | B9 | A6 | BF |
Shades of #b9a6bf
Tints of #b9a6bf
RGB Percentages of Color #b9a6bf
CMYK Percentages of Color #b9a6bf
Complementary Color
#b9a6bf | #acbfa6 |
#b9a6bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9a6bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9a6bf Color CSS Codes
.mybgcolor {background-color:#b9a6bf; } .myforecolor {color:#b9a6bf; } .mybordercolor {border:3px solid #b9a6bf; }
#b9a6bf Text Font Color
<p style="color:#b9a6bf">Text here</p>
This sample text font color is #b9a6bf
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.
#b9a6bf Background Color
<div style="background-color:#b9a6bf">
Div content here</div>
This div background color is #b9a6bf
#b9a6bf Border Color
<div style="border:3px solid #b9a6bf">
Div here</div>
This div border color is #b9a6bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,166,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9a6bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9a6bf; -webkit-box-shadow: 1px 1px 3px 2px #b9a6bf; box-shadow: 1px 1px 3px 2px #b9a6bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,166,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9a6bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9a6bf; -webkit-box-shadow: 1px 1px 3px 2px #b9a6bf; box-shadow: 1px 1px 3px 2px #b9a6bf;">
Div content here</div>
This div box has shadow with color #b9a6bf
Comments
No comments written yet.
Please login to write comment.