Color Hex Logo

#bbd8dc Color Hex

#BBD8DC
(187,216,220)
0 Favorites   0 Comments

Color spaces of #bbd8dc

RGB 187216220
HSL0.520.320.80
HSV187°15°86°
CMYK 0.150.020.00   0.14
XYZ57.967764.843877.1710
Yxy64.84380.28990.3242
Hunter Lab80.5256-12.4238-0.4521
CIE-Lab84.4032-8.7528-5.2089

#bbd8dc color RGB value is (187,216,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 11011100
Octal 273 330 334
Decimal 187 216 220
Hex BB D8 DC

RGB Percentages of Color #bbd8dc

%30.02
%34.67
%35.31

CMYK Percentages of Color #bbd8dc

%15
%2
%0
%14

Triadic Colors of #bbd8dc

#bbd8dc #dcbbd8 #d8dcbb

Analogous Colors of #bbd8dc

#bbd8dc #bbc8dc #bbdcd0

Monochromatic Colors of #bbd8dc

#bbd8dc

Complementary Color

#bbd8dc #dcbfbb

#bbd8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd8dc Color CSS Codes

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

#bbd8dc Text Font Color

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

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


#bbd8dc Background Color

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

This div background color is #bbd8dc


#bbd8dc Border Color

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

This div border color is #bbd8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd8dc


Comments

No comments written yet.

Please login to write comment.