Color Hex Logo

#bbbec1 Color Hex

#BBBEC1
(187,190,193)
0 Favorites   0 Comments

Color spaces of #bbbec1

RGB 187190193
HSL0.580.050.75
HSV210°76°
CMYK 0.030.020.00   0.24
XYZ48.532651.242057.7848
Yxy51.24200.30800.3252
Hunter Lab71.5835-4.25072.2474
CIE-Lab76.8254-0.4699-1.8815

#bbbec1 color RGB value is (187,190,193).

#bbbec1 hex color red value is 187, green value is 190 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #bbbec1 hue: 0.58 , saturation: 0.05 and the lightness value of bbbec1 is 0.75.

The process color (four color CMYK) of #bbbec1 color hex is 0.03, 0.02, 0.00, 0.24. Web safe color of #bbbec1 is #cccccc. Color #bbbec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11000001
Octal 273 276 301
Decimal 187 190 193
Hex BB BE C1

RGB Percentages of Color #bbbec1

%32.81
%33.33
%33.86

CMYK Percentages of Color #bbbec1

%3
%2
%0
%24

Triadic Colors of #bbbec1

#bbbec1 #c1bbbe #bec1bb

Analogous Colors of #bbbec1

#bbbec1 #bbbbc1 #bbc1c1

Monochromatic Colors of #bbbec1

#bbbec1

Complementary Color

#bbbec1 #c1bebb

#bbbec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbec1 Color CSS Codes

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

#bbbec1 Text Font Color

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

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


#bbbec1 Background Color

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

This div background color is #bbbec1


#bbbec1 Border Color

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

This div border color is #bbbec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbec1


Comments

No comments written yet.

Please login to write comment.