Color spaces of #bebfb0
RGB | 190 | 191 | 176 |
---|---|---|---|
HSL | 0.18 | 0.10 | 0.72 |
HSV | 64° | 8° | 75° |
CMYK | 0.01 | 0.00 | 0.08 0.25 |
XYZ | 47.7025 | 51.3433 | 48.4704 |
Yxy | 51.3433 | 0.3234 | 0.3481 |
Hunter Lab | 71.6542 | -6.5618 | 10.0513 |
CIE-Lab | 76.8865 | -3.0249 | 7.4387 |
#bebfb0 color RGB value is (190,191,176).
#bebfb0 hex color red value is 190, green value is 191 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bebfb0 hue: 0.18 , saturation: 0.10 and the lightness value of bebfb0 is 0.72.
The process color (four color CMYK) of #bebfb0 color hex is 0.01, 0.00, 0.08, 0.25. Web safe color of #bebfb0 is #cccc99. Color #bebfb0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111111 | 10110000 |
Octal | 276 | 277 | 260 |
Decimal | 190 | 191 | 176 |
Hex | BE | BF | B0 |
Shades of #bebfb0
Tints of #bebfb0
RGB Percentages of Color #bebfb0
CMYK Percentages of Color #bebfb0
Complementary Color
#bebfb0 | #b1b0bf |
#bebfb0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebfb0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebfb0 Color CSS Codes
.mybgcolor {background-color:#bebfb0; } .myforecolor {color:#bebfb0; } .mybordercolor {border:3px solid #bebfb0; }
#bebfb0 Text Font Color
<p style="color:#bebfb0">Text here</p>
This sample text font color is #bebfb0
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.
#bebfb0 Background Color
<div style="background-color:#bebfb0">
Div content here</div>
This div background color is #bebfb0
#bebfb0 Border Color
<div style="border:3px solid #bebfb0">
Div here</div>
This div border color is #bebfb0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,191,176, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebfb0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebfb0; -webkit-box-shadow: 1px 1px 3px 2px #bebfb0; box-shadow: 1px 1px 3px 2px #bebfb0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,191,176, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebfb0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebfb0; -webkit-box-shadow: 1px 1px 3px 2px #bebfb0; box-shadow: 1px 1px 3px 2px #bebfb0;">
Div content here</div>
This div box has shadow with color #bebfb0
Comments
No comments written yet.
Please login to write comment.