Color spaces of #becbde
RGB | 190 | 203 | 222 |
---|---|---|---|
HSL | 0.60 | 0.33 | 0.81 |
HSV | 216° | 14° | 87° |
CMYK | 0.14 | 0.09 | 0.00 0.13 |
XYZ | 55.7760 | 58.9329 | 77.5427 |
Yxy | 58.9329 | 0.2901 | 0.3065 |
Hunter Lab | 76.7678 | -4.6535 | -6.1511 |
CIE-Lab | 81.2547 | -0.5944 | -10.9231 |
#becbde color RGB value is (190,203,222).
#becbde hex color red value is 190, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #becbde hue: 0.60 , saturation: 0.33 and the lightness value of becbde is 0.81.
The process color (four color CMYK) of #becbde color hex is 0.14, 0.09, 0.00, 0.13. Web safe color of #becbde is #cccccc. Color #becbde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11001011 | 11011110 |
Octal | 276 | 313 | 336 |
Decimal | 190 | 203 | 222 |
Hex | BE | CB | DE |
Shades of #becbde
Tints of #becbde
RGB Percentages of Color #becbde
CMYK Percentages of Color #becbde
Complementary Color
#becbde | #ded1be |
#becbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#becbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#becbde Color CSS Codes
.mybgcolor {background-color:#becbde; } .myforecolor {color:#becbde; } .mybordercolor {border:3px solid #becbde; }
#becbde Text Font Color
<p style="color:#becbde">Text here</p>
This sample text font color is #becbde
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.
#becbde Background Color
<div style="background-color:#becbde">
Div content here</div>
This div background color is #becbde
#becbde Border Color
<div style="border:3px solid #becbde">
Div here</div>
This div border color is #becbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,203,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #becbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #becbde; -webkit-box-shadow: 1px 1px 3px 2px #becbde; box-shadow: 1px 1px 3px 2px #becbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,203,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #becbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #becbde; -webkit-box-shadow: 1px 1px 3px 2px #becbde; box-shadow: 1px 1px 3px 2px #becbde;">
Div content here</div>
This div box has shadow with color #becbde
Comments
No comments written yet.
Please login to write comment.