Color Hex Logo

#bbd3dc Color Hex

#BBD3DC
(187,211,220)
0 Favorites   0 Comments

Color spaces of #bbd3dc

RGB 187211220
HSL0.550.320.80
HSV196°15°86°
CMYK 0.150.040.00   0.14
XYZ56.706062.320676.7505
Yxy62.32060.28960.3183
Hunter Lab78.9434-9.9322-2.3827
CIE-Lab83.0836-6.1639-7.1595

#bbd3dc color RGB value is (187,211,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 11011100
Octal 273 323 334
Decimal 187 211 220
Hex BB D3 DC

RGB Percentages of Color #bbd3dc

%30.26
%34.14
%35.60

CMYK Percentages of Color #bbd3dc

%15
%4
%0
%14

Triadic Colors of #bbd3dc

#bbd3dc #dcbbd3 #d3dcbb

Analogous Colors of #bbd3dc

#bbd3dc #bbc3dc #bbdcd5

Monochromatic Colors of #bbd3dc

#bbd3dc

Complementary Color

#bbd3dc #dcc4bb

#bbd3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd3dc Color CSS Codes

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

#bbd3dc Text Font Color

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

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


#bbd3dc Background Color

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

This div background color is #bbd3dc


#bbd3dc Border Color

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

This div border color is #bbd3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd3dc


Comments

No comments written yet.

Please login to write comment.