Color Hex Logo

#bbadbd Color Hex

#BBADBD
(187,173,189)
0 Favorites   0 Comments

Color spaces of #bbadbd

RGB 187173189
HSL0.810.110.71
HSV293°74°
CMYK 0.010.080.00   0.26
XYZ44.622444.126154.3094
Yxy44.12610.31190.3084
Hunter Lab66.42753.6586-1.9747
CIE-Lab72.31277.9466-6.3483

#bbadbd color RGB value is (187,173,189).

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

The process color (four color CMYK) of #bbadbd color hex is 0.01, 0.08, 0.00, 0.26. Web safe color of #bbadbd is #cc99cc. Color #bbadbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10111101
Octal 273 255 275
Decimal 187 173 189
Hex BB AD BD

RGB Percentages of Color #bbadbd

%34.06
%31.51
%34.43

CMYK Percentages of Color #bbadbd

%1
%8
%0
%26

Triadic Colors of #bbadbd

#bbadbd #bdbbad #adbdbb

Analogous Colors of #bbadbd

#bbadbd #bdadb7 #b3adbd

Monochromatic Colors of #bbadbd

#bbadbd

Complementary Color

#bbadbd #afbdad

#bbadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadbd Color CSS Codes

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

#bbadbd Text Font Color

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

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


#bbadbd Background Color

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

This div background color is #bbadbd


#bbadbd Border Color

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

This div border color is #bbadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadbd


Comments

No comments written yet.

Please login to write comment.