Color Hex Logo

#bbbfbc Color Hex

#BBBFBC
(187,191,188)
0 Favorites   0 Comments

Color spaces of #bbbfbc

RGB 187191188
HSL0.380.030.74
HSV135°75°
CMYK 0.020.000.02   0.25
XYZ48.201451.457254.9687
Yxy51.45720.31170.3328
Hunter Lab71.7337-5.59104.7803
CIE-Lab76.9551-1.94041.0166

#bbbfbc color RGB value is (187,191,188).

#bbbfbc hex color red value is 187, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bbbfbc hue: 0.38 , saturation: 0.03 and the lightness value of bbbfbc is 0.74.

The process color (four color CMYK) of #bbbfbc color hex is 0.02, 0.00, 0.02, 0.25. Web safe color of #bbbfbc is #cccccc. Color #bbbfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 10111100
Octal 273 277 274
Decimal 187 191 188
Hex BB BF BC

RGB Percentages of Color #bbbfbc

%33.04
%33.75
%33.22

CMYK Percentages of Color #bbbfbc

%2
%0
%2
%25

Triadic Colors of #bbbfbc

#bbbfbc #bcbbbf #bfbcbb

Analogous Colors of #bbbfbc

#bbbfbc #bbbfbe #bcbfbb

Monochromatic Colors of #bbbfbc

#bbbfbc

Complementary Color

#bbbfbc #bfbbbe

#bbbfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfbc Color CSS Codes

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

#bbbfbc Text Font Color

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

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


#bbbfbc Background Color

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

This div background color is #bbbfbc


#bbbfbc Border Color

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

This div border color is #bbbfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfbc

#bbbfbc Color Palettes


Comments

No comments written yet.

Please login to write comment.