Color Hex Logo

#bccfbc Color Hex

#BCCFBC
(188,207,188)
0 Favorites   0 Comments

Color spaces of #bccfbc

RGB 188207188
HSL0.330.170.77
HSV120°81°
CMYK 0.090.000.09   0.19
XYZ52.129058.947956.2075
Yxy58.94790.31160.3524
Hunter Lab76.7775-13.166010.3391
CIE-Lab81.2629-9.96027.2564

#bccfbc color RGB value is (188,207,188).

#bccfbc hex color red value is 188, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bccfbc hue: 0.33 , saturation: 0.17 and the lightness value of bccfbc is 0.77.

The process color (four color CMYK) of #bccfbc color hex is 0.09, 0.00, 0.09, 0.19. Web safe color of #bccfbc is #cccccc. Color #bccfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 10111100
Octal 274 317 274
Decimal 188 207 188
Hex BC CF BC

RGB Percentages of Color #bccfbc

%32.25
%35.51
%32.25

CMYK Percentages of Color #bccfbc

%9
%0
%9
%19

Triadic Colors of #bccfbc

#bccfbc #bcbccf #cfbcbc

Analogous Colors of #bccfbc

#bccfbc #bccfc6 #c6cfbc

Monochromatic Colors of #bccfbc

#bccfbc

Complementary Color

#bccfbc #cfbccf

#bccfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfbc Color CSS Codes

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

#bccfbc Text Font Color

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

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


#bccfbc Background Color

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

This div background color is #bccfbc


#bccfbc Border Color

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

This div border color is #bccfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfbc


Comments

No comments written yet.

Please login to write comment.