Color Hex Logo

#b6c6bd Color Hex

#B6C6BD
(182,198,189)
0 Favorites   0 Comments

Color spaces of #b6c6bd

RGB 182198189
HSL0.410.120.75
HSV146°78°
CMYK 0.080.000.05   0.22
XYZ48.670854.007456.0034
Yxy54.00740.30670.3404
Hunter Lab73.4897-10.39006.2604
CIE-Lab78.4660-7.16282.6286

#b6c6bd color RGB value is (182,198,189).

#b6c6bd hex color red value is 182, green value is 198 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b6c6bd hue: 0.41 , saturation: 0.12 and the lightness value of b6c6bd is 0.75.

The process color (four color CMYK) of #b6c6bd color hex is 0.08, 0.00, 0.05, 0.22. Web safe color of #b6c6bd is #cccccc. Color #b6c6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000110 10111101
Octal 266 306 275
Decimal 182 198 189
Hex B6 C6 BD

RGB Percentages of Color #b6c6bd

%31.99
%34.80
%33.22

CMYK Percentages of Color #b6c6bd

%8
%0
%5
%22

Triadic Colors of #b6c6bd

#b6c6bd #bdb6c6 #c6bdb6

Analogous Colors of #b6c6bd

#b6c6bd #b6c6c5 #b7c6b6

Monochromatic Colors of #b6c6bd

#b6c6bd

Complementary Color

#b6c6bd #c6b6bf

#b6c6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c6bd Color CSS Codes

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

#b6c6bd Text Font Color

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

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


#b6c6bd Background Color

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

This div background color is #b6c6bd


#b6c6bd Border Color

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

This div border color is #b6c6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c6bd

#b6c6bd Color Palettes


Comments

No comments written yet.

Please login to write comment.