Color Hex Logo

#bbb6eb Color Hex

#BBB6EB
(187,182,235)
0 Favorites   0 Comments

Color spaces of #bbb6eb

RGB 187182235
HSL0.680.570.82
HSV246°23°92°
CMYK 0.200.230.00   0.08
XYZ52.216950.018985.4997
Yxy50.01890.27810.2664
Hunter Lab70.72408.0229-22.1700
CIE-Lab76.080912.6063-25.7548

#bbb6eb color RGB value is (187,182,235).

#bbb6eb hex color red value is 187, green value is 182 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbb6eb hue: 0.68 , saturation: 0.57 and the lightness value of bbb6eb is 0.82.

The process color (four color CMYK) of #bbb6eb color hex is 0.20, 0.23, 0.00, 0.08. Web safe color of #bbb6eb is #ccccff. Color #bbb6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 11101011
Octal 273 266 353
Decimal 187 182 235
Hex BB B6 EB

RGB Percentages of Color #bbb6eb

%30.96
%30.13
%38.91

CMYK Percentages of Color #bbb6eb

%20
%23
%0
%8

Triadic Colors of #bbb6eb

#bbb6eb #ebbbb6 #b6ebbb

Analogous Colors of #bbb6eb

#bbb6eb #d6b6eb #b6cceb

Monochromatic Colors of #bbb6eb

#bbb6eb

Complementary Color

#bbb6eb #e6ebb6

#bbb6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb6eb Color CSS Codes

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

#bbb6eb Text Font Color

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

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


#bbb6eb Background Color

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

This div background color is #bbb6eb


#bbb6eb Border Color

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

This div border color is #bbb6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb6eb


Comments

No comments written yet.

Please login to write comment.