Color Hex Logo

#bbaeba Color Hex

#BBAEBA
(187,174,186)
0 Favorites   0 Comments

Color spaces of #bbaeba

RGB 187174186
HSL0.850.090.71
HSV305°73°
CMYK 0.000.070.01   0.27
XYZ44.492544.382152.6760
Yxy44.38210.31430.3135
Hunter Lab66.61992.6275-0.2464
CIE-Lab72.48326.8344-4.4481

#bbaeba color RGB value is (187,174,186).

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

The process color (four color CMYK) of #bbaeba color hex is 0.00, 0.07, 0.01, 0.27. Web safe color of #bbaeba is #cc99cc. Color #bbaeba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 10111010
Octal 273 256 272
Decimal 187 174 186
Hex BB AE BA

RGB Percentages of Color #bbaeba

%34.19
%31.81
%34.00

CMYK Percentages of Color #bbaeba

%0
%7
%1
%27

Triadic Colors of #bbaeba

#bbaeba #babbae #aebabb

Analogous Colors of #bbaeba

#bbaeba #bbaeb4 #b6aebb

Monochromatic Colors of #bbaeba

#bbaeba

Complementary Color

#bbaeba #aebbaf

#bbaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaeba Color CSS Codes

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

#bbaeba Text Font Color

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

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


#bbaeba Background Color

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

This div background color is #bbaeba


#bbaeba Border Color

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

This div border color is #bbaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaeba


Comments

No comments written yet.

Please login to write comment.