Color Hex Logo

#bbc8bf Color Hex

#BBC8BF
(187,200,191)
0 Favorites   0 Comments

Color spaces of #bbc8bf

RGB 187200191
HSL0.380.110.76
HSV138°78°
CMYK 0.070.000.05   0.22
XYZ50.551855.634957.3645
Yxy55.63490.30910.3402
Hunter Lab74.5888-9.55396.6136
CIE-Lab79.4056-6.12422.9607

#bbc8bf color RGB value is (187,200,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 10111111
Octal 273 310 277
Decimal 187 200 191
Hex BB C8 BF

RGB Percentages of Color #bbc8bf

%32.35
%34.60
%33.04

CMYK Percentages of Color #bbc8bf

%7
%0
%5
%22

Triadic Colors of #bbc8bf

#bbc8bf #bfbbc8 #c8bfbb

Analogous Colors of #bbc8bf

#bbc8bf #bbc8c6 #bec8bb

Monochromatic Colors of #bbc8bf

#bbc8bf

Complementary Color

#bbc8bf #c8bbc4

#bbc8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc8bf Color CSS Codes

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

#bbc8bf Text Font Color

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

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


#bbc8bf Background Color

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

This div background color is #bbc8bf


#bbc8bf Border Color

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

This div border color is #bbc8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc8bf


Comments

No comments written yet.

Please login to write comment.