Color Hex Logo

#bbb7dc Color Hex

#BBB7DC
(187,183,220)
0 Favorites   0 Comments

Color spaces of #bbb7dc

RGB 187183220
HSL0.680.350.79
HSV246°17°86°
CMYK 0.150.170.00   0.14
XYZ50.345349.599174.6302
Yxy49.59910.28840.2841
Hunter Lab70.42664.3562-13.5302
CIE-Lab75.82258.7676-18.0242

#bbb7dc color RGB value is (187,183,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 11011100
Octal 273 267 334
Decimal 187 183 220
Hex BB B7 DC

RGB Percentages of Color #bbb7dc

%31.69
%31.02
%37.29

CMYK Percentages of Color #bbb7dc

%15
%17
%0
%14

Triadic Colors of #bbb7dc

#bbb7dc #dcbbb7 #b7dcbb

Analogous Colors of #bbb7dc

#bbb7dc #ceb7dc #b7c6dc

Monochromatic Colors of #bbb7dc

#bbb7dc

Complementary Color

#bbb7dc #d8dcb7

#bbb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb7dc Color CSS Codes

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

#bbb7dc Text Font Color

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

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


#bbb7dc Background Color

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

This div background color is #bbb7dc


#bbb7dc Border Color

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

This div border color is #bbb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb7dc


Comments

No comments written yet.

Please login to write comment.