Color Hex Logo

#bccbcb Color Hex

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

Color spaces of #bccbcb

RGB 188203203
HSL0.500.130.77
HSV180°80°
CMYK 0.070.000.00   0.20
XYZ52.874557.715064.8532
Yxy57.71500.30140.3290
Hunter Lab75.9704-8.71432.5655
CIE-Lab80.5801-5.0750-1.7579

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

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

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

Base Numbers

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

RGB Percentages of Color #bccbcb

%31.65
%34.18
%34.18

CMYK Percentages of Color #bccbcb

%7
%0
%0
%20

Triadic Colors of #bccbcb

#bccbcb #cbbccb #cbcbbc

Analogous Colors of #bccbcb

#bccbcb #bcc4cb #bccbc4

Monochromatic Colors of #bccbcb

#bccbcb

Complementary Color

#bccbcb #cbbcbc

#bccbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbcb Color CSS Codes

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

#bccbcb Text Font Color

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

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


#bccbcb Background Color

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

This div background color is #bccbcb


#bccbcb Border Color

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

This div border color is #bccbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbcb


Comments

No comments written yet.

Please login to write comment.