Color Hex Logo

#bdbebe Color Hex

#BDBEBE
(189,190,190)
1 Favorites   0 Comments

Color spaces of #bdbebe

RGB 189190190
HSL0.500.010.74
HSV180°75°
CMYK 0.010.000.00   0.25
XYZ48.694051.363456.0629
Yxy51.36340.31190.3290
Hunter Lab71.6683-4.14013.7879
CIE-Lab76.8986-0.3431-0.1306

#bdbebe color RGB value is (189,190,190).

#bdbebe hex color red value is 189, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bdbebe hue: 0.50 , saturation: 0.01 and the lightness value of bdbebe is 0.74.

The process color (four color CMYK) of #bdbebe color hex is 0.01, 0.00, 0.00, 0.25. Web safe color of #bdbebe is #cccccc. Color #bdbebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10111110
Octal 275 276 276
Decimal 189 190 190
Hex BD BE BE

RGB Percentages of Color #bdbebe

%33.22
%33.39
%33.39

CMYK Percentages of Color #bdbebe

%1
%0
%0
%25

Triadic Colors of #bdbebe

#bdbebe #bebdbe #bebebd

Monochromatic Colors of #bdbebe

#bdbebe

Complementary Color

#bdbebe #bebdbd

#bdbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbebe Color CSS Codes

.mybgcolor {background-color:#bdbebe; } 
.myforecolor {color:#bdbebe; }
.mybordercolor {border:3px solid #bdbebe; }

#bdbebe Text Font Color

<p style="color:#bdbebe">Text here</p>

This sample text font color is #bdbebe
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.


#bdbebe Background Color

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

This div background color is #bdbebe


#bdbebe Border Color

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

This div border color is #bdbebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,190,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdbebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdbebe;
  -webkit-box-shadow: 1px 1px 3px 2px #bdbebe;
  box-shadow:         1px 1px 3px 2px #bdbebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbebe;
  -webkit-box-shadow: 1px 1px 3px 2px #bdbebe;
  box-shadow:         1px 1px 3px 2px #bdbebe;">
Div content here</div>

This div box has shadow with color #bdbebe


Comments

No comments written yet.

Please login to write comment.