Color Hex Logo

#bbbadd Color Hex

#BBBADD
(187,186,221)
1 Favorites   0 Comments

Color spaces of #bbbadd

RGB 187186221
HSL0.670.340.80
HSV242°16°87°
CMYK 0.150.160.00   0.13
XYZ51.103650.903175.5384
Yxy50.90310.28780.2867
Hunter Lab71.34642.9988-12.8311
CIE-Lab76.62037.3500-17.3612

#bbbadd color RGB value is (187,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11011101
Octal 273 272 335
Decimal 187 186 221
Hex BB BA DD

RGB Percentages of Color #bbbadd

%31.48
%31.31
%37.21

CMYK Percentages of Color #bbbadd

%15
%16
%0
%13

Triadic Colors of #bbbadd

#bbbadd #ddbbba #baddbb

Analogous Colors of #bbbadd

#bbbadd #cdbadd #bacbdd

Monochromatic Colors of #bbbadd

#bbbadd

Complementary Color

#bbbadd #dcddba

#bbbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbadd Color CSS Codes

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

#bbbadd Text Font Color

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

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


#bbbadd Background Color

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

This div background color is #bbbadd


#bbbadd Border Color

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

This div border color is #bbbadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbadd


Comments

No comments written yet.

Please login to write comment.