Color Hex Logo

#bbdbde Color Hex

#BBDBDE
(187,219,222)
0 Favorites   0 Comments

Color spaces of #bbdbde

RGB 187219222
HSL0.510.350.80
HSV185°16°87°
CMYK 0.160.010.00   0.13
XYZ59.009966.501878.8332
Yxy66.50180.28880.3254
Hunter Lab81.5486-13.5447-0.2317
CIE-Lab85.2517-9.8842-5.0170

#bbdbde color RGB value is (187,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11011110
Octal 273 333 336
Decimal 187 219 222
Hex BB DB DE

RGB Percentages of Color #bbdbde

%29.78
%34.87
%35.35

CMYK Percentages of Color #bbdbde

%16
%1
%0
%13

Triadic Colors of #bbdbde

#bbdbde #debbdb #dbdebb

Analogous Colors of #bbdbde

#bbdbde #bbcade #bbded0

Monochromatic Colors of #bbdbde

#bbdbde

Complementary Color

#bbdbde #debebb

#bbdbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbde Color CSS Codes

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

#bbdbde Text Font Color

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

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


#bbdbde Background Color

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

This div background color is #bbdbde


#bbdbde Border Color

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

This div border color is #bbdbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbde


Comments

No comments written yet.

Please login to write comment.