Color Hex Logo

#bbc0be Color Hex

#BBC0BE
(187,192,190)
0 Favorites   0 Comments

Color spaces of #bbc0be

RGB 187192190
HSL0.430.040.74
HSV156°75°
CMYK 0.030.000.01   0.25
XYZ48.637451.981856.1852
Yxy51.98180.31020.3315
Hunter Lab72.0984-5.75664.2651
CIE-Lab77.2700-2.09870.3932

#bbc0be color RGB value is (187,192,190).

#bbc0be hex color red value is 187, green value is 192 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bbc0be hue: 0.43 , saturation: 0.04 and the lightness value of bbc0be is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 10111110
Octal 273 300 276
Decimal 187 192 190
Hex BB C0 BE

RGB Percentages of Color #bbc0be

%32.86
%33.74
%33.39

CMYK Percentages of Color #bbc0be

%3
%0
%1
%25

Triadic Colors of #bbc0be

#bbc0be #bebbc0 #c0bebb

Analogous Colors of #bbc0be

#bbc0be #bbc0c0 #bbc0bc

Monochromatic Colors of #bbc0be

#bbc0be

Complementary Color

#bbc0be #c0bbbd

#bbc0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc0be Color CSS Codes

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

#bbc0be Text Font Color

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

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


#bbc0be Background Color

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

This div background color is #bbc0be


#bbc0be Border Color

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

This div border color is #bbc0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc0be


Comments

No comments written yet.

Please login to write comment.