Color Hex Logo

#bccebb Color Hex

#BCCEBB
(188,206,187)
0 Favorites   0 Comments

Color spaces of #bccebb

RGB 188206187
HSL0.320.160.77
HSV117°81°
CMYK 0.090.000.09   0.19
XYZ51.780058.421855.5612
Yxy58.42180.31240.3524
Hunter Lab76.4342-12.835710.4051
CIE-Lab80.9727-9.62467.3734

#bccebb color RGB value is (188,206,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 10111011
Octal 274 316 273
Decimal 188 206 187
Hex BC CE BB

RGB Percentages of Color #bccebb

%32.36
%35.46
%32.19

CMYK Percentages of Color #bccebb

%9
%0
%9
%19

Triadic Colors of #bccebb

#bccebb #bbbcce #cebbbc

Analogous Colors of #bccebb

#bccebb #bbcec4 #c6cebb

Monochromatic Colors of #bccebb

#bccebb

Complementary Color

#bccebb #cdbbce

#bccebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccebb Color CSS Codes

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

#bccebb Text Font Color

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

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


#bccebb Background Color

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

This div background color is #bccebb


#bccebb Border Color

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

This div border color is #bccebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccebb


Comments

No comments written yet.

Please login to write comment.