Color spaces of #bfbec5
RGB | 191 | 190 | 197 |
---|---|---|---|
HSL | 0.69 | 0.06 | 0.76 |
HSV | 249° | 4° | 77° |
CMYK | 0.03 | 0.04 | 0.00 0.23 |
XYZ | 49.9774 | 51.9345 | 60.2136 |
Yxy | 51.9345 | 0.3083 | 0.3203 |
Hunter Lab | 72.0656 | -2.3253 | 0.9068 |
CIE-Lab | 77.2417 | 1.6628 | -3.4014 |
#bfbec5 color RGB value is (191,190,197).
#bfbec5 hex color red value is 191, green value is 190 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bfbec5 hue: 0.69 , saturation: 0.06 and the lightness value of bfbec5 is 0.76.
The process color (four color CMYK) of #bfbec5 color hex is 0.03, 0.04, 0.00, 0.23. Web safe color of #bfbec5 is #cccccc. Color #bfbec5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111110 | 11000101 |
Octal | 277 | 276 | 305 |
Decimal | 191 | 190 | 197 |
Hex | BF | BE | C5 |
Shades of #bfbec5
Tints of #bfbec5
RGB Percentages of Color #bfbec5
CMYK Percentages of Color #bfbec5
Complementary Color
#bfbec5 | #c4c5be |
#bfbec5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbec5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbec5 Color CSS Codes
.mybgcolor {background-color:#bfbec5; } .myforecolor {color:#bfbec5; } .mybordercolor {border:3px solid #bfbec5; }
#bfbec5 Text Font Color
<p style="color:#bfbec5">Text here</p>
This sample text font color is #bfbec5
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.
#bfbec5 Background Color
<div style="background-color:#bfbec5">
Div content here</div>
This div background color is #bfbec5
#bfbec5 Border Color
<div style="border:3px solid #bfbec5">
Div here</div>
This div border color is #bfbec5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,190,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbec5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbec5; -webkit-box-shadow: 1px 1px 3px 2px #bfbec5; box-shadow: 1px 1px 3px 2px #bfbec5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,190,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbec5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbec5; -webkit-box-shadow: 1px 1px 3px 2px #bfbec5; box-shadow: 1px 1px 3px 2px #bfbec5;">
Div content here</div>
This div box has shadow with color #bfbec5
Comments
No comments written yet.
Please login to write comment.