Color Hex Logo

#bbaee9 Color Hex

#BBAEE9
(187,174,233)
0 Favorites   0 Comments

Color spaces of #bbaee9

RGB 187174233
HSL0.700.570.80
HSV253°25°91°
CMYK 0.200.250.00   0.09
XYZ50.337546.720183.4556
Yxy46.72010.27890.2588
Hunter Lab68.352111.8391-24.5446
CIE-Lab74.010416.5577-27.8423

#bbaee9 color RGB value is (187,174,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 11101001
Octal 273 256 351
Decimal 187 174 233
Hex BB AE E9

RGB Percentages of Color #bbaee9

%31.48
%29.29
%39.23

CMYK Percentages of Color #bbaee9

%20
%25
%0
%9

Triadic Colors of #bbaee9

#bbaee9 #e9bbae #aee9bb

Analogous Colors of #bbaee9

#bbaee9 #d9aee9 #aebfe9

Monochromatic Colors of #bbaee9

#bbaee9

Complementary Color

#bbaee9 #dce9ae

#bbaee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaee9 Color CSS Codes

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

#bbaee9 Text Font Color

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

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


#bbaee9 Background Color

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

This div background color is #bbaee9


#bbaee9 Border Color

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

This div border color is #bbaee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaee9


Comments

No comments written yet.

Please login to write comment.