Color spaces of #bebbbd
RGB | 190 | 187 | 189 |
---|---|---|---|
HSL | 0.89 | 0.02 | 0.74 |
HSV | 320° | 2° | 75° |
CMYK | 0.00 | 0.02 | 0.01 0.25 |
XYZ | 48.1908 | 50.1619 | 55.2864 |
Yxy | 50.1619 | 0.3137 | 0.3265 |
Hunter Lab | 70.8251 | -2.4889 | 3.2955 |
CIE-Lab | 76.1685 | 1.4210 | -0.6458 |
#bebbbd color RGB value is (190,187,189).
#bebbbd hex color red value is 190, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bebbbd hue: 0.89 , saturation: 0.02 and the lightness value of bebbbd is 0.74.
The process color (four color CMYK) of #bebbbd color hex is 0.00, 0.02, 0.01, 0.25. Web safe color of #bebbbd is #cccccc. Color #bebbbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111011 | 10111101 |
Octal | 276 | 273 | 275 |
Decimal | 190 | 187 | 189 |
Hex | BE | BB | BD |
Shades of #bebbbd
Tints of #bebbbd
RGB Percentages of Color #bebbbd
CMYK Percentages of Color #bebbbd
Complementary Color
#bebbbd | #bbbebc |
#bebbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebbbd Color CSS Codes
.mybgcolor {background-color:#bebbbd; } .myforecolor {color:#bebbbd; } .mybordercolor {border:3px solid #bebbbd; }
#bebbbd Text Font Color
<p style="color:#bebbbd">Text here</p>
This sample text font color is #bebbbd
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.
#bebbbd Background Color
<div style="background-color:#bebbbd">
Div content here</div>
This div background color is #bebbbd
#bebbbd Border Color
<div style="border:3px solid #bebbbd">
Div here</div>
This div border color is #bebbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,187,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebbbd; -webkit-box-shadow: 1px 1px 3px 2px #bebbbd; box-shadow: 1px 1px 3px 2px #bebbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,187,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 #bebbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebbbd; -webkit-box-shadow: 1px 1px 3px 2px #bebbbd; box-shadow: 1px 1px 3px 2px #bebbbd;">
Div content here</div>
This div box has shadow with color #bebbbd
Comments
No comments written yet.
Please login to write comment.