Color Hex Logo

#bcccbe Color Hex

#BCCCBE
(188,204,190)
0 Favorites   0 Comments

Color spaces of #bcccbe

RGB 188204190
HSL0.350.140.77
HSV128°80°
CMYK 0.080.000.07   0.20
XYZ51.626257.594857.1111
Yxy57.59480.31040.3463
Hunter Lab75.8912-11.38238.5058
CIE-Lab80.5130-8.04775.1082

#bcccbe color RGB value is (188,204,190).

#bcccbe hex color red value is 188, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bcccbe hue: 0.35 , saturation: 0.14 and the lightness value of bcccbe is 0.77.

The process color (four color CMYK) of #bcccbe color hex is 0.08, 0.00, 0.07, 0.20. Web safe color of #bcccbe is #cccccc. Color #bcccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 10111110
Octal 274 314 276
Decimal 188 204 190
Hex BC CC BE

RGB Percentages of Color #bcccbe

%32.30
%35.05
%32.65

CMYK Percentages of Color #bcccbe

%8
%0
%7
%20

Triadic Colors of #bcccbe

#bcccbe #bebccc #ccbebc

Analogous Colors of #bcccbe

#bcccbe #bcccc6 #c2ccbc

Monochromatic Colors of #bcccbe

#bcccbe

Complementary Color

#bcccbe #ccbcca

#bcccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccbe Color CSS Codes

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

#bcccbe Text Font Color

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

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


#bcccbe Background Color

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

This div background color is #bcccbe


#bcccbe Border Color

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

This div border color is #bcccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccbe


Comments

No comments written yet.

Please login to write comment.