Color spaces of #bebcbd
RGB | 190 | 188 | 189 |
---|---|---|---|
HSL | 0.92 | 0.02 | 0.74 |
HSV | 330° | 1° | 75° |
CMYK | 0.00 | 0.01 | 0.01 0.25 |
XYZ | 48.4037 | 50.5877 | 55.3574 |
Yxy | 50.5877 | 0.3136 | 0.3277 |
Hunter Lab | 71.1250 | -2.9917 | 3.6415 |
CIE-Lab | 76.4286 | 0.8863 | -0.2657 |
#bebcbd color RGB value is (190,188,189).
#bebcbd hex color red value is 190, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bebcbd hue: 0.92 , saturation: 0.02 and the lightness value of bebcbd is 0.74.
The process color (four color CMYK) of #bebcbd color hex is 0.00, 0.01, 0.01, 0.25. Web safe color of #bebcbd is #cccccc. Color #bebcbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111100 | 10111101 |
Octal | 276 | 274 | 275 |
Decimal | 190 | 188 | 189 |
Hex | BE | BC | BD |
Shades of #bebcbd
Tints of #bebcbd
RGB Percentages of Color #bebcbd
CMYK Percentages of Color #bebcbd
Complementary Color
#bebcbd | #bcbebd |
#bebcbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebcbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebcbd Color CSS Codes
.mybgcolor {background-color:#bebcbd; } .myforecolor {color:#bebcbd; } .mybordercolor {border:3px solid #bebcbd; }
#bebcbd Text Font Color
<p style="color:#bebcbd">Text here</p>
This sample text font color is #bebcbd
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.
#bebcbd Background Color
<div style="background-color:#bebcbd">
Div content here</div>
This div background color is #bebcbd
#bebcbd Border Color
<div style="border:3px solid #bebcbd">
Div here</div>
This div border color is #bebcbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,188,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebcbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebcbd; -webkit-box-shadow: 1px 1px 3px 2px #bebcbd; box-shadow: 1px 1px 3px 2px #bebcbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,188,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebcbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebcbd; -webkit-box-shadow: 1px 1px 3px 2px #bebcbd; box-shadow: 1px 1px 3px 2px #bebcbd;">
Div content here</div>
This div box has shadow with color #bebcbd
Comments
No comments written yet.
Please login to write comment.