Color spaces of #becbbc
RGB | 190 | 203 | 188 |
---|---|---|---|
HSL | 0.31 | 0.13 | 0.77 |
HSV | 112° | 7° | 80° |
CMYK | 0.06 | 0.00 | 0.07 0.20 |
XYZ | 51.6682 | 57.2899 | 55.9118 |
Yxy | 57.2899 | 0.3134 | 0.3475 |
Hunter Lab | 75.6901 | -10.6085 | 9.1859 |
CIE-Lab | 80.3424 | -7.2017 | 5.9511 |
#becbbc color RGB value is (190,203,188).
#becbbc hex color red value is 190, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #becbbc hue: 0.31 , saturation: 0.13 and the lightness value of becbbc is 0.77.
The process color (four color CMYK) of #becbbc color hex is 0.06, 0.00, 0.07, 0.20. Web safe color of #becbbc is #cccccc. Color #becbbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11001011 | 10111100 |
Octal | 276 | 313 | 274 |
Decimal | 190 | 203 | 188 |
Hex | BE | CB | BC |
Shades of #becbbc
Tints of #becbbc
RGB Percentages of Color #becbbc
CMYK Percentages of Color #becbbc
Complementary Color
#becbbc | #c9bccb |
#becbbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#becbbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#becbbc Color CSS Codes
.mybgcolor {background-color:#becbbc; } .myforecolor {color:#becbbc; } .mybordercolor {border:3px solid #becbbc; }
#becbbc Text Font Color
<p style="color:#becbbc">Text here</p>
This sample text font color is #becbbc
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.
#becbbc Background Color
<div style="background-color:#becbbc">
Div content here</div>
This div background color is #becbbc
#becbbc Border Color
<div style="border:3px solid #becbbc">
Div here</div>
This div border color is #becbbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,203,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #becbbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #becbbc; -webkit-box-shadow: 1px 1px 3px 2px #becbbc; box-shadow: 1px 1px 3px 2px #becbbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,203,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #becbbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #becbbc; -webkit-box-shadow: 1px 1px 3px 2px #becbbc; box-shadow: 1px 1px 3px 2px #becbbc;">
Div content here</div>
This div box has shadow with color #becbbc
Comments
No comments written yet.
Please login to write comment.