Color Hex Logo

#bbbadf Color Hex

#BBBADF
(187,186,223)
0 Favorites   0 Comments

Color spaces of #bbbadf

RGB 187186223
HSL0.670.370.80
HSV242°17°87°
CMYK 0.160.170.00   0.13
XYZ51.371751.010376.9504
Yxy51.01030.28650.2844
Hunter Lab71.42153.4030-13.8847
CIE-Lab76.68527.7797-18.3456

#bbbadf color RGB value is (187,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11011111
Octal 273 272 337
Decimal 187 186 223
Hex BB BA DF

RGB Percentages of Color #bbbadf

%31.38
%31.21
%37.42

CMYK Percentages of Color #bbbadf

%16
%17
%0
%13

Triadic Colors of #bbbadf

#bbbadf #dfbbba #badfbb

Analogous Colors of #bbbadf

#bbbadf #cebadf #baccdf

Monochromatic Colors of #bbbadf

#bbbadf

Complementary Color

#bbbadf #dedfba

#bbbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbadf Color CSS Codes

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

#bbbadf Text Font Color

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

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


#bbbadf Background Color

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

This div background color is #bbbadf


#bbbadf Border Color

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

This div border color is #bbbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbadf


Comments

No comments written yet.

Please login to write comment.