Color Hex Logo

#bbd9bf Color Hex

#BBD9BF
(187,217,191)
0 Favorites   0 Comments

Color spaces of #bbd9bf

RGB 187217191
HSL0.360.280.79
HSV128°14°85°
CMYK 0.140.000.12   0.15
XYZ54.710363.952158.7507
Yxy63.95210.30840.3605
Hunter Lab79.9701-17.829512.4211
CIE-Lab83.9408-14.85589.4893

#bbd9bf color RGB value is (187,217,191).

#bbd9bf hex color red value is 187, green value is 217 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bbd9bf hue: 0.36 , saturation: 0.28 and the lightness value of bbd9bf is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011001 10111111
Octal 273 331 277
Decimal 187 217 191
Hex BB D9 BF

RGB Percentages of Color #bbd9bf

%31.43
%36.47
%32.10

CMYK Percentages of Color #bbd9bf

%14
%0
%12
%15

Triadic Colors of #bbd9bf

#bbd9bf #bfbbd9 #d9bfbb

Analogous Colors of #bbd9bf

#bbd9bf #bbd9ce #c6d9bb

Monochromatic Colors of #bbd9bf

#bbd9bf

Complementary Color

#bbd9bf #d9bbd5

#bbd9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd9bf Color CSS Codes

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

#bbd9bf Text Font Color

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

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


#bbd9bf Background Color

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

This div background color is #bbd9bf


#bbd9bf Border Color

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

This div border color is #bbd9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd9bf


Comments

No comments written yet.

Please login to write comment.