Color spaces of #bebecb
RGB | 190 | 190 | 203 |
---|---|---|---|
HSL | 0.67 | 0.11 | 0.77 |
HSV | 240° | 6° | 80° |
CMYK | 0.06 | 0.06 | 0.00 0.20 |
XYZ | 50.4282 | 52.0859 | 63.8956 |
Yxy | 52.0859 | 0.3030 | 0.3130 |
Hunter Lab | 72.1706 | -1.5740 | -1.9725 |
CIE-Lab | 77.3322 | 2.4824 | -6.5254 |
#bebecb color RGB value is (190,190,203).
#bebecb hex color red value is 190, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bebecb hue: 0.67 , saturation: 0.11 and the lightness value of bebecb is 0.77.
The process color (four color CMYK) of #bebecb color hex is 0.06, 0.06, 0.00, 0.20. Web safe color of #bebecb is #cccccc. Color #bebecb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111110 | 11001011 |
Octal | 276 | 276 | 313 |
Decimal | 190 | 190 | 203 |
Hex | BE | BE | CB |
Shades of #bebecb
Tints of #bebecb
RGB Percentages of Color #bebecb
CMYK Percentages of Color #bebecb
Complementary Color
#bebecb | #cbcbbe |
#bebecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebecb Color CSS Codes
.mybgcolor {background-color:#bebecb; } .myforecolor {color:#bebecb; } .mybordercolor {border:3px solid #bebecb; }
#bebecb Text Font Color
<p style="color:#bebecb">Text here</p>
This sample text font color is #bebecb
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.
#bebecb Background Color
<div style="background-color:#bebecb">
Div content here</div>
This div background color is #bebecb
#bebecb Border Color
<div style="border:3px solid #bebecb">
Div here</div>
This div border color is #bebecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,190,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebecb; -webkit-box-shadow: 1px 1px 3px 2px #bebecb; box-shadow: 1px 1px 3px 2px #bebecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,190,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebecb; -webkit-box-shadow: 1px 1px 3px 2px #bebecb; box-shadow: 1px 1px 3px 2px #bebecb;">
Div content here</div>
This div box has shadow with color #bebecb
#bebecb Color Palettes
Comments
No comments written yet.
Please login to write comment.