Color Hex Logo

#bbadbb Color Hex

#BBADBB
(187,173,187)
0 Favorites   0 Comments

Color spaces of #bbadbb

RGB 187173187
HSL0.830.090.71
HSV300°73°
CMYK 0.000.070.00   0.27
XYZ44.406744.039853.1738
Yxy44.03980.31360.3110
Hunter Lab66.36253.3096-1.0531
CIE-Lab72.25517.5678-5.3343

#bbadbb color RGB value is (187,173,187).

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

The process color (four color CMYK) of #bbadbb color hex is 0.00, 0.07, 0.00, 0.27. Web safe color of #bbadbb is #cc99cc. Color #bbadbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10111011
Octal 273 255 273
Decimal 187 173 187
Hex BB AD BB

RGB Percentages of Color #bbadbb

%34.19
%31.63
%34.19

CMYK Percentages of Color #bbadbb

%0
%7
%0
%27

Triadic Colors of #bbadbb

#bbadbb #bbbbad #adbbbb

Analogous Colors of #bbadbb

#bbadbb #bbadb4 #b4adbb

Monochromatic Colors of #bbadbb

#bbadbb

Complementary Color

#bbadbb #adbbad

#bbadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadbb Color CSS Codes

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

#bbadbb Text Font Color

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

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


#bbadbb Background Color

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

This div background color is #bbadbb


#bbadbb Border Color

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

This div border color is #bbadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadbb


Comments

No comments written yet.

Please login to write comment.