Color spaces of #bebca2
RGB | 190 | 188 | 162 |
---|---|---|---|
HSL | 0.15 | 0.18 | 0.69 |
HSV | 56° | 15° | 75° |
CMYK | 0.00 | 0.01 | 0.15 0.25 |
XYZ | 45.7400 | 49.5222 | 41.3304 |
Yxy | 49.5222 | 0.3349 | 0.3626 |
Hunter Lab | 70.3720 | -7.1306 | 14.4386 |
CIE-Lab | 75.7751 | -3.7597 | 13.4224 |
#bebca2 color RGB value is (190,188,162).
#bebca2 hex color red value is 190, green value is 188 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bebca2 hue: 0.15 , saturation: 0.18 and the lightness value of bebca2 is 0.69.
The process color (four color CMYK) of #bebca2 color hex is 0.00, 0.01, 0.15, 0.25. Web safe color of #bebca2 is #cccc99. Color #bebca2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111100 | 10100010 |
Octal | 276 | 274 | 242 |
Decimal | 190 | 188 | 162 |
Hex | BE | BC | A2 |
Shades of #bebca2
Tints of #bebca2
RGB Percentages of Color #bebca2
CMYK Percentages of Color #bebca2
Complementary Color
#bebca2 | #a2a4be |
#bebca2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebca2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebca2 Color CSS Codes
.mybgcolor {background-color:#bebca2; } .myforecolor {color:#bebca2; } .mybordercolor {border:3px solid #bebca2; }
#bebca2 Text Font Color
<p style="color:#bebca2">Text here</p>
This sample text font color is #bebca2
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.
#bebca2 Background Color
<div style="background-color:#bebca2">
Div content here</div>
This div background color is #bebca2
#bebca2 Border Color
<div style="border:3px solid #bebca2">
Div here</div>
This div border color is #bebca2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,188,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebca2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebca2; -webkit-box-shadow: 1px 1px 3px 2px #bebca2; box-shadow: 1px 1px 3px 2px #bebca2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,188,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 #bebca2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebca2; -webkit-box-shadow: 1px 1px 3px 2px #bebca2; box-shadow: 1px 1px 3px 2px #bebca2;">
Div content here</div>
This div box has shadow with color #bebca2
Comments
No comments written yet.
Please login to write comment.