Color Hex Logo

#bbbbe7 Color Hex

#BBBBE7
(187,187,231)
0 Favorites   0 Comments

Color spaces of #bbbbe7

RGB 187187231
HSL0.670.480.82
HSV240°19°91°
CMYK 0.190.190.00   0.09
XYZ52.687651.875082.8372
Yxy51.87500.28120.2768
Hunter Lab72.02434.5347-17.7741
CIE-Lab77.20608.9832-21.8793

#bbbbe7 color RGB value is (187,187,231).

#bbbbe7 hex color red value is 187, green value is 187 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #bbbbe7 hue: 0.67 , saturation: 0.48 and the lightness value of bbbbe7 is 0.82.

The process color (four color CMYK) of #bbbbe7 color hex is 0.19, 0.19, 0.00, 0.09. Web safe color of #bbbbe7 is #ccccff. Color #bbbbe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 11100111
Octal 273 273 347
Decimal 187 187 231
Hex BB BB E7

RGB Percentages of Color #bbbbe7

%30.91
%30.91
%38.18

CMYK Percentages of Color #bbbbe7

%19
%19
%0
%9

Triadic Colors of #bbbbe7

#bbbbe7 #e7bbbb #bbe7bb

Analogous Colors of #bbbbe7

#bbbbe7 #d1bbe7 #bbd1e7

Monochromatic Colors of #bbbbe7

#bbbbe7

Complementary Color

#bbbbe7 #e7e7bb

#bbbbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbe7 Color CSS Codes

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

#bbbbe7 Text Font Color

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

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


#bbbbe7 Background Color

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

This div background color is #bbbbe7


#bbbbe7 Border Color

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

This div border color is #bbbbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbe7

#bbbbe7 Color Palettes


Comments

No comments written yet.

Please login to write comment.