Color Hex Logo

#bbbeae Color Hex

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

Color spaces of #bbbeae

RGB 187190174
HSL0.200.110.71
HSV71°75°
CMYK 0.020.000.08   0.25
XYZ46.547050.447747.3285
Yxy50.44770.32250.3495
Hunter Lab71.0265-7.317110.2107
CIE-Lab76.3432-3.91797.7108

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

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

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

Base Numbers

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

RGB Percentages of Color #bbbeae

%33.94
%34.48
%31.58

CMYK Percentages of Color #bbbeae

%2
%0
%8
%25

Triadic Colors of #bbbeae

#bbbeae #aebbbe #beaebb

Analogous Colors of #bbbeae

#bbbeae #b3beae #beb9ae

Monochromatic Colors of #bbbeae

#bbbeae

Complementary Color

#bbbeae #b1aebe

#bbbeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbeae Color CSS Codes

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

#bbbeae Text Font Color

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

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


#bbbeae Background Color

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

This div background color is #bbbeae


#bbbeae Border Color

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

This div border color is #bbbeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbeae


Comments

No comments written yet.

Please login to write comment.