Color Hex Logo

#bbaaef Color Hex

#BBAAEF
(187,170,239)
0 Favorites   0 Comments

Color spaces of #bbaaef

RGB 187170239
HSL0.710.680.80
HSV255°29°94°
CMYK 0.220.290.00   0.06
XYZ50.448245.546287.7937
Yxy45.54620.27450.2478
Hunter Lab67.487915.3275-29.8876
CIE-Lab73.250120.1311-32.2711

#bbaaef color RGB value is (187,170,239).

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

The process color (four color CMYK) of #bbaaef color hex is 0.22, 0.29, 0.00, 0.06. Web safe color of #bbaaef is #cc99ff. Color #bbaaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11101111
Octal 273 252 357
Decimal 187 170 239
Hex BB AA EF

RGB Percentages of Color #bbaaef

%31.38
%28.52
%40.10

CMYK Percentages of Color #bbaaef

%22
%29
%0
%6

Triadic Colors of #bbaaef

#bbaaef #efbbaa #aaefbb

Analogous Colors of #bbaaef

#bbaaef #deaaef #aabcef

Monochromatic Colors of #bbaaef

#bbaaef

Complementary Color

#bbaaef #deefaa

#bbaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaaef Color CSS Codes

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

#bbaaef Text Font Color

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

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


#bbaaef Background Color

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

This div background color is #bbaaef


#bbaaef Border Color

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

This div border color is #bbaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaaef


Comments

No comments written yet.

Please login to write comment.