Color Hex Logo

#bbbdeb Color Hex

#BBBDEB
(187,189,235)
0 Favorites   0 Comments

Color spaces of #bbbdeb

RGB 187189235
HSL0.660.550.83
HSV238°20°92°
CMYK 0.200.200.00   0.08
XYZ53.686552.958185.9896
Yxy52.95810.27870.2749
Hunter Lab72.77234.3337-19.1179
CIE-Lab77.85038.7859-23.0559

#bbbdeb color RGB value is (187,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11101011
Octal 273 275 353
Decimal 187 189 235
Hex BB BD EB

RGB Percentages of Color #bbbdeb

%30.61
%30.93
%38.46

CMYK Percentages of Color #bbbdeb

%20
%20
%0
%8

Triadic Colors of #bbbdeb

#bbbdeb #ebbbbd #bdebbb

Analogous Colors of #bbbdeb

#bbbdeb #d1bbeb #bbd5eb

Monochromatic Colors of #bbbdeb

#bbbdeb

Complementary Color

#bbbdeb #ebe9bb

#bbbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdeb Color CSS Codes

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

#bbbdeb Text Font Color

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

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


#bbbdeb Background Color

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

This div background color is #bbbdeb


#bbbdeb Border Color

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

This div border color is #bbbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdeb


Comments

No comments written yet.

Please login to write comment.