Color Hex Logo

#bbbdac Color Hex

#BBBDAC
(187,189,172)
0 Favorites   0 Comments

Color spaces of #bbbdac

RGB 187189172
HSL0.190.110.71
HSV67°74°
CMYK 0.010.000.09   0.26
XYZ46.137549.938546.2371
Yxy49.93850.32420.3509
Hunter Lab70.6672-7.127710.6739
CIE-Lab76.0315-3.73338.3469

#bbbdac color RGB value is (187,189,172).

#bbbdac hex color red value is 187, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bbbdac hue: 0.19 , saturation: 0.11 and the lightness value of bbbdac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 10101100
Octal 273 275 254
Decimal 187 189 172
Hex BB BD AC

RGB Percentages of Color #bbbdac

%34.12
%34.49
%31.39

CMYK Percentages of Color #bbbdac

%1
%0
%9
%26

Triadic Colors of #bbbdac

#bbbdac #acbbbd #bdacbb

Analogous Colors of #bbbdac

#bbbdac #b3bdac #bdb7ac

Monochromatic Colors of #bbbdac

#bbbdac

Complementary Color

#bbbdac #aeacbd

#bbbdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdac Color CSS Codes

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

#bbbdac Text Font Color

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

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


#bbbdac Background Color

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

This div background color is #bbbdac


#bbbdac Border Color

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

This div border color is #bbbdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdac


Comments

No comments written yet.

Please login to write comment.