Color Hex Logo

#bccbc6 Color Hex

#BCCBC6
(188,203,198)
0 Favorites   0 Comments

Color spaces of #bccbc6

RGB 188203198
HSL0.440.130.77
HSV160°80°
CMYK 0.070.000.02   0.20
XYZ52.288057.480561.7650
Yxy57.48050.30480.3351
Hunter Lab75.8159-9.57164.7693
CIE-Lab80.4491-6.03650.7308

#bccbc6 color RGB value is (188,203,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11000110
Octal 274 313 306
Decimal 188 203 198
Hex BC CB C6

RGB Percentages of Color #bccbc6

%31.92
%34.47
%33.62

CMYK Percentages of Color #bccbc6

%7
%0
%2
%20

Triadic Colors of #bccbc6

#bccbc6 #c6bccb #cbc6bc

Analogous Colors of #bccbc6

#bccbc6 #bcc9cb #bccbbf

Monochromatic Colors of #bccbc6

#bccbc6

Complementary Color

#bccbc6 #cbbcc1

#bccbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbc6 Color CSS Codes

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

#bccbc6 Text Font Color

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

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


#bccbc6 Background Color

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

This div background color is #bccbc6


#bccbc6 Border Color

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

This div border color is #bccbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbc6


Comments

No comments written yet.

Please login to write comment.