Color Hex Logo

#bbaebf Color Hex

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

Color spaces of #bbaebf

RGB 187174191
HSL0.790.120.72
HSV286°75°
CMYK 0.020.090.00   0.25
XYZ45.033544.598555.5251
Yxy44.59850.31020.3072
Hunter Lab66.78213.5001-2.5484
CIE-Lab72.62677.7828-6.9817

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

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

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

Base Numbers

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

RGB Percentages of Color #bbaebf

%33.88
%31.52
%34.60

CMYK Percentages of Color #bbaebf

%2
%9
%0
%25

Triadic Colors of #bbaebf

#bbaebf #bfbbae #aebfbb

Analogous Colors of #bbaebf

#bbaebf #bfaebb #b3aebf

Monochromatic Colors of #bbaebf

#bbaebf

Complementary Color

#bbaebf #b2bfae

#bbaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaebf Color CSS Codes

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

#bbaebf Text Font Color

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

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


#bbaebf Background Color

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

This div background color is #bbaebf


#bbaebf Border Color

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

This div border color is #bbaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaebf


Comments

No comments written yet.

Please login to write comment.