Color Hex Logo

#bbbabe Color Hex

#BBBABE
(187,186,190)
0 Favorites   0 Comments

Color spaces of #bbbabe

RGB 187186190
HSL0.710.030.74
HSV255°75°
CMYK 0.020.020.00   0.25
XYZ47.346749.400355.7550
Yxy49.40030.31050.3239
Hunter Lab70.2853-2.75542.1670
CIE-Lab75.69971.1003-1.9037

#bbbabe color RGB value is (187,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 10111110
Octal 273 272 276
Decimal 187 186 190
Hex BB BA BE

RGB Percentages of Color #bbbabe

%33.21
%33.04
%33.75

CMYK Percentages of Color #bbbabe

%2
%2
%0
%25

Triadic Colors of #bbbabe

#bbbabe #bebbba #babebb

Analogous Colors of #bbbabe

#bbbabe #bdbabe #babbbe

Monochromatic Colors of #bbbabe

#bbbabe

Complementary Color

#bbbabe #bdbeba

#bbbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbabe Color CSS Codes

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

#bbbabe Text Font Color

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

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


#bbbabe Background Color

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

This div background color is #bbbabe


#bbbabe Border Color

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

This div border color is #bbbabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbabe


Comments

No comments written yet.

Please login to write comment.