Color Hex Logo

#b6bacd Color Hex

#B6BACD
(182,186,205)
0 Favorites   0 Comments

Color spaces of #b6bacd

RGB 182186205
HSL0.640.190.76
HSV230°11°80°
CMYK 0.110.090.00   0.20
XYZ47.869849.470764.7834
Yxy49.47070.29530.3051
Hunter Lab70.3354-1.6011-5.3751
CIE-Lab75.74322.3669-10.0370

#b6bacd color RGB value is (182,186,205).

#b6bacd hex color red value is 182, green value is 186 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b6bacd hue: 0.64 , saturation: 0.19 and the lightness value of b6bacd is 0.76.

The process color (four color CMYK) of #b6bacd color hex is 0.11, 0.09, 0.00, 0.20. Web safe color of #b6bacd is #cccccc. Color #b6bacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 11001101
Octal 266 272 315
Decimal 182 186 205
Hex B6 BA CD

RGB Percentages of Color #b6bacd

%31.76
%32.46
%35.78

CMYK Percentages of Color #b6bacd

%11
%9
%0
%20

Triadic Colors of #b6bacd

#b6bacd #cdb6ba #bacdb6

Analogous Colors of #b6bacd

#b6bacd #beb6cd #b6c6cd

Monochromatic Colors of #b6bacd

#b6bacd

Complementary Color

#b6bacd #cdc9b6

#b6bacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bacd Color CSS Codes

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

#b6bacd Text Font Color

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

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


#b6bacd Background Color

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

This div background color is #b6bacd


#b6bacd Border Color

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

This div border color is #b6bacd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,186,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6bacd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6bacd;
  -webkit-box-shadow: 1px 1px 3px 2px #b6bacd;
  box-shadow:         1px 1px 3px 2px #b6bacd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,186,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bacd


Comments

No comments written yet.

Please login to write comment.