Color Hex Logo

#bbdbdd Color Hex

#BBDBDD
(187,219,221)
1 Favorites   0 Comments

Color spaces of #bbdbdd

RGB 187219221
HSL0.510.330.80
HSV184°15°87°
CMYK 0.150.010.00   0.13
XYZ58.876266.448378.1293
Yxy66.44830.28940.3266
Hunter Lab81.5158-13.72800.2342
CIE-Lab85.2246-10.0896-4.5277

#bbdbdd color RGB value is (187,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11011101
Octal 273 333 335
Decimal 187 219 221
Hex BB DB DD

RGB Percentages of Color #bbdbdd

%29.82
%34.93
%35.25

CMYK Percentages of Color #bbdbdd

%15
%1
%0
%13

Triadic Colors of #bbdbdd

#bbdbdd #ddbbdb #dbddbb

Analogous Colors of #bbdbdd

#bbdbdd #bbcadd #bbddce

Monochromatic Colors of #bbdbdd

#bbdbdd

Complementary Color

#bbdbdd #ddbdbb

#bbdbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbdd Color CSS Codes

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

#bbdbdd Text Font Color

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

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


#bbdbdd Background Color

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

This div background color is #bbdbdd


#bbdbdd Border Color

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

This div border color is #bbdbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbdd


Comments

No comments written yet.

Please login to write comment.