Color Hex Logo

#bbaebe Color Hex

#BBAEBE
(187,174,190)
0 Favorites   0 Comments

Color spaces of #bbaebe

RGB 187174190
HSL0.800.110.71
HSV289°75°
CMYK 0.020.080.00   0.25
XYZ44.923844.554654.9474
Yxy44.55460.31110.3085
Hunter Lab66.74923.3235-2.0826
CIE-Lab72.59767.5914-6.4757

#bbaebe color RGB value is (187,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 10111110
Octal 273 256 276
Decimal 187 174 190
Hex BB AE BE

RGB Percentages of Color #bbaebe

%33.94
%31.58
%34.48

CMYK Percentages of Color #bbaebe

%2
%8
%0
%25

Triadic Colors of #bbaebe

#bbaebe #bebbae #aebebb

Analogous Colors of #bbaebe

#bbaebe #beaeb9 #b3aebe

Monochromatic Colors of #bbaebe

#bbaebe

Complementary Color

#bbaebe #b1beae

#bbaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaebe Color CSS Codes

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

#bbaebe Text Font Color

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

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


#bbaebe Background Color

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

This div background color is #bbaebe


#bbaebe Border Color

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

This div border color is #bbaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaebe


Comments

No comments written yet.

Please login to write comment.