Color Hex Logo

#bbbade Color Hex

#BBBADE
(187,186,222)
0 Favorites   0 Comments

Color spaces of #bbbade

RGB 187186222
HSL0.670.350.80
HSV242°16°87°
CMYK 0.160.160.00   0.13
XYZ51.237250.956576.2423
Yxy50.95650.28710.2856
Hunter Lab71.38383.2003-13.3567
CIE-Lab76.65277.5645-17.8536

#bbbade color RGB value is (187,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11011110
Octal 273 272 336
Decimal 187 186 222
Hex BB BA DE

RGB Percentages of Color #bbbade

%31.43
%31.26
%37.31

CMYK Percentages of Color #bbbade

%16
%16
%0
%13

Triadic Colors of #bbbade

#bbbade #debbba #badebb

Analogous Colors of #bbbade

#bbbade #cdbade #bacbde

Monochromatic Colors of #bbbade

#bbbade

Complementary Color

#bbbade #dddeba

#bbbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbade Color CSS Codes

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

#bbbade Text Font Color

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

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


#bbbade Background Color

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

This div background color is #bbbade


#bbbade Border Color

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

This div border color is #bbbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbade

#bbbade Color Palettes


Comments

No comments written yet.

Please login to write comment.