Color spaces of #bebdcf
RGB | 190 | 189 | 207 |
---|---|---|---|
HSL | 0.68 | 0.16 | 0.78 |
HSV | 243° | 9° | 81° |
CMYK | 0.08 | 0.09 | 0.00 0.19 |
XYZ | 50.6953 | 51.8473 | 66.3671 |
Yxy | 51.8473 | 0.3001 | 0.3070 |
Hunter Lab | 72.0051 | -0.3356 | -4.2441 |
CIE-Lab | 77.1894 | 3.8110 | -8.9032 |
#bebdcf color RGB value is (190,189,207).
#bebdcf hex color red value is 190, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bebdcf hue: 0.68 , saturation: 0.16 and the lightness value of bebdcf is 0.78.
The process color (four color CMYK) of #bebdcf color hex is 0.08, 0.09, 0.00, 0.19. Web safe color of #bebdcf is #cccccc. Color #bebdcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111101 | 11001111 |
Octal | 276 | 275 | 317 |
Decimal | 190 | 189 | 207 |
Hex | BE | BD | CF |
Shades of #bebdcf
Tints of #bebdcf
RGB Percentages of Color #bebdcf
CMYK Percentages of Color #bebdcf
Complementary Color
#bebdcf | #cecfbd |
#bebdcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebdcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebdcf Color CSS Codes
.mybgcolor {background-color:#bebdcf; } .myforecolor {color:#bebdcf; } .mybordercolor {border:3px solid #bebdcf; }
#bebdcf Text Font Color
<p style="color:#bebdcf">Text here</p>
This sample text font color is #bebdcf
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.
#bebdcf Background Color
<div style="background-color:#bebdcf">
Div content here</div>
This div background color is #bebdcf
#bebdcf Border Color
<div style="border:3px solid #bebdcf">
Div here</div>
This div border color is #bebdcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,189,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebdcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebdcf; -webkit-box-shadow: 1px 1px 3px 2px #bebdcf; box-shadow: 1px 1px 3px 2px #bebdcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,189,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebdcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebdcf; -webkit-box-shadow: 1px 1px 3px 2px #bebdcf; box-shadow: 1px 1px 3px 2px #bebdcf;">
Div content here</div>
This div box has shadow with color #bebdcf
Comments
No comments written yet.
Please login to write comment.