Color Hex Logo

#b2a2bd Color Hex

#B2A2BD
(178,162,189)
0 Favorites   0 Comments

Color spaces of #b2a2bd

RGB 178162189
HSL0.770.170.69
HSV276°14°74°
CMYK 0.060.140.00   0.26
XYZ40.465738.979853.5352
Yxy38.97980.30430.2931
Hunter Lab62.43386.4334-7.1358
CIE-Lab68.736610.8988-11.7567

#b2a2bd color RGB value is (178,162,189).

#b2a2bd hex color red value is 178, green value is 162 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b2a2bd hue: 0.77 , saturation: 0.17 and the lightness value of b2a2bd is 0.69.

The process color (four color CMYK) of #b2a2bd color hex is 0.06, 0.14, 0.00, 0.26. Web safe color of #b2a2bd is #9999cc. Color #b2a2bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100010 10111101
Octal 262 242 275
Decimal 178 162 189
Hex B2 A2 BD

RGB Percentages of Color #b2a2bd

%33.65
%30.62
%35.73

CMYK Percentages of Color #b2a2bd

%6
%14
%0
%26

Triadic Colors of #b2a2bd

#b2a2bd #bdb2a2 #a2bdb2

Analogous Colors of #b2a2bd

#b2a2bd #bda2bb #a5a2bd

Monochromatic Colors of #b2a2bd

#b2a2bd

Complementary Color

#b2a2bd #adbda2

#b2a2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a2bd Color CSS Codes

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

#b2a2bd Text Font Color

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

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


#b2a2bd Background Color

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

This div background color is #b2a2bd


#b2a2bd Border Color

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

This div border color is #b2a2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a2bd


Comments

No comments written yet.

Please login to write comment.