Color Hex Logo

#bbbbf1 Color Hex

#BBBBF1
(187,187,241)
0 Favorites   0 Comments

Color spaces of #bbbbf1

RGB 187187241
HSL0.670.660.84
HSV240°22°95°
CMYK 0.220.220.00   0.05
XYZ54.141052.456390.4906
Yxy52.45630.27470.2662
Hunter Lab72.42676.6870-23.3788
CIE-Lab77.552911.2307-26.7394

#bbbbf1 color RGB value is (187,187,241).

#bbbbf1 hex color red value is 187, green value is 187 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bbbbf1 hue: 0.67 , saturation: 0.66 and the lightness value of bbbbf1 is 0.84.

The process color (four color CMYK) of #bbbbf1 color hex is 0.22, 0.22, 0.00, 0.05. Web safe color of #bbbbf1 is #ccccff. Color #bbbbf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 11110001
Octal 273 273 361
Decimal 187 187 241
Hex BB BB F1

RGB Percentages of Color #bbbbf1

%30.41
%30.41
%39.19

CMYK Percentages of Color #bbbbf1

%22
%22
%0
%5

Triadic Colors of #bbbbf1

#bbbbf1 #f1bbbb #bbf1bb

Analogous Colors of #bbbbf1

#bbbbf1 #d6bbf1 #bbd6f1

Monochromatic Colors of #bbbbf1

#bbbbf1

Complementary Color

#bbbbf1 #f1f1bb

#bbbbf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbf1 Color CSS Codes

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

#bbbbf1 Text Font Color

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

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


#bbbbf1 Background Color

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

This div background color is #bbbbf1


#bbbbf1 Border Color

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

This div border color is #bbbbf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbf1


Comments

No comments written yet.

Please login to write comment.