Color Hex Logo

#bbdbbf Color Hex

#BBDBBF
(187,219,191)
0 Favorites   0 Comments

Color spaces of #bbdbbf

RGB 187219191
HSL0.350.310.80
HSV128°15°86°
CMYK 0.150.000.13   0.14
XYZ55.229064.989458.9235
Yxy64.98940.30830.3628
Hunter Lab80.6160-18.789913.0952
CIE-Lab84.4783-15.862110.2565

#bbdbbf color RGB value is (187,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 10111111
Octal 273 333 277
Decimal 187 219 191
Hex BB DB BF

RGB Percentages of Color #bbdbbf

%31.32
%36.68
%31.99

CMYK Percentages of Color #bbdbbf

%15
%0
%13
%14

Triadic Colors of #bbdbbf

#bbdbbf #bfbbdb #dbbfbb

Analogous Colors of #bbdbbf

#bbdbbf #bbdbcf #c7dbbb

Monochromatic Colors of #bbdbbf

#bbdbbf

Complementary Color

#bbdbbf #dbbbd7

#bbdbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbbf Color CSS Codes

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

#bbdbbf Text Font Color

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

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


#bbdbbf Background Color

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

This div background color is #bbdbbf


#bbdbbf Border Color

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

This div border color is #bbdbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbbf


Comments

No comments written yet.

Please login to write comment.