Color Hex Logo

#bbaae9 Color Hex

#BBAAE9
(187,170,233)
0 Favorites   0 Comments

Color spaces of #bbaae9

RGB 187170233
HSL0.710.590.79
HSV256°27°91°
CMYK 0.200.270.00   0.09
XYZ49.576245.197483.2018
Yxy45.19740.27860.2540
Hunter Lab67.229013.9792-26.3163
CIE-Lab73.021718.7695-29.3612

#bbaae9 color RGB value is (187,170,233).

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

The process color (four color CMYK) of #bbaae9 color hex is 0.20, 0.27, 0.00, 0.09. Web safe color of #bbaae9 is #cc99ff. Color #bbaae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11101001
Octal 273 252 351
Decimal 187 170 233
Hex BB AA E9

RGB Percentages of Color #bbaae9

%31.69
%28.81
%39.49

CMYK Percentages of Color #bbaae9

%20
%27
%0
%9

Triadic Colors of #bbaae9

#bbaae9 #e9bbaa #aae9bb

Analogous Colors of #bbaae9

#bbaae9 #dbaae9 #aab9e9

Monochromatic Colors of #bbaae9

#bbaae9

Complementary Color

#bbaae9 #d8e9aa

#bbaae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaae9 Color CSS Codes

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

#bbaae9 Text Font Color

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

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


#bbaae9 Background Color

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

This div background color is #bbaae9


#bbaae9 Border Color

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

This div border color is #bbaae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaae9


Comments

No comments written yet.

Please login to write comment.