Color Hex Logo

#bbbda2 Color Hex

#BBBDA2
(187,189,162)
0 Favorites   0 Comments

Color spaces of #bbbda2

RGB 187189162
HSL0.180.170.69
HSV64°14°74°
CMYK 0.010.000.14   0.26
XYZ45.212749.568641.3672
Yxy49.56860.33210.3641
Hunter Lab70.4050-8.579514.4470
CIE-Lab75.8037-5.394713.4289

#bbbda2 color RGB value is (187,189,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 10100010
Octal 273 275 242
Decimal 187 189 162
Hex BB BD A2

RGB Percentages of Color #bbbda2

%34.76
%35.13
%30.11

CMYK Percentages of Color #bbbda2

%1
%0
%14
%26

Triadic Colors of #bbbda2

#bbbda2 #a2bbbd #bda2bb

Analogous Colors of #bbbda2

#bbbda2 #aebda2 #bdb2a2

Monochromatic Colors of #bbbda2

#bbbda2

Complementary Color

#bbbda2 #a4a2bd

#bbbda2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbda2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbda2 Color CSS Codes

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

#bbbda2 Text Font Color

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

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


#bbbda2 Background Color

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

This div background color is #bbbda2


#bbbda2 Border Color

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

This div border color is #bbbda2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbda2


Comments

No comments written yet.

Please login to write comment.