Color Hex Logo

#bbbeeb Color Hex

#BBBEEB
(187,190,235)
0 Favorites   0 Comments

Color spaces of #bbbeeb

RGB 187190235
HSL0.660.550.83
HSV236°20°92°
CMYK 0.200.190.00   0.08
XYZ53.902453.389986.0616
Yxy53.38990.27880.2761
Hunter Lab73.06843.8094-18.6852
CIE-Lab78.10468.2427-22.6689

#bbbeeb color RGB value is (187,190,235).

#bbbeeb hex color red value is 187, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbbeeb hue: 0.66 , saturation: 0.55 and the lightness value of bbbeeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11101011
Octal 273 276 353
Decimal 187 190 235
Hex BB BE EB

RGB Percentages of Color #bbbeeb

%30.56
%31.05
%38.40

CMYK Percentages of Color #bbbeeb

%20
%19
%0
%8

Triadic Colors of #bbbeeb

#bbbeeb #ebbbbe #beebbb

Analogous Colors of #bbbeeb

#bbbeeb #d0bbeb #bbd6eb

Monochromatic Colors of #bbbeeb

#bbbeeb

Complementary Color

#bbbeeb #ebe8bb

#bbbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbeeb Color CSS Codes

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

#bbbeeb Text Font Color

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

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


#bbbeeb Background Color

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

This div background color is #bbbeeb


#bbbeeb Border Color

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

This div border color is #bbbeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,190,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 #bbbeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbeeb

#bbbeeb Color Palettes


Comments

No comments written yet.

Please login to write comment.