Color Hex Logo

#bcbccb Color Hex

#BCBCCB
(188,188,203)
0 Favorites   0 Comments

Color spaces of #bcbccb

RGB 188188203
HSL0.670.130.77
HSV240°80°
CMYK 0.070.070.00   0.20
XYZ49.501750.969663.7290
Yxy50.96960.30150.3104
Hunter Lab71.3930-1.1714-2.9502
CIE-Lab76.66062.8829-7.5377

#bcbccb color RGB value is (188,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 11001011
Octal 274 274 313
Decimal 188 188 203
Hex BC BC CB

RGB Percentages of Color #bcbccb

%32.47
%32.47
%35.06

CMYK Percentages of Color #bcbccb

%7
%7
%0
%20

Triadic Colors of #bcbccb

#bcbccb #cbbcbc #bccbbc

Analogous Colors of #bcbccb

#bcbccb #c4bccb #bcc4cb

Monochromatic Colors of #bcbccb

#bcbccb

Complementary Color

#bcbccb #cbcbbc

#bcbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbccb Color CSS Codes

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

#bcbccb Text Font Color

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

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


#bcbccb Background Color

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

This div background color is #bcbccb


#bcbccb Border Color

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

This div border color is #bcbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbccb


Comments

No comments written yet.

Please login to write comment.