Color spaces of #b9aabe
RGB | 185 | 170 | 190 |
---|---|---|---|
HSL | 0.79 | 0.13 | 0.71 |
HSV | 285° | 11° | 75° |
CMYK | 0.03 | 0.11 | 0.00 0.25 |
XYZ | 43.6766 | 42.7814 | 54.6708 |
Yxy | 42.7814 | 0.3095 | 0.3031 |
Hunter Lab | 65.4075 | 4.7323 | -3.7723 |
CIE-Lab | 71.4064 | 9.0881 | -8.2621 |
#b9aabe color RGB value is (185,170,190).
#b9aabe hex color red value is 185, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b9aabe hue: 0.79 , saturation: 0.13 and the lightness value of b9aabe is 0.71.
The process color (four color CMYK) of #b9aabe color hex is 0.03, 0.11, 0.00, 0.25. Web safe color of #b9aabe is #cc99cc. Color #b9aabe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10101010 | 10111110 |
Octal | 271 | 252 | 276 |
Decimal | 185 | 170 | 190 |
Hex | B9 | AA | BE |
Shades of #b9aabe
Tints of #b9aabe
RGB Percentages of Color #b9aabe
CMYK Percentages of Color #b9aabe
Complementary Color
#b9aabe | #afbeaa |
#b9aabe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9aabe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9aabe Color CSS Codes
.mybgcolor {background-color:#b9aabe; } .myforecolor {color:#b9aabe; } .mybordercolor {border:3px solid #b9aabe; }
#b9aabe Text Font Color
<p style="color:#b9aabe">Text here</p>
This sample text font color is #b9aabe
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.
#b9aabe Background Color
<div style="background-color:#b9aabe">
Div content here</div>
This div background color is #b9aabe
#b9aabe Border Color
<div style="border:3px solid #b9aabe">
Div here</div>
This div border color is #b9aabe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,170,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9aabe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9aabe; -webkit-box-shadow: 1px 1px 3px 2px #b9aabe; box-shadow: 1px 1px 3px 2px #b9aabe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,170,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 #b9aabe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9aabe; -webkit-box-shadow: 1px 1px 3px 2px #b9aabe; box-shadow: 1px 1px 3px 2px #b9aabe;">
Div content here</div>
This div box has shadow with color #b9aabe
Comments
No comments written yet.
Please login to write comment.