Color Hex Logo

#bbd9dc Color Hex

#BBD9DC
(187,217,220)
0 Favorites   0 Comments

Color spaces of #bbd9dc

RGB 187217220
HSL0.520.320.80
HSV185°15°86°
CMYK 0.150.010.00   0.14
XYZ58.224665.357877.2567
Yxy65.35780.28990.3254
Hunter Lab80.8442-12.9202-0.0681
CIE-Lab84.6678-9.2678-4.8186

#bbd9dc color RGB value is (187,217,220).

#bbd9dc hex color red value is 187, green value is 217 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbd9dc hue: 0.52 , saturation: 0.32 and the lightness value of bbd9dc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011001 11011100
Octal 273 331 334
Decimal 187 217 220
Hex BB D9 DC

RGB Percentages of Color #bbd9dc

%29.97
%34.78
%35.26

CMYK Percentages of Color #bbd9dc

%15
%1
%0
%14

Triadic Colors of #bbd9dc

#bbd9dc #dcbbd9 #d9dcbb

Analogous Colors of #bbd9dc

#bbd9dc #bbc9dc #bbdccf

Monochromatic Colors of #bbd9dc

#bbd9dc

Complementary Color

#bbd9dc #dcbebb

#bbd9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd9dc Color CSS Codes

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

#bbd9dc Text Font Color

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

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


#bbd9dc Background Color

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

This div background color is #bbd9dc


#bbd9dc Border Color

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

This div border color is #bbd9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd9dc


Comments

No comments written yet.

Please login to write comment.