Color Hex Logo

#bbc8be Color Hex

#BBC8BE
(187,200,190)
0 Favorites   0 Comments

Color spaces of #bbc8be

RGB 187200190
HSL0.370.110.76
HSV134°78°
CMYK 0.070.000.05   0.22
XYZ50.442155.591156.7868
Yxy55.59110.30980.3414
Hunter Lab74.5594-9.71757.0345
CIE-Lab79.3805-6.30963.4616

#bbc8be color RGB value is (187,200,190).

#bbc8be hex color red value is 187, green value is 200 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bbc8be hue: 0.37 , saturation: 0.11 and the lightness value of bbc8be is 0.76.

The process color (four color CMYK) of #bbc8be color hex is 0.07, 0.00, 0.05, 0.22. Web safe color of #bbc8be is #cccccc. Color #bbc8be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 10111110
Octal 273 310 276
Decimal 187 200 190
Hex BB C8 BE

RGB Percentages of Color #bbc8be

%32.41
%34.66
%32.93

CMYK Percentages of Color #bbc8be

%7
%0
%5
%22

Triadic Colors of #bbc8be

#bbc8be #bebbc8 #c8bebb

Analogous Colors of #bbc8be

#bbc8be #bbc8c5 #bfc8bb

Monochromatic Colors of #bbc8be

#bbc8be

Complementary Color

#bbc8be #c8bbc5

#bbc8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc8be Color CSS Codes

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

#bbc8be Text Font Color

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

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


#bbc8be Background Color

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

This div background color is #bbc8be


#bbc8be Border Color

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

This div border color is #bbc8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc8be


Comments

No comments written yet.

Please login to write comment.