Color spaces of #bf9fbe
RGB | 191 | 159 | 190 |
---|---|---|---|
HSL | 0.84 | 0.20 | 0.69 |
HSV | 302° | 17° | 75° |
CMYK | 0.00 | 0.17 | 0.01 0.25 |
XYZ | 43.1783 | 39.5903 | 54.0812 |
Yxy | 39.5903 | 0.3155 | 0.2893 |
Hunter Lab | 62.9208 | 12.3810 | -6.9159 |
CIE-Lab | 69.1767 | 17.2256 | -11.5327 |
#bf9fbe color RGB value is (191,159,190).
#bf9fbe hex color red value is 191, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bf9fbe hue: 0.84 , saturation: 0.20 and the lightness value of bf9fbe is 0.69.
The process color (four color CMYK) of #bf9fbe color hex is 0.00, 0.17, 0.01, 0.25. Web safe color of #bf9fbe is #cc99cc. Color #bf9fbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10011111 | 10111110 |
Octal | 277 | 237 | 276 |
Decimal | 191 | 159 | 190 |
Hex | BF | 9F | BE |
Shades of #bf9fbe
Tints of #bf9fbe
RGB Percentages of Color #bf9fbe
CMYK Percentages of Color #bf9fbe
Complementary Color
#bf9fbe | #9fbfa0 |
#bf9fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf9fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf9fbe Color CSS Codes
.mybgcolor {background-color:#bf9fbe; } .myforecolor {color:#bf9fbe; } .mybordercolor {border:3px solid #bf9fbe; }
#bf9fbe Text Font Color
<p style="color:#bf9fbe">Text here</p>
This sample text font color is #bf9fbe
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.
#bf9fbe Background Color
<div style="background-color:#bf9fbe">
Div content here</div>
This div background color is #bf9fbe
#bf9fbe Border Color
<div style="border:3px solid #bf9fbe">
Div here</div>
This div border color is #bf9fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,159,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf9fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf9fbe; -webkit-box-shadow: 1px 1px 3px 2px #bf9fbe; box-shadow: 1px 1px 3px 2px #bf9fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,159,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf9fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf9fbe; -webkit-box-shadow: 1px 1px 3px 2px #bf9fbe; box-shadow: 1px 1px 3px 2px #bf9fbe;">
Div content here</div>
This div box has shadow with color #bf9fbe
Comments
No comments written yet.
Please login to write comment.