#bfb9ba color RGB value is (11, 251, 155).
#bfb9ba hex color red value is 11, green value is 251, and blue value is 155.
Cylindrical-coordinate representations (HSL) of color #bfb9ba
hue: 156,
saturation: 0.97 and lightness: 0.51.
The process color (four-color CMYK) of #bfb9ba color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bfb9ba is #ff9999. Color #bfb9ba contains mainly RED.
| Color spaces of #bfb9ba | Value |
|---|---|
| RGB | 191, 185, 186 |
| HSL | 0.97, 0.04, 0.74 |
| HSV | 350°, 3°, 75° |
| XYZ | 47.7, 49.32, 53.45 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111111 | 10111001 | 10111010 |
| Octal | 277 | 271 | 272 |
| Decimal | 191 | 185 | 186 |
| Hex | BF | B9 | BA |
Shades of #bfb9ba
Tints of #bfb9ba
.mybgColor {background-color: #bfb9ba;}
.myforeColor {color: #bfb9ba;}
.myborderColor {border:3px solid #bfb9ba;}
<p style="color:#bfb9ba">Text here</p>
This sample text is styled with the font color #bfb9ba. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#bfb9ba">Div content here</div>
<div style="border:3px solid #bfb9ba">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(191, 185, 186, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #bfb9ba; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #bfb9ba;
-webkit-box-shadow: 1px 1px 3px #bfb9ba;
box-shadow: 1px 1px 3px #bfb9ba; }
<p style="text-shadow: 4px 4px 2px rgba(191, 185, 186, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #bfb9ba;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #bfb9ba;
-webkit-box-shadow: 1px 1px 3px #bfb9ba;
box-shadow: 1px 1px 3px #bfb9ba;">Div content here</div>
