Color Hex Logo

#b4bdbe Color Hex

#B4BDBE
(180,189,190)
0 Favorites   0 Comments

Color spaces of #b4bdbe

RGB 180189190
HSL0.520.070.73
HSV186°75°
CMYK 0.050.010.00   0.25
XYZ46.314349.816255.8897
Yxy49.81620.30470.3277
Hunter Lab70.5806-6.38612.4572
CIE-Lab75.9563-2.9079-1.5900

#b4bdbe color RGB value is (180,189,190).

#b4bdbe hex color red value is 180, green value is 189 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b4bdbe hue: 0.52 , saturation: 0.07 and the lightness value of b4bdbe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111101 10111110
Octal 264 275 276
Decimal 180 189 190
Hex B4 BD BE

RGB Percentages of Color #b4bdbe

%32.20
%33.81
%33.99

CMYK Percentages of Color #b4bdbe

%5
%1
%0
%25

Triadic Colors of #b4bdbe

#b4bdbe #beb4bd #bdbeb4

Analogous Colors of #b4bdbe

#b4bdbe #b4b8be #b4beba

Monochromatic Colors of #b4bdbe

#b4bdbe

Complementary Color

#b4bdbe #beb5b4

#b4bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bdbe Color CSS Codes

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

#b4bdbe Text Font Color

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

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


#b4bdbe Background Color

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

This div background color is #b4bdbe


#b4bdbe Border Color

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

This div border color is #b4bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bdbe


Comments

No comments written yet.

Please login to write comment.