Color Hex Logo

#bccdbe Color Hex

#BCCDBE
(188,205,190)
0 Favorites   0 Comments

Color spaces of #bccdbe

RGB 188205190
HSL0.350.150.77
HSV127°80°
CMYK 0.080.000.07   0.20
XYZ51.864658.071757.1906
Yxy58.07170.31030.3475
Hunter Lab76.2048-11.87228.8471
CIE-Lab80.7786-8.56575.4914

#bccdbe color RGB value is (188,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 10111110
Octal 274 315 276
Decimal 188 205 190
Hex BC CD BE

RGB Percentages of Color #bccdbe

%32.25
%35.16
%32.59

CMYK Percentages of Color #bccdbe

%8
%0
%7
%20

Triadic Colors of #bccdbe

#bccdbe #bebccd #cdbebc

Analogous Colors of #bccdbe

#bccdbe #bccdc7 #c3cdbc

Monochromatic Colors of #bccdbe

#bccdbe

Complementary Color

#bccdbe #cdbccb

#bccdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdbe Color CSS Codes

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

#bccdbe Text Font Color

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

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


#bccdbe Background Color

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

This div background color is #bccdbe


#bccdbe Border Color

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

This div border color is #bccdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdbe


Comments

No comments written yet.

Please login to write comment.