Color Hex Logo

#bccfbd Color Hex

#BCCFBD
(188,207,189)
0 Favorites   0 Comments

Color spaces of #bccfbd

RGB 188207189
HSL0.340.170.77
HSV123°81°
CMYK 0.090.000.09   0.19
XYZ52.237258.991156.7773
Yxy58.99110.31090.3511
Hunter Lab76.8057-13.00829.9348
CIE-Lab81.2867-9.77966.7571

#bccfbd color RGB value is (188,207,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 10111101
Octal 274 317 275
Decimal 188 207 189
Hex BC CF BD

RGB Percentages of Color #bccfbd

%32.19
%35.45
%32.36

CMYK Percentages of Color #bccfbd

%9
%0
%9
%19

Triadic Colors of #bccfbd

#bccfbd #bdbccf #cfbdbc

Analogous Colors of #bccfbd

#bccfbd #bccfc7 #c5cfbc

Monochromatic Colors of #bccfbd

#bccfbd

Complementary Color

#bccfbd #cfbcce

#bccfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfbd Color CSS Codes

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

#bccfbd Text Font Color

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

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


#bccfbd Background Color

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

This div background color is #bccfbd


#bccfbd Border Color

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

This div border color is #bccfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfbd


Comments

No comments written yet.

Please login to write comment.