Color spaces of #bcacba
RGB | 188 | 172 | 186 |
---|---|---|---|
HSL | 0.85 | 0.11 | 0.71 |
HSV | 308° | 9° | 74° |
CMYK | 0.00 | 0.09 | 0.01 0.26 |
XYZ | 44.3545 | 43.7416 | 52.5596 |
Yxy | 43.7416 | 0.3153 | 0.3110 |
Hunter Lab | 66.1374 | 3.9690 | -0.8217 |
CIE-Lab | 72.0554 | 8.2762 | -5.0698 |
#bcacba color RGB value is (188,172,186).
#bcacba hex color red value is 188, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bcacba hue: 0.85 , saturation: 0.11 and the lightness value of bcacba is 0.71.
The process color (four color CMYK) of #bcacba color hex is 0.00, 0.09, 0.01, 0.26. Web safe color of #bcacba is #cc99cc. Color #bcacba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101100 | 10111010 |
Octal | 274 | 254 | 272 |
Decimal | 188 | 172 | 186 |
Hex | BC | AC | BA |
Shades of #bcacba
Tints of #bcacba
RGB Percentages of Color #bcacba
CMYK Percentages of Color #bcacba
Complementary Color
#bcacba | #acbcae |
#bcacba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcacba Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcacba Color CSS Codes
.mybgcolor {background-color:#bcacba; } .myforecolor {color:#bcacba; } .mybordercolor {border:3px solid #bcacba; }
#bcacba Text Font Color
<p style="color:#bcacba">Text here</p>
This sample text font color is #bcacba
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.
#bcacba Background Color
<div style="background-color:#bcacba">
Div content here</div>
This div background color is #bcacba
#bcacba Border Color
<div style="border:3px solid #bcacba">
Div here</div>
This div border color is #bcacba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,172,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcacba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcacba; -webkit-box-shadow: 1px 1px 3px 2px #bcacba; box-shadow: 1px 1px 3px 2px #bcacba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,172,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 #bcacba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcacba; -webkit-box-shadow: 1px 1px 3px 2px #bcacba; box-shadow: 1px 1px 3px 2px #bcacba;">
Div content here</div>
This div box has shadow with color #bcacba
Comments
No comments written yet.
Please login to write comment.