Color Hex Logo

#bbdcdb Color Hex

#BBDCDB
(187,220,219)
0 Favorites   0 Comments

Color spaces of #bbdcdb

RGB 187220219
HSL0.490.320.80
HSV178°15°86°
CMYK 0.150.000.00   0.14
XYZ58.872966.865776.8213
Yxy66.86570.29060.3301
Hunter Lab81.7714-14.58561.5392
CIE-Lab85.4361-11.0092-3.1582

#bbdcdb color RGB value is (187,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11011011
Octal 273 334 333
Decimal 187 220 219
Hex BB DC DB

RGB Percentages of Color #bbdcdb

%29.87
%35.14
%34.98

CMYK Percentages of Color #bbdcdb

%15
%0
%0
%14

Triadic Colors of #bbdcdb

#bbdcdb #dbbbdc #dcdbbb

Analogous Colors of #bbdcdb

#bbdcdb #bbcddc #bbdccb

Monochromatic Colors of #bbdcdb

#bbdcdb

Complementary Color

#bbdcdb #dcbbbc

#bbdcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcdb Color CSS Codes

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

#bbdcdb Text Font Color

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

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


#bbdcdb Background Color

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

This div background color is #bbdcdb


#bbdcdb Border Color

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

This div border color is #bbdcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcdb


Comments

No comments written yet.

Please login to write comment.