Color Hex Logo

#bbbbdb Color Hex

#BBBBDB
(187,187,219)
0 Favorites   0 Comments

Color spaces of #bbbbdb

RGB 187187219
HSL0.670.310.80
HSV240°15°86°
CMYK 0.150.150.00   0.14
XYZ51.050051.219974.2136
Yxy51.21990.28930.2902
Hunter Lab71.56812.0811-11.3840
CIE-Lab76.81206.3813-15.9895

#bbbbdb color RGB value is (187,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 11011011
Octal 273 273 333
Decimal 187 187 219
Hex BB BB DB

RGB Percentages of Color #bbbbdb

%31.53
%31.53
%36.93

CMYK Percentages of Color #bbbbdb

%15
%15
%0
%14

Triadic Colors of #bbbbdb

#bbbbdb #dbbbbb #bbdbbb

Analogous Colors of #bbbbdb

#bbbbdb #cbbbdb #bbcbdb

Monochromatic Colors of #bbbbdb

#bbbbdb

Complementary Color

#bbbbdb #dbdbbb

#bbbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbdb Color CSS Codes

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

#bbbbdb Text Font Color

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

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


#bbbbdb Background Color

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

This div background color is #bbbbdb


#bbbbdb Border Color

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

This div border color is #bbbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbdb


Comments

No comments written yet.

Please login to write comment.