Color Hex Logo

#bbbae5 Color Hex

#BBBAE5
(187,186,229)
0 Favorites   0 Comments

Color spaces of #bbbae5

RGB 187186229
HSL0.670.450.81
HSV241°19°90°
CMYK 0.180.190.00   0.10
XYZ52.195351.339781.2873
Yxy51.33970.28240.2778
Hunter Lab71.65174.6393-17.1070
CIE-Lab76.88439.0866-21.2881

#bbbae5 color RGB value is (187,186,229).

#bbbae5 hex color red value is 187, green value is 186 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bbbae5 hue: 0.67 , saturation: 0.45 and the lightness value of bbbae5 is 0.81.

The process color (four color CMYK) of #bbbae5 color hex is 0.18, 0.19, 0.00, 0.10. Web safe color of #bbbae5 is #cccccc. Color #bbbae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11100101
Octal 273 272 345
Decimal 187 186 229
Hex BB BA E5

RGB Percentages of Color #bbbae5

%31.06
%30.90
%38.04

CMYK Percentages of Color #bbbae5

%18
%19
%0
%10

Triadic Colors of #bbbae5

#bbbae5 #e5bbba #bae5bb

Analogous Colors of #bbbae5

#bbbae5 #d1bae5 #bacfe5

Monochromatic Colors of #bbbae5

#bbbae5

Complementary Color

#bbbae5 #e4e5ba

#bbbae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbae5 Color CSS Codes

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

#bbbae5 Text Font Color

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

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


#bbbae5 Background Color

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

This div background color is #bbbae5


#bbbae5 Border Color

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

This div border color is #bbbae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbae5


Comments

No comments written yet.

Please login to write comment.