Color Hex Logo

#b0a9bd Color Hex

#B0A9BD
(176,169,189)
0 Favorites   0 Comments

Color spaces of #b0a9bd

RGB 176169189
HSL0.730.130.70
HSV261°11°74°
CMYK 0.070.110.00   0.26
XYZ41.277841.280253.9364
Yxy41.28020.30240.3024
Hunter Lab64.24972.2421-4.7981
CIE-Lab70.37186.3503-9.3308

#b0a9bd color RGB value is (176,169,189).

#b0a9bd hex color red value is 176, green value is 169 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b0a9bd hue: 0.73 , saturation: 0.13 and the lightness value of b0a9bd is 0.70.

The process color (four color CMYK) of #b0a9bd color hex is 0.07, 0.11, 0.00, 0.26. Web safe color of #b0a9bd is #9999cc. Color #b0a9bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101001 10111101
Octal 260 251 275
Decimal 176 169 189
Hex B0 A9 BD

RGB Percentages of Color #b0a9bd

%32.96
%31.65
%35.39

CMYK Percentages of Color #b0a9bd

%7
%11
%0
%26

Triadic Colors of #b0a9bd

#b0a9bd #bdb0a9 #a9bdb0

Analogous Colors of #b0a9bd

#b0a9bd #baa9bd #a9acbd

Monochromatic Colors of #b0a9bd

#b0a9bd

Complementary Color

#b0a9bd #b6bda9

#b0a9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0a9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0a9bd Color CSS Codes

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

#b0a9bd Text Font Color

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

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


#b0a9bd Background Color

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

This div background color is #b0a9bd


#b0a9bd Border Color

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

This div border color is #b0a9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0a9bd


Comments

No comments written yet.

Please login to write comment.