Color Hex Logo

#bbd6dc Color Hex

#BBD6DC
(187,214,220)
0 Favorites   0 Comments

Color spaces of #bbd6dc

RGB 187214220
HSL0.530.320.80
HSV191°15°86°
CMYK 0.150.030.00   0.14
XYZ57.458463.825277.0013
Yxy63.82520.28980.3219
Hunter Lab79.8907-11.4292-1.2222
CIE-Lab83.8747-7.7202-5.9893

#bbd6dc color RGB value is (187,214,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 11011100
Octal 273 326 334
Decimal 187 214 220
Hex BB D6 DC

RGB Percentages of Color #bbd6dc

%30.11
%34.46
%35.43

CMYK Percentages of Color #bbd6dc

%15
%3
%0
%14

Triadic Colors of #bbd6dc

#bbd6dc #dcbbd6 #d6dcbb

Analogous Colors of #bbd6dc

#bbd6dc #bbc6dc #bbdcd2

Monochromatic Colors of #bbd6dc

#bbd6dc

Complementary Color

#bbd6dc #dcc1bb

#bbd6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd6dc Color CSS Codes

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

#bbd6dc Text Font Color

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

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


#bbd6dc Background Color

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

This div background color is #bbd6dc


#bbd6dc Border Color

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

This div border color is #bbd6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd6dc


Comments

No comments written yet.

Please login to write comment.