Color Hex Logo

#bbbfae Color Hex

#BBBFAE
(187,191,174)
0 Favorites   0 Comments

Color spaces of #bbbfae

RGB 187191174
HSL0.210.120.72
HSV74°75°
CMYK 0.020.000.09   0.25
XYZ46.764350.882447.4009
Yxy50.88240.32240.3508
Hunter Lab71.3319-7.808510.5334
CIE-Lab76.6077-4.44568.0896

#bbbfae color RGB value is (187,191,174).

#bbbfae hex color red value is 187, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bbbfae hue: 0.21 , saturation: 0.12 and the lightness value of bbbfae is 0.72.

The process color (four color CMYK) of #bbbfae color hex is 0.02, 0.00, 0.09, 0.25. Web safe color of #bbbfae is #cccc99. Color #bbbfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 10101110
Octal 273 277 256
Decimal 187 191 174
Hex BB BF AE

RGB Percentages of Color #bbbfae

%33.88
%34.60
%31.52

CMYK Percentages of Color #bbbfae

%2
%0
%9
%25

Triadic Colors of #bbbfae

#bbbfae #aebbbf #bfaebb

Analogous Colors of #bbbfae

#bbbfae #b3bfae #bfbbae

Monochromatic Colors of #bbbfae

#bbbfae

Complementary Color

#bbbfae #b2aebf

#bbbfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfae Color CSS Codes

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

#bbbfae Text Font Color

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

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


#bbbfae Background Color

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

This div background color is #bbbfae


#bbbfae Border Color

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

This div border color is #bbbfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfae


Comments

No comments written yet.

Please login to write comment.