Color Hex Logo

#bcbfcd Color Hex

#BCBFCD
(188,191,205)
0 Favorites   0 Comments

Color spaces of #bcbfcd

RGB 188191205
HSL0.640.150.77
HSV229°80°
CMYK 0.080.070.00   0.20
XYZ50.389352.360765.2084
Yxy52.36070.30000.3117
Hunter Lab72.3607-2.3304-2.7772
CIE-Lab77.49601.6720-7.3819

#bcbfcd color RGB value is (188,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 11001101
Octal 274 277 315
Decimal 188 191 205
Hex BC BF CD

RGB Percentages of Color #bcbfcd

%32.19
%32.71
%35.10

CMYK Percentages of Color #bcbfcd

%8
%7
%0
%20

Triadic Colors of #bcbfcd

#bcbfcd #cdbcbf #bfcdbc

Analogous Colors of #bcbfcd

#bcbfcd #c2bccd #bcc8cd

Monochromatic Colors of #bcbfcd

#bcbfcd

Complementary Color

#bcbfcd #cdcabc

#bcbfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfcd Color CSS Codes

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

#bcbfcd Text Font Color

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

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


#bcbfcd Background Color

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

This div background color is #bcbfcd


#bcbfcd Border Color

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

This div border color is #bcbfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfcd


Comments

No comments written yet.

Please login to write comment.