Color spaces of #bfc6af
RGB | 191 | 198 | 175 |
---|---|---|---|
HSL | 0.22 | 0.17 | 0.73 |
HSV | 78° | 12° | 78° |
CMYK | 0.04 | 0.00 | 0.12 0.22 |
XYZ | 49.4178 | 54.5597 | 48.4839 |
Yxy | 54.5597 | 0.3241 | 0.3579 |
Hunter Lab | 73.8645 | -9.8406 | 12.7878 |
CIE-Lab | 78.7870 | -6.5100 | 10.7012 |
#bfc6af color RGB value is (191,198,175).
#bfc6af hex color red value is 191, green value is 198 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bfc6af hue: 0.22 , saturation: 0.17 and the lightness value of bfc6af is 0.73.
The process color (four color CMYK) of #bfc6af color hex is 0.04, 0.00, 0.12, 0.22. Web safe color of #bfc6af is #cccc99. Color #bfc6af contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11000110 | 10101111 |
Octal | 277 | 306 | 257 |
Decimal | 191 | 198 | 175 |
Hex | BF | C6 | AF |
Shades of #bfc6af
Tints of #bfc6af
RGB Percentages of Color #bfc6af
CMYK Percentages of Color #bfc6af
Complementary Color
#bfc6af | #b6afc6 |
#bfc6af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfc6af Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfc6af Color CSS Codes
.mybgcolor {background-color:#bfc6af; } .myforecolor {color:#bfc6af; } .mybordercolor {border:3px solid #bfc6af; }
#bfc6af Text Font Color
<p style="color:#bfc6af">Text here</p>
This sample text font color is #bfc6af
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.
#bfc6af Background Color
<div style="background-color:#bfc6af">
Div content here</div>
This div background color is #bfc6af
#bfc6af Border Color
<div style="border:3px solid #bfc6af">
Div here</div>
This div border color is #bfc6af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,198,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfc6af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfc6af; -webkit-box-shadow: 1px 1px 3px 2px #bfc6af; box-shadow: 1px 1px 3px 2px #bfc6af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,198,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfc6af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfc6af; -webkit-box-shadow: 1px 1px 3px 2px #bfc6af; box-shadow: 1px 1px 3px 2px #bfc6af;">
Div content here</div>
This div box has shadow with color #bfc6af
Comments
No comments written yet.
Please login to write comment.