#bdbdbd color RGB value is (11, 219, 219).
#bdbdbd hex color red value is 11, green value is 219, and blue value is 219.
Cylindrical-coordinate representations (HSL) of color #bdbdbd
hue: 180,
saturation: 0.9 and lightness: 0.45.
The process color (four-color CMYK) of #bdbdbd color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bdbdbd is #ff9999. Color #bdbdbd contains mainly RED.
| Color spaces of #bdbdbd | Value |
|---|---|
| RGB | 189, 189, 189 |
| HSL | 0, 0, 0.74 |
| HSV | 0°, 0°, 74° |
| XYZ | 48.37, 50.89, 55.41 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111101 | 10111101 | 10111101 |
| Octal | 275 | 275 | 275 |
| Decimal | 189 | 189 | 189 |
| Hex | BD | BD | BD |
Shades of #bdbdbd
Tints of #bdbdbd
.mybgColor {background-color: #bdbdbd;}
.myforeColor {color: #bdbdbd;}
.myborderColor {border:3px solid #bdbdbd;}
<p style="color:#bdbdbd">Text here</p>
This sample text is styled with the font color #bdbdbd. 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:#bdbdbd">Div content here</div>
<div style="border:3px solid #bdbdbd">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(189, 189, 189, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #bdbdbd; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #bdbdbd;
-webkit-box-shadow: 1px 1px 3px #bdbdbd;
box-shadow: 1px 1px 3px #bdbdbd; }
<p style="text-shadow: 4px 4px 2px rgba(189, 189, 189, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #bdbdbd;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #bdbdbd;
-webkit-box-shadow: 1px 1px 3px #bdbdbd;
box-shadow: 1px 1px 3px #bdbdbd;">Div content here</div>
