Color Hex Logo

#bbaeaf Color Hex

#BBAEAF
(187,174,175)
0 Favorites   0 Comments

Color spaces of #bbaeaf

RGB 187174175
HSL0.990.090.71
HSV355°73°
CMYK 0.000.070.06   0.27
XYZ43.367443.932046.7515
Yxy43.93200.32350.3277
Hunter Lab66.28120.79934.5766
CIE-Lab72.18304.82771.1562

#bbaeaf color RGB value is (187,174,175).

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

The process color (four color CMYK) of #bbaeaf color hex is 0.00, 0.07, 0.06, 0.27. Web safe color of #bbaeaf is #cc9999. Color #bbaeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 10101111
Octal 273 256 257
Decimal 187 174 175
Hex BB AE AF

RGB Percentages of Color #bbaeaf

%34.89
%32.46
%32.65

CMYK Percentages of Color #bbaeaf

%0
%7
%6
%27

Triadic Colors of #bbaeaf

#bbaeaf #afbbae #aeafbb

Analogous Colors of #bbaeaf

#bbaeaf #bbb4ae #bbaeb6

Monochromatic Colors of #bbaeaf

#bbaeaf

Complementary Color

#bbaeaf #aebbba

#bbaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaeaf Color CSS Codes

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

#bbaeaf Text Font Color

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

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


#bbaeaf Background Color

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

This div background color is #bbaeaf


#bbaeaf Border Color

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

This div border color is #bbaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaeaf


Comments

No comments written yet.

Please login to write comment.