Color Hex Logo

#bdb9bc Color Hex

#BDB9BC
(189,185,188)
0 Favorites   0 Comments

Color spaces of #bdb9bc

RGB 189185188
HSL0.880.030.73
HSV315°74°
CMYK 0.000.020.01   0.26
XYZ47.412349.147654.5645
Yxy49.14760.31370.3252
Hunter Lab70.1053-1.96472.9271
CIE-Lab75.54311.9583-1.0267

#bdb9bc color RGB value is (189,185,188).

#bdb9bc hex color red value is 189, green value is 185 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bdb9bc hue: 0.88 , saturation: 0.03 and the lightness value of bdb9bc is 0.73.

The process color (four color CMYK) of #bdb9bc color hex is 0.00, 0.02, 0.01, 0.26. Web safe color of #bdb9bc is #cccccc. Color #bdb9bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 10111100
Octal 275 271 274
Decimal 189 185 188
Hex BD B9 BC

RGB Percentages of Color #bdb9bc

%33.63
%32.92
%33.45

CMYK Percentages of Color #bdb9bc

%0
%2
%1
%26

Triadic Colors of #bdb9bc

#bdb9bc #bcbdb9 #b9bcbd

Analogous Colors of #bdb9bc

#bdb9bc #bdb9ba #bcb9bd

Monochromatic Colors of #bdb9bc

#bdb9bc

Complementary Color

#bdb9bc #b9bdba

#bdb9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb9bc Color CSS Codes

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

#bdb9bc Text Font Color

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

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


#bdb9bc Background Color

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

This div background color is #bdb9bc


#bdb9bc Border Color

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

This div border color is #bdb9bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,185,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 #bdb9bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb9bc


Comments

No comments written yet.

Please login to write comment.