Color Hex Logo

#bdbbae Color Hex

#BDBBAE
(189,187,174)
0 Favorites   0 Comments

Color spaces of #bdbbae

RGB 189187174
HSL0.140.100.71
HSV52°74°
CMYK 0.000.010.08   0.26
XYZ46.396649.415547.1372
Yxy49.41550.32460.3457
Hunter Lab70.2962-5.20549.4503
CIE-Lab75.7091-1.60946.8218

#bdbbae color RGB value is (189,187,174).

#bdbbae hex color red value is 189, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bdbbae hue: 0.14 , saturation: 0.10 and the lightness value of bdbbae is 0.71.

The process color (four color CMYK) of #bdbbae color hex is 0.00, 0.01, 0.08, 0.26. Web safe color of #bdbbae is #cccc99. Color #bdbbae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 10101110
Octal 275 273 256
Decimal 189 187 174
Hex BD BB AE

RGB Percentages of Color #bdbbae

%34.36
%34.00
%31.64

CMYK Percentages of Color #bdbbae

%0
%1
%8
%26

Triadic Colors of #bdbbae

#bdbbae #aebdbb #bbaebd

Analogous Colors of #bdbbae

#bdbbae #b8bdae #bdb4ae

Monochromatic Colors of #bdbbae

#bdbbae

Complementary Color

#bdbbae #aeb0bd

#bdbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbae Color CSS Codes

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

#bdbbae Text Font Color

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

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


#bdbbae Background Color

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

This div background color is #bdbbae


#bdbbae Border Color

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

This div border color is #bdbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbae


Comments

No comments written yet.

Please login to write comment.