Color spaces of #bfbdcd
RGB | 191 | 189 | 205 |
---|---|---|---|
HSL | 0.69 | 0.14 | 0.77 |
HSV | 248° | 8° | 80° |
CMYK | 0.07 | 0.08 | 0.00 0.20 |
XYZ | 50.7029 | 51.8793 | 65.0990 |
Yxy | 51.8793 | 0.3024 | 0.3094 |
Hunter Lab | 72.0273 | -0.3944 | -3.1678 |
CIE-Lab | 77.2086 | 3.7487 | -7.7832 |
#bfbdcd color RGB value is (191,189,205).
#bfbdcd hex color red value is 191, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bfbdcd hue: 0.69 , saturation: 0.14 and the lightness value of bfbdcd is 0.77.
The process color (four color CMYK) of #bfbdcd color hex is 0.07, 0.08, 0.00, 0.20. Web safe color of #bfbdcd is #cccccc. Color #bfbdcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111101 | 11001101 |
Octal | 277 | 275 | 315 |
Decimal | 191 | 189 | 205 |
Hex | BF | BD | CD |
Shades of #bfbdcd
Tints of #bfbdcd
RGB Percentages of Color #bfbdcd
CMYK Percentages of Color #bfbdcd
Complementary Color
#bfbdcd | #cbcdbd |
#bfbdcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbdcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbdcd Color CSS Codes
.mybgcolor {background-color:#bfbdcd; } .myforecolor {color:#bfbdcd; } .mybordercolor {border:3px solid #bfbdcd; }
#bfbdcd Text Font Color
<p style="color:#bfbdcd">Text here</p>
This sample text font color is #bfbdcd
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.
#bfbdcd Background Color
<div style="background-color:#bfbdcd">
Div content here</div>
This div background color is #bfbdcd
#bfbdcd Border Color
<div style="border:3px solid #bfbdcd">
Div here</div>
This div border color is #bfbdcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,189,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbdcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbdcd; -webkit-box-shadow: 1px 1px 3px 2px #bfbdcd; box-shadow: 1px 1px 3px 2px #bfbdcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,189,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbdcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbdcd; -webkit-box-shadow: 1px 1px 3px 2px #bfbdcd; box-shadow: 1px 1px 3px 2px #bfbdcd;">
Div content here</div>
This div box has shadow with color #bfbdcd
Comments
No comments written yet.
Please login to write comment.