Color Hex Logo

#bcdbbb Color Hex

#BCDBBB
(188,219,187)
0 Favorites   0 Comments

Color spaces of #bcdbbb

RGB 188219187
HSL0.330.310.80
HSV118°15°86°
CMYK 0.140.000.15   0.14
XYZ55.040264.942356.6479
Yxy64.94230.31160.3677
Hunter Lab80.5868-19.112614.7333
CIE-Lab84.4540-16.233412.3403

#bcdbbb color RGB value is (188,219,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10111011
Octal 274 333 273
Decimal 188 219 187
Hex BC DB BB

RGB Percentages of Color #bcdbbb

%31.65
%36.87
%31.48

CMYK Percentages of Color #bcdbbb

%14
%0
%15
%14

Triadic Colors of #bcdbbb

#bcdbbb #bbbcdb #dbbbbc

Analogous Colors of #bcdbbb

#bcdbbb #bbdbca #ccdbbb

Monochromatic Colors of #bcdbbb

#bcdbbb

Complementary Color

#bcdbbb #dabbdb

#bcdbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbbb Color CSS Codes

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

#bcdbbb Text Font Color

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

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


#bcdbbb Background Color

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

This div background color is #bcdbbb


#bcdbbb Border Color

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

This div border color is #bcdbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbbb


Comments

No comments written yet.

Please login to write comment.