Color Hex Logo

#bbaeec Color Hex

#BBAEEC
(187,174,236)
0 Favorites   0 Comments

Color spaces of #bbaeec

RGB 187174236
HSL0.700.620.80
HSV253°26°93°
CMYK 0.210.260.00   0.07
XYZ50.769946.893085.7323
Yxy46.89300.27680.2557
Hunter Lab68.478512.5025-26.2938
CIE-Lab74.121317.2347-29.3006

#bbaeec color RGB value is (187,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11101100
Octal 273 256 354
Decimal 187 174 236
Hex BB AE EC

RGB Percentages of Color #bbaeec

%31.32
%29.15
%39.53

CMYK Percentages of Color #bbaeec

%21
%26
%0
%7

Triadic Colors of #bbaeec

#bbaeec #ecbbae #aeecbb

Analogous Colors of #bbaeec

#bbaeec #daaeec #aec0ec

Monochromatic Colors of #bbaeec

#bbaeec

Complementary Color

#bbaeec #dfecae

#bbaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaeec Color CSS Codes

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

#bbaeec Text Font Color

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

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


#bbaeec Background Color

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

This div background color is #bbaeec


#bbaeec Border Color

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

This div border color is #bbaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaeec


Comments

No comments written yet.

Please login to write comment.