Color Hex Logo

#b6bcab Color Hex

#B6BCAB
(182,188,171)
0 Favorites   0 Comments

Color spaces of #b6bcab

RGB 182188171
HSL0.230.110.70
HSV81°74°
CMYK 0.030.000.09   0.26
XYZ44.625348.851845.6054
Yxy48.85180.32090.3512
Hunter Lab69.8941-8.347610.2395
CIE-Lab75.3590-5.17577.8752

#b6bcab color RGB value is (182,188,171).

#b6bcab hex color red value is 182, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b6bcab hue: 0.23 , saturation: 0.11 and the lightness value of b6bcab is 0.70.

The process color (four color CMYK) of #b6bcab color hex is 0.03, 0.00, 0.09, 0.26. Web safe color of #b6bcab is #cccc99. Color #b6bcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111100 10101011
Octal 266 274 253
Decimal 182 188 171
Hex B6 BC AB

RGB Percentages of Color #b6bcab

%33.64
%34.75
%31.61

CMYK Percentages of Color #b6bcab

%3
%0
%9
%26

Triadic Colors of #b6bcab

#b6bcab #abb6bc #bcabb6

Analogous Colors of #b6bcab

#b6bcab #aebcab #bcbaab

Monochromatic Colors of #b6bcab

#b6bcab

Complementary Color

#b6bcab #b1abbc

#b6bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bcab Color CSS Codes

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

#b6bcab Text Font Color

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

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


#b6bcab Background Color

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

This div background color is #b6bcab


#b6bcab Border Color

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

This div border color is #b6bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bcab


Comments

No comments written yet.

Please login to write comment.