Color spaces of #bec7af
RGB | 190 | 199 | 175 |
---|---|---|---|
HSL | 0.23 | 0.18 | 0.73 |
HSV | 83° | 12° | 78° |
CMYK | 0.05 | 0.00 | 0.12 0.22 |
XYZ | 49.3965 | 54.8891 | 48.5486 |
Yxy | 54.8891 | 0.3232 | 0.3591 |
Hunter Lab | 74.0872 | -10.6404 | 13.0089 |
CIE-Lab | 78.9773 | -7.3883 | 10.9615 |
#bec7af color RGB value is (190,199,175).
#bec7af hex color red value is 190, green value is 199 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bec7af hue: 0.23 , saturation: 0.18 and the lightness value of bec7af is 0.73.
The process color (four color CMYK) of #bec7af color hex is 0.05, 0.00, 0.12, 0.22. Web safe color of #bec7af is #cccc99. Color #bec7af contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11000111 | 10101111 |
Octal | 276 | 307 | 257 |
Decimal | 190 | 199 | 175 |
Hex | BE | C7 | AF |
Shades of #bec7af
Tints of #bec7af
RGB Percentages of Color #bec7af
CMYK Percentages of Color #bec7af
Complementary Color
#bec7af | #b8afc7 |
#bec7af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bec7af Color Preview on White Background
Lorem ipsum dolor sit amet.
#bec7af Color CSS Codes
.mybgcolor {background-color:#bec7af; } .myforecolor {color:#bec7af; } .mybordercolor {border:3px solid #bec7af; }
#bec7af Text Font Color
<p style="color:#bec7af">Text here</p>
This sample text font color is #bec7af
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.
#bec7af Background Color
<div style="background-color:#bec7af">
Div content here</div>
This div background color is #bec7af
#bec7af Border Color
<div style="border:3px solid #bec7af">
Div here</div>
This div border color is #bec7af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,199,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bec7af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bec7af; -webkit-box-shadow: 1px 1px 3px 2px #bec7af; box-shadow: 1px 1px 3px 2px #bec7af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,199,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bec7af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bec7af; -webkit-box-shadow: 1px 1px 3px 2px #bec7af; box-shadow: 1px 1px 3px 2px #bec7af;">
Div content here</div>
This div box has shadow with color #bec7af
Comments
No comments written yet.
Please login to write comment.