Color Hex Logo

#bbabbe Color Hex

#BBABBE
(187,171,190)
0 Favorites   0 Comments

Color spaces of #bbabbe

RGB 187171190
HSL0.810.130.71
HSV291°10°75°
CMYK 0.020.100.00   0.25
XYZ44.350743.408354.7563
Yxy43.40830.31120.3046
Hunter Lab65.88504.8592-3.1558
CIE-Lab71.83129.2316-7.6123

#bbabbe color RGB value is (187,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10111110
Octal 273 253 276
Decimal 187 171 190
Hex BB AB BE

RGB Percentages of Color #bbabbe

%34.12
%31.20
%34.67

CMYK Percentages of Color #bbabbe

%2
%10
%0
%25

Triadic Colors of #bbabbe

#bbabbe #bebbab #abbebb

Analogous Colors of #bbabbe

#bbabbe #beabb8 #b2abbe

Monochromatic Colors of #bbabbe

#bbabbe

Complementary Color

#bbabbe #aebeab

#bbabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabbe Color CSS Codes

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

#bbabbe Text Font Color

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

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


#bbabbe Background Color

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

This div background color is #bbabbe


#bbabbe Border Color

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

This div border color is #bbabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabbe


Comments

No comments written yet.

Please login to write comment.