Color spaces of #bbaaba
RGB | 187 | 170 | 186 |
---|---|---|---|
HSL | 0.84 | 0.11 | 0.70 |
HSV | 304° | 9° | 73° |
CMYK | 0.00 | 0.09 | 0.01 0.27 |
XYZ | 43.7312 | 42.8594 | 52.4222 |
Yxy | 42.8594 | 0.3146 | 0.3083 |
Hunter Lab | 65.4671 | 4.6684 | -1.6490 |
CIE-Lab | 71.4594 | 9.0200 | -5.9606 |
#bbaaba color RGB value is (187,170,186).
#bbaaba hex color red value is 187, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bbaaba hue: 0.84 , saturation: 0.11 and the lightness value of bbaaba is 0.70.
The process color (four color CMYK) of #bbaaba color hex is 0.00, 0.09, 0.01, 0.27. Web safe color of #bbaaba is #cc99cc. Color #bbaaba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101010 | 10111010 |
Octal | 273 | 252 | 272 |
Decimal | 187 | 170 | 186 |
Hex | BB | AA | BA |
Shades of #bbaaba
Tints of #bbaaba
RGB Percentages of Color #bbaaba
CMYK Percentages of Color #bbaaba
Complementary Color
#bbaaba | #aabbab |
#bbaaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbaaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbaaba Color CSS Codes
.mybgcolor {background-color:#bbaaba; } .myforecolor {color:#bbaaba; } .mybordercolor {border:3px solid #bbaaba; }
#bbaaba Text Font Color
<p style="color:#bbaaba">Text here</p>
This sample text font color is #bbaaba
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.
#bbaaba Background Color
<div style="background-color:#bbaaba">
Div content here</div>
This div background color is #bbaaba
#bbaaba Border Color
<div style="border:3px solid #bbaaba">
Div here</div>
This div border color is #bbaaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,170,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbaaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbaaba; -webkit-box-shadow: 1px 1px 3px 2px #bbaaba; box-shadow: 1px 1px 3px 2px #bbaaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,170,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbaaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbaaba; -webkit-box-shadow: 1px 1px 3px 2px #bbaaba; box-shadow: 1px 1px 3px 2px #bbaaba;">
Div content here</div>
This div box has shadow with color #bbaaba
Comments
No comments written yet.
Please login to write comment.