Color spaces of #bbbac5
RGB | 187 | 186 | 197 |
---|---|---|---|
HSL | 0.68 | 0.09 | 0.75 |
HSV | 245° | 6° | 77° |
CMYK | 0.05 | 0.06 | 0.00 0.23 |
XYZ | 48.1305 | 49.7138 | 59.8823 |
Yxy | 49.7138 | 0.3052 | 0.3152 |
Hunter Lab | 70.5080 | -1.5405 | -0.9993 |
CIE-Lab | 75.8933 | 2.4411 | -5.4245 |
#bbbac5 color RGB value is (187,186,197).
#bbbac5 hex color red value is 187, green value is 186 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bbbac5 hue: 0.68 , saturation: 0.09 and the lightness value of bbbac5 is 0.75.
The process color (four color CMYK) of #bbbac5 color hex is 0.05, 0.06, 0.00, 0.23. Web safe color of #bbbac5 is #cccccc. Color #bbbac5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111010 | 11000101 |
Octal | 273 | 272 | 305 |
Decimal | 187 | 186 | 197 |
Hex | BB | BA | C5 |
Shades of #bbbac5
Tints of #bbbac5
RGB Percentages of Color #bbbac5
CMYK Percentages of Color #bbbac5
Complementary Color
#bbbac5 | #c4c5ba |
#bbbac5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbac5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbac5 Color CSS Codes
.mybgcolor {background-color:#bbbac5; } .myforecolor {color:#bbbac5; } .mybordercolor {border:3px solid #bbbac5; }
#bbbac5 Text Font Color
<p style="color:#bbbac5">Text here</p>
This sample text font color is #bbbac5
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.
#bbbac5 Background Color
<div style="background-color:#bbbac5">
Div content here</div>
This div background color is #bbbac5
#bbbac5 Border Color
<div style="border:3px solid #bbbac5">
Div here</div>
This div border color is #bbbac5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,186,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbac5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbac5; -webkit-box-shadow: 1px 1px 3px 2px #bbbac5; box-shadow: 1px 1px 3px 2px #bbbac5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,186,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbbac5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbac5; -webkit-box-shadow: 1px 1px 3px 2px #bbbac5; box-shadow: 1px 1px 3px 2px #bbbac5;">
Div content here</div>
This div box has shadow with color #bbbac5
Comments
No comments written yet.
Please login to write comment.