Color Hex Logo

#bbb9dc Color Hex

#BBB9DC
(187,185,220)
0 Favorites   0 Comments

Color spaces of #bbb9dc

RGB 187185220
HSL0.680.330.79
HSV243°16°86°
CMYK 0.150.160.00   0.14
XYZ50.760750.430074.7687
Yxy50.43000.28850.2866
Hunter Lab71.01413.3167-12.7149
CIE-Lab76.33247.6793-17.2541

#bbb9dc color RGB value is (187,185,220).

#bbb9dc hex color red value is 187, green value is 185 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbb9dc hue: 0.68 , saturation: 0.33 and the lightness value of bbb9dc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 11011100
Octal 273 271 334
Decimal 187 185 220
Hex BB B9 DC

RGB Percentages of Color #bbb9dc

%31.59
%31.25
%37.16

CMYK Percentages of Color #bbb9dc

%15
%16
%0
%14

Triadic Colors of #bbb9dc

#bbb9dc #dcbbb9 #b9dcbb

Analogous Colors of #bbb9dc

#bbb9dc #cdb9dc #b9c9dc

Monochromatic Colors of #bbb9dc

#bbb9dc

Complementary Color

#bbb9dc #dadcb9

#bbb9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb9dc Color CSS Codes

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

#bbb9dc Text Font Color

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

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


#bbb9dc Background Color

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

This div background color is #bbb9dc


#bbb9dc Border Color

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

This div border color is #bbb9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb9dc


Comments

No comments written yet.

Please login to write comment.