Color Hex Logo

#bbd3bd Color Hex

#BBD3BD
(187,211,189)
0 Favorites   0 Comments

Color spaces of #bbd3bd

RGB 187211189
HSL0.350.210.78
HSV125°11°83°
CMYK 0.110.000.10   0.17
XYZ52.973160.827457.0930
Yxy60.82740.31000.3559
Hunter Lab77.9919-15.246411.1919
CIE-Lab82.2859-12.17208.1820

#bbd3bd color RGB value is (187,211,189).

#bbd3bd hex color red value is 187, green value is 211 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bbd3bd hue: 0.35 , saturation: 0.21 and the lightness value of bbd3bd is 0.78.

The process color (four color CMYK) of #bbd3bd color hex is 0.11, 0.00, 0.10, 0.17. Web safe color of #bbd3bd is #cccccc. Color #bbd3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 10111101
Octal 273 323 275
Decimal 187 211 189
Hex BB D3 BD

RGB Percentages of Color #bbd3bd

%31.86
%35.95
%32.20

CMYK Percentages of Color #bbd3bd

%11
%0
%10
%17

Triadic Colors of #bbd3bd

#bbd3bd #bdbbd3 #d3bdbb

Analogous Colors of #bbd3bd

#bbd3bd #bbd3c9 #c5d3bb

Monochromatic Colors of #bbd3bd

#bbd3bd

Complementary Color

#bbd3bd #d3bbd1

#bbd3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd3bd Color CSS Codes

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

#bbd3bd Text Font Color

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

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


#bbd3bd Background Color

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

This div background color is #bbd3bd


#bbd3bd Border Color

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

This div border color is #bbd3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd3bd


Comments

No comments written yet.

Please login to write comment.