Color Hex Logo

#bbbbdd Color Hex

#BBBBDD
(187,187,221)
2 Favorites   0 Comments

Color spaces of #bbbbdd

RGB 187187221
HSL0.670.330.80
HSV240°15°87°
CMYK 0.150.150.00   0.13
XYZ51.315051.325975.6089
Yxy51.32590.28790.2879
Hunter Lab71.64212.4803-12.4234
CIE-Lab76.87606.8076-16.9754

#bbbbdd color RGB value is (187,187,221).

#bbbbdd hex color red value is 187, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bbbbdd hue: 0.67 , saturation: 0.33 and the lightness value of bbbbdd is 0.80.

The process color (four color CMYK) of #bbbbdd color hex is 0.15, 0.15, 0.00, 0.13. Web safe color of #bbbbdd is #cccccc. Color #bbbbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 11011101
Octal 273 273 335
Decimal 187 187 221
Hex BB BB DD

RGB Percentages of Color #bbbbdd

%31.43
%31.43
%37.14

CMYK Percentages of Color #bbbbdd

%15
%15
%0
%13

Triadic Colors of #bbbbdd

#bbbbdd #ddbbbb #bbddbb

Analogous Colors of #bbbbdd

#bbbbdd #ccbbdd #bbccdd

Monochromatic Colors of #bbbbdd

#bbbbdd

Complementary Color

#bbbbdd #ddddbb

#bbbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbdd Color CSS Codes

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

#bbbbdd Text Font Color

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

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


#bbbbdd Background Color

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

This div background color is #bbbbdd


#bbbbdd Border Color

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

This div border color is #bbbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbdd


Comments

No comments written yet.

Please login to write comment.