Color spaces of #bebeca
RGB | 190 | 190 | 202 |
---|---|---|---|
HSL | 0.67 | 0.10 | 0.77 |
HSV | 240° | 6° | 79° |
CMYK | 0.06 | 0.06 | 0.00 0.21 |
XYZ | 50.3093 | 52.0383 | 63.2699 |
Yxy | 52.0383 | 0.3038 | 0.3142 |
Hunter Lab | 72.1376 | -1.7535 | -1.5053 |
CIE-Lab | 77.3037 | 2.2866 | -6.0261 |
#bebeca color RGB value is (190,190,202).
#bebeca hex color red value is 190, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bebeca hue: 0.67 , saturation: 0.10 and the lightness value of bebeca is 0.77.
The process color (four color CMYK) of #bebeca color hex is 0.06, 0.06, 0.00, 0.21. Web safe color of #bebeca is #cccccc. Color #bebeca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111110 | 11001010 |
Octal | 276 | 276 | 312 |
Decimal | 190 | 190 | 202 |
Hex | BE | BE | CA |
Shades of #bebeca
Tints of #bebeca
RGB Percentages of Color #bebeca
CMYK Percentages of Color #bebeca
Complementary Color
#bebeca | #cacabe |
#bebeca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebeca Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebeca Color CSS Codes
.mybgcolor {background-color:#bebeca; } .myforecolor {color:#bebeca; } .mybordercolor {border:3px solid #bebeca; }
#bebeca Text Font Color
<p style="color:#bebeca">Text here</p>
This sample text font color is #bebeca
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.
#bebeca Background Color
<div style="background-color:#bebeca">
Div content here</div>
This div background color is #bebeca
#bebeca Border Color
<div style="border:3px solid #bebeca">
Div here</div>
This div border color is #bebeca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,190,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebeca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebeca; -webkit-box-shadow: 1px 1px 3px 2px #bebeca; box-shadow: 1px 1px 3px 2px #bebeca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,190,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebeca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebeca; -webkit-box-shadow: 1px 1px 3px 2px #bebeca; box-shadow: 1px 1px 3px 2px #bebeca;">
Div content here</div>
This div box has shadow with color #bebeca
Comments
No comments written yet.
Please login to write comment.