Color Hex Logo

#bbbadc Color Hex

#BBBADC
(187,186,220)
0 Favorites   0 Comments

Color spaces of #bbbadc

RGB 187186220
HSL0.670.330.80
HSV242°15°86°
CMYK 0.150.150.00   0.14
XYZ50.970750.849974.8387
Yxy50.84990.28850.2878
Hunter Lab71.30912.7982-12.3083
CIE-Lab76.58807.1364-16.8685

#bbbadc color RGB value is (187,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11011100
Octal 273 272 334
Decimal 187 186 220
Hex BB BA DC

RGB Percentages of Color #bbbadc

%31.53
%31.37
%37.10

CMYK Percentages of Color #bbbadc

%15
%15
%0
%14

Triadic Colors of #bbbadc

#bbbadc #dcbbba #badcbb

Analogous Colors of #bbbadc

#bbbadc #ccbadc #bacadc

Monochromatic Colors of #bbbadc

#bbbadc

Complementary Color

#bbbadc #dbdcba

#bbbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbadc Color CSS Codes

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

#bbbadc Text Font Color

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

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


#bbbadc Background Color

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

This div background color is #bbbadc


#bbbadc Border Color

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

This div border color is #bbbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbadc


Comments

No comments written yet.

Please login to write comment.