Color Hex Logo

#bbbbec Color Hex

#BBBBEC
(187,187,236)
0 Favorites   0 Comments

Color spaces of #bbbbec

RGB 187187236
HSL0.670.560.83
HSV240°21°93°
CMYK 0.210.210.00   0.07
XYZ53.404252.161686.6104
Yxy52.16160.27790.2714
Hunter Lab72.22305.5989-20.5450
CIE-Lab77.377410.0985-24.3150

#bbbbec color RGB value is (187,187,236).

#bbbbec hex color red value is 187, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bbbbec hue: 0.67 , saturation: 0.56 and the lightness value of bbbbec is 0.83.

The process color (four color CMYK) of #bbbbec color hex is 0.21, 0.21, 0.00, 0.07. Web safe color of #bbbbec is #ccccff. Color #bbbbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 11101100
Octal 273 273 354
Decimal 187 187 236
Hex BB BB EC

RGB Percentages of Color #bbbbec

%30.66
%30.66
%38.69

CMYK Percentages of Color #bbbbec

%21
%21
%0
%7

Triadic Colors of #bbbbec

#bbbbec #ecbbbb #bbecbb

Analogous Colors of #bbbbec

#bbbbec #d4bbec #bbd4ec

Monochromatic Colors of #bbbbec

#bbbbec

Complementary Color

#bbbbec #ececbb

#bbbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbec Color CSS Codes

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

#bbbbec Text Font Color

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

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


#bbbbec Background Color

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

This div background color is #bbbbec


#bbbbec Border Color

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

This div border color is #bbbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbec


Comments

No comments written yet.

Please login to write comment.