Color Hex Logo

#bdbebc Color Hex

#BDBEBC
(189,190,188)
0 Favorites   0 Comments

Color spaces of #bdbebc

RGB 189190188
HSL0.250.020.74
HSV90°75°
CMYK 0.010.000.01   0.25
XYZ48.476851.276654.9193
Yxy51.27660.31340.3315
Hunter Lab71.6077-4.47294.6531
CIE-Lab76.8463-0.71310.8766

#bdbebc color RGB value is (189,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10111100
Octal 275 276 274
Decimal 189 190 188
Hex BD BE BC

RGB Percentages of Color #bdbebc

%33.33
%33.51
%33.16

CMYK Percentages of Color #bdbebc

%1
%0
%1
%25

Triadic Colors of #bdbebc

#bdbebc #bcbdbe #bebcbd

Analogous Colors of #bdbebc

#bdbebc #bcbebc #bebebc

Monochromatic Colors of #bdbebc

#bdbebc

Complementary Color

#bdbebc #bdbcbe

#bdbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbebc Color CSS Codes

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

#bdbebc Text Font Color

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

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


#bdbebc Background Color

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

This div background color is #bdbebc


#bdbebc Border Color

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

This div border color is #bdbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbebc

#bdbebc Color Palettes


Comments

No comments written yet.

Please login to write comment.