Color Hex Logo

#bbd7dc Color Hex

#BBD7DC
(187,215,220)
0 Favorites   0 Comments

Color spaces of #bbd7dc

RGB 187215220
HSL0.530.320.80
HSV189°15°86°
CMYK 0.150.020.00   0.14
XYZ57.712264.333077.0859
Yxy64.33300.28980.3231
Hunter Lab80.2079-11.9271-0.8367
CIE-Lab84.1388-8.2373-5.5990

#bbd7dc color RGB value is (187,215,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 11011100
Octal 273 327 334
Decimal 187 215 220
Hex BB D7 DC

RGB Percentages of Color #bbd7dc

%30.06
%34.57
%35.37

CMYK Percentages of Color #bbd7dc

%15
%2
%0
%14

Triadic Colors of #bbd7dc

#bbd7dc #dcbbd7 #d7dcbb

Analogous Colors of #bbd7dc

#bbd7dc #bbc7dc #bbdcd1

Monochromatic Colors of #bbd7dc

#bbd7dc

Complementary Color

#bbd7dc #dcc0bb

#bbd7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd7dc Color CSS Codes

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

#bbd7dc Text Font Color

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

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


#bbd7dc Background Color

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

This div background color is #bbd7dc


#bbd7dc Border Color

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

This div border color is #bbd7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd7dc

#bbd7dc Color Palettes


Comments

No comments written yet.

Please login to write comment.