Color Hex Logo

#bcbfcb Color Hex

#BCBFCB
(188,191,203)
0 Favorites   0 Comments

Color spaces of #bcbfcb

RGB 188191203
HSL0.630.130.77
HSV228°80°
CMYK 0.070.060.00   0.20
XYZ50.149352.264863.9449
Yxy52.26480.30150.3142
Hunter Lab72.2944-2.6930-1.8363
CIE-Lab77.43891.2747-6.3845

#bcbfcb color RGB value is (188,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 11001011
Octal 274 277 313
Decimal 188 191 203
Hex BC BF CB

RGB Percentages of Color #bcbfcb

%32.30
%32.82
%34.88

CMYK Percentages of Color #bcbfcb

%7
%6
%0
%20

Triadic Colors of #bcbfcb

#bcbfcb #cbbcbf #bfcbbc

Analogous Colors of #bcbfcb

#bcbfcb #c1bccb #bcc7cb

Monochromatic Colors of #bcbfcb

#bcbfcb

Complementary Color

#bcbfcb #cbc8bc

#bcbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfcb Color CSS Codes

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

#bcbfcb Text Font Color

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

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


#bcbfcb Background Color

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

This div background color is #bcbfcb


#bcbfcb Border Color

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

This div border color is #bcbfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfcb

#bcbfcb Color Palettes


Comments

No comments written yet.

Please login to write comment.