Color Hex Logo

#bbbec8 Color Hex

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

Color spaces of #bbbec8

RGB 187190200
HSL0.630.110.76
HSV226°78°
CMYK 0.070.050.00   0.22
XYZ49.332351.561861.9959
Yxy51.56180.30290.3165
Hunter Lab71.8065-3.0290-0.9249
CIE-Lab77.01810.8826-5.3908

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

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

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

Base Numbers

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

RGB Percentages of Color #bbbec8

%32.41
%32.93
%34.66

CMYK Percentages of Color #bbbec8

%7
%5
%0
%22

Triadic Colors of #bbbec8

#bbbec8 #c8bbbe #bec8bb

Analogous Colors of #bbbec8

#bbbec8 #bfbbc8 #bbc5c8

Monochromatic Colors of #bbbec8

#bbbec8

Complementary Color

#bbbec8 #c8c5bb

#bbbec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbec8 Color CSS Codes

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

#bbbec8 Text Font Color

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

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


#bbbec8 Background Color

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

This div background color is #bbbec8


#bbbec8 Border Color

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

This div border color is #bbbec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbec8


Comments

No comments written yet.

Please login to write comment.