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