Color Hex Logo

#bbdbbd Color Hex

#BBDBBD
(187,219,189)
0 Favorites   0 Comments

Color spaces of #bbdbbd

RGB 187219189
HSL0.340.310.80
HSV124°15°86°
CMYK 0.150.000.14   0.14
XYZ55.010364.902057.7721
Yxy64.90200.30960.3653
Hunter Lab80.5618-19.097313.8755
CIE-Lab84.4332-16.219311.2473

#bbdbbd color RGB value is (187,219,189).

#bbdbbd hex color red value is 187, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bbdbbd hue: 0.34 , saturation: 0.31 and the lightness value of bbdbbd is 0.80.

The process color (four color CMYK) of #bbdbbd color hex is 0.15, 0.00, 0.14, 0.14. Web safe color of #bbdbbd is #cccccc. Color #bbdbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 10111101
Octal 273 333 275
Decimal 187 219 189
Hex BB DB BD

RGB Percentages of Color #bbdbbd

%31.43
%36.81
%31.76

CMYK Percentages of Color #bbdbbd

%15
%0
%14
%14

Triadic Colors of #bbdbbd

#bbdbbd #bdbbdb #dbbdbb

Analogous Colors of #bbdbbd

#bbdbbd #bbdbcd #c9dbbb

Monochromatic Colors of #bbdbbd

#bbdbbd

Complementary Color

#bbdbbd #dbbbd9

#bbdbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbbd Color CSS Codes

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

#bbdbbd Text Font Color

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

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


#bbdbbd Background Color

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

This div background color is #bbdbbd


#bbdbbd Border Color

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

This div border color is #bbdbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbbd


Comments

No comments written yet.

Please login to write comment.