Color Hex Logo

#bbbbdf Color Hex

#BBBBDF
(187,187,223)
0 Favorites   0 Comments

Color spaces of #bbbbdf

RGB 187187223
HSL0.670.360.80
HSV240°16°87°
CMYK 0.160.160.00   0.13
XYZ51.583151.433277.0209
Yxy51.43320.28650.2857
Hunter Lab71.71692.8832-13.4730
CIE-Lab76.94077.2366-17.9596

#bbbbdf color RGB value is (187,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 11011111
Octal 273 273 337
Decimal 187 187 223
Hex BB BB DF

RGB Percentages of Color #bbbbdf

%31.32
%31.32
%37.35

CMYK Percentages of Color #bbbbdf

%16
%16
%0
%13

Triadic Colors of #bbbbdf

#bbbbdf #dfbbbb #bbdfbb

Analogous Colors of #bbbbdf

#bbbbdf #cdbbdf #bbcddf

Monochromatic Colors of #bbbbdf

#bbbbdf

Complementary Color

#bbbbdf #dfdfbb

#bbbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbdf Color CSS Codes

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

#bbbbdf Text Font Color

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

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


#bbbbdf Background Color

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

This div background color is #bbbbdf


#bbbbdf Border Color

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

This div border color is #bbbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbdf

#bbbbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.