Color Hex Logo

#bbbad6 Color Hex

#BBBAD6
(187,186,214)
0 Favorites   0 Comments

Color spaces of #bbbad6

RGB 187186214
HSL0.670.250.78
HSV242°13°84°
CMYK 0.130.130.00   0.16
XYZ50.190050.537670.7278
Yxy50.53760.29270.2948
Hunter Lab71.08981.6154-9.2252
CIE-Lab76.39815.8704-13.9032

#bbbad6 color RGB value is (187,186,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11010110
Octal 273 272 326
Decimal 187 186 214
Hex BB BA D6

RGB Percentages of Color #bbbad6

%31.86
%31.69
%36.46

CMYK Percentages of Color #bbbad6

%13
%13
%0
%16

Triadic Colors of #bbbad6

#bbbad6 #d6bbba #bad6bb

Analogous Colors of #bbbad6

#bbbad6 #c9bad6 #bac7d6

Monochromatic Colors of #bbbad6

#bbbad6

Complementary Color

#bbbad6 #d5d6ba

#bbbad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbad6 Color CSS Codes

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

#bbbad6 Text Font Color

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

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


#bbbad6 Background Color

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

This div background color is #bbbad6


#bbbad6 Border Color

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

This div border color is #bbbad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbad6


Comments

No comments written yet.

Please login to write comment.