Color Hex Logo

#bbaaec Color Hex

#BBAAEC
(187,170,236)
0 Favorites   0 Comments

Color spaces of #bbaaec

RGB 187170236
HSL0.710.630.80
HSV255°28°93°
CMYK 0.210.280.00   0.07
XYZ50.008645.370485.4785
Yxy45.37040.27650.2509
Hunter Lab67.357614.6489-28.0903
CIE-Lab73.135119.4473-30.8184

#bbaaec color RGB value is (187,170,236).

#bbaaec hex color red value is 187, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bbaaec hue: 0.71 , saturation: 0.63 and the lightness value of bbaaec is 0.80.

The process color (four color CMYK) of #bbaaec color hex is 0.21, 0.28, 0.00, 0.07. Web safe color of #bbaaec is #cc99ff. Color #bbaaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11101100
Octal 273 252 354
Decimal 187 170 236
Hex BB AA EC

RGB Percentages of Color #bbaaec

%31.53
%28.67
%39.80

CMYK Percentages of Color #bbaaec

%21
%28
%0
%7

Triadic Colors of #bbaaec

#bbaaec #ecbbaa #aaecbb

Analogous Colors of #bbaaec

#bbaaec #dcaaec #aabaec

Monochromatic Colors of #bbaaec

#bbaaec

Complementary Color

#bbaaec #dbecaa

#bbaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaaec Color CSS Codes

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

#bbaaec Text Font Color

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

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


#bbaaec Background Color

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

This div background color is #bbaaec


#bbaaec Border Color

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

This div border color is #bbaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaaec


Comments

No comments written yet.

Please login to write comment.