Color spaces of #bcbaa2
RGB | 188 | 186 | 162 |
---|---|---|---|
HSL | 0.15 | 0.16 | 0.69 |
HSV | 55° | 14° | 74° |
CMYK | 0.00 | 0.01 | 0.14 0.26 |
XYZ | 44.8195 | 48.4178 | 41.1657 |
Yxy | 48.4178 | 0.3335 | 0.3602 |
Hunter Lab | 69.5829 | -6.7953 | 13.6317 |
CIE-Lab | 75.0877 | -3.4432 | 12.4299 |
#bcbaa2 color RGB value is (188,186,162).
#bcbaa2 hex color red value is 188, green value is 186 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bcbaa2 hue: 0.15 , saturation: 0.16 and the lightness value of bcbaa2 is 0.69.
The process color (four color CMYK) of #bcbaa2 color hex is 0.00, 0.01, 0.14, 0.26. Web safe color of #bcbaa2 is #cccc99. Color #bcbaa2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111010 | 10100010 |
Octal | 274 | 272 | 242 |
Decimal | 188 | 186 | 162 |
Hex | BC | BA | A2 |
Shades of #bcbaa2
Tints of #bcbaa2
RGB Percentages of Color #bcbaa2
CMYK Percentages of Color #bcbaa2
Complementary Color
#bcbaa2 | #a2a4bc |
#bcbaa2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcbaa2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcbaa2 Color CSS Codes
.mybgcolor {background-color:#bcbaa2; } .myforecolor {color:#bcbaa2; } .mybordercolor {border:3px solid #bcbaa2; }
#bcbaa2 Text Font Color
<p style="color:#bcbaa2">Text here</p>
This sample text font color is #bcbaa2
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.
#bcbaa2 Background Color
<div style="background-color:#bcbaa2">
Div content here</div>
This div background color is #bcbaa2
#bcbaa2 Border Color
<div style="border:3px solid #bcbaa2">
Div here</div>
This div border color is #bcbaa2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,186,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcbaa2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcbaa2; -webkit-box-shadow: 1px 1px 3px 2px #bcbaa2; box-shadow: 1px 1px 3px 2px #bcbaa2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,186,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcbaa2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcbaa2; -webkit-box-shadow: 1px 1px 3px 2px #bcbaa2; box-shadow: 1px 1px 3px 2px #bcbaa2;">
Div content here</div>
This div box has shadow with color #bcbaa2
Comments
No comments written yet.
Please login to write comment.