Color spaces of #bba2ba
RGB | 187 | 162 | 186 |
---|---|---|---|
HSL | 0.84 | 0.16 | 0.68 |
HSV | 302° | 13° | 73° |
CMYK | 0.00 | 0.13 | 0.01 0.27 |
XYZ | 42.2768 | 39.9506 | 51.9374 |
Yxy | 39.9506 | 0.3151 | 0.2978 |
Hunter Lab | 63.2065 | 8.7816 | -4.4746 |
CIE-Lab | 69.4343 | 13.4214 | -8.9674 |
#bba2ba color RGB value is (187,162,186).
#bba2ba hex color red value is 187, green value is 162 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bba2ba hue: 0.84 , saturation: 0.16 and the lightness value of bba2ba is 0.68.
The process color (four color CMYK) of #bba2ba color hex is 0.00, 0.13, 0.01, 0.27. Web safe color of #bba2ba is #cc99cc. Color #bba2ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10100010 | 10111010 |
Octal | 273 | 242 | 272 |
Decimal | 187 | 162 | 186 |
Hex | BB | A2 | BA |
Shades of #bba2ba
Tints of #bba2ba
RGB Percentages of Color #bba2ba
CMYK Percentages of Color #bba2ba
Complementary Color
#bba2ba | #a2bba3 |
#bba2ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba2ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba2ba Color CSS Codes
.mybgcolor {background-color:#bba2ba; } .myforecolor {color:#bba2ba; } .mybordercolor {border:3px solid #bba2ba; }
#bba2ba Text Font Color
<p style="color:#bba2ba">Text here</p>
This sample text font color is #bba2ba
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.
#bba2ba Background Color
<div style="background-color:#bba2ba">
Div content here</div>
This div background color is #bba2ba
#bba2ba Border Color
<div style="border:3px solid #bba2ba">
Div here</div>
This div border color is #bba2ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,162,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba2ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba2ba; -webkit-box-shadow: 1px 1px 3px 2px #bba2ba; box-shadow: 1px 1px 3px 2px #bba2ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,162,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 #bba2ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba2ba; -webkit-box-shadow: 1px 1px 3px 2px #bba2ba; box-shadow: 1px 1px 3px 2px #bba2ba;">
Div content here</div>
This div box has shadow with color #bba2ba
Comments
No comments written yet.
Please login to write comment.