Color Hex Logo

#bbdcce Color Hex

#BBDCCE
(187,220,206)
0 Favorites   0 Comments

Color spaces of #bbdcce

RGB 187220206
HSL0.430.320.80
HSV155°15°86°
CMYK 0.150.000.06   0.14
XYZ57.227366.207468.1556
Yxy66.20740.29870.3456
Hunter Lab81.3679-16.85217.2949
CIE-Lab85.1021-13.57843.2295

#bbdcce color RGB value is (187,220,206).

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

The process color (four color CMYK) of #bbdcce color hex is 0.15, 0.00, 0.06, 0.14. Web safe color of #bbdcce is #cccccc. Color #bbdcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11001110
Octal 273 334 316
Decimal 187 220 206
Hex BB DC CE

RGB Percentages of Color #bbdcce

%30.51
%35.89
%33.61

CMYK Percentages of Color #bbdcce

%15
%0
%6
%14

Triadic Colors of #bbdcce

#bbdcce #cebbdc #dccebb

Analogous Colors of #bbdcce

#bbdcce #bbdadc #bbdcbe

Monochromatic Colors of #bbdcce

#bbdcce

Complementary Color

#bbdcce #dcbbc9

#bbdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcce Color CSS Codes

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

#bbdcce Text Font Color

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

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


#bbdcce Background Color

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

This div background color is #bbdcce


#bbdcce Border Color

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

This div border color is #bbdcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcce


Comments

No comments written yet.

Please login to write comment.