Color Hex Logo

#bccfbb Color Hex

#BCCFBB
(188,207,187)
0 Favorites   0 Comments

Color spaces of #bccfbb

RGB 188207187
HSL0.330.170.77
HSV117°10°81°
CMYK 0.090.000.10   0.19
XYZ52.021558.904955.6417
Yxy58.90490.31230.3536
Hunter Lab76.7495-13.322810.7407
CIE-Lab81.2393-10.13977.7558

#bccfbb color RGB value is (188,207,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 10111011
Octal 274 317 273
Decimal 188 207 187
Hex BC CF BB

RGB Percentages of Color #bccfbb

%32.30
%35.57
%32.13

CMYK Percentages of Color #bccfbb

%9
%0
%10
%19

Triadic Colors of #bccfbb

#bccfbb #bbbccf #cfbbbc

Analogous Colors of #bccfbb

#bccfbb #bbcfc4 #c6cfbb

Monochromatic Colors of #bccfbb

#bccfbb

Complementary Color

#bccfbb #cebbcf

#bccfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfbb Color CSS Codes

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

#bccfbb Text Font Color

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

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


#bccfbb Background Color

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

This div background color is #bccfbb


#bccfbb Border Color

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

This div border color is #bccfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfbb


Comments

No comments written yet.

Please login to write comment.