color details

Color Details
#bdbdbe Color Hex

#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
Color spaces of #bdbdbeValue
RGB189, 189, 190
HSL0.67, 0.01, 0.74
HSV240°, 1°, 75°
XYZ48.48, 50.93, 55.98
Base Numbers
Base Red Green Blue
Binary 10111101 10111101 10111110
Octal 275 275 276
Decimal 189 189 190
Hex BD BD BE

RGB Percentages for Color #bdbdbe

33.27%
33.27%
33.45%

CMYK Percentages of the Color #bdbdbe

0.53%
0.53%
25.49%
CSS Codes for Color #bdbdbe
.mybgColor {background-color: #bdbdbe;}
.myforeColor {color: #bdbdbe;}
.myborderColor {border:3px solid #bdbdbe;}
Text Font Color #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,

Background Color #bdbdbe

<div style="background-color:#bdbdbe">Div content here</div>

The background color of this div is #bdbdbe
Border Color #bdbdbe

<div style="border:3px solid #bdbdbe">Div here</div>

The border color of this div is #bdbdbe
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189, 189, 190, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #bdbdbe;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #bdbdbe

Scroll to Top