Color Hex Logo

#bccfcb Color Hex

#BCCFCB
(188,207,203)
0 Favorites   0 Comments

Color spaces of #bccfcb

RGB 188207203
HSL0.460.170.77
HSV167°81°
CMYK 0.090.000.02   0.19
XYZ53.831459.628865.1722
Yxy59.62880.30140.3338
Hunter Lab77.2197-10.69854.0140
CIE-Lab81.6360-7.1605-0.2128

#bccfcb color RGB value is (188,207,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11001011
Octal 274 317 313
Decimal 188 207 203
Hex BC CF CB

RGB Percentages of Color #bccfcb

%31.44
%34.62
%33.95

CMYK Percentages of Color #bccfcb

%9
%0
%2
%19

Triadic Colors of #bccfcb

#bccfcb #cbbccf #cfcbbc

Analogous Colors of #bccfcb

#bccfcb #bccacf #bccfc2

Monochromatic Colors of #bccfcb

#bccfcb

Complementary Color

#bccfcb #cfbcc0

#bccfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfcb Color CSS Codes

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

#bccfcb Text Font Color

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

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


#bccfcb Background Color

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

This div background color is #bccfcb


#bccfcb Border Color

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

This div border color is #bccfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfcb

#bccfcb Color Palettes


Comments

No comments written yet.

Please login to write comment.