Color Hex Logo

#bcc4bb Color Hex

#BCC4BB
(188,196,187)
0 Favorites   0 Comments

Color spaces of #bcc4bb

RGB 188196187
HSL0.310.070.75
HSV113°77°
CMYK 0.040.000.05   0.23
XYZ49.448653.759154.7840
Yxy53.75910.31300.3403
Hunter Lab73.3206-7.92787.0239
CIE-Lab78.3211-4.41823.5502

#bcc4bb color RGB value is (188,196,187).

#bcc4bb hex color red value is 188, green value is 196 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bcc4bb hue: 0.31 , saturation: 0.07 and the lightness value of bcc4bb is 0.75.

The process color (four color CMYK) of #bcc4bb color hex is 0.04, 0.00, 0.05, 0.23. Web safe color of #bcc4bb is #cccccc. Color #bcc4bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 10111011
Octal 274 304 273
Decimal 188 196 187
Hex BC C4 BB

RGB Percentages of Color #bcc4bb

%32.92
%34.33
%32.75

CMYK Percentages of Color #bcc4bb

%4
%0
%5
%23

Triadic Colors of #bcc4bb

#bcc4bb #bbbcc4 #c4bbbc

Analogous Colors of #bcc4bb

#bcc4bb #bbc4bf #c1c4bb

Monochromatic Colors of #bcc4bb

#bcc4bb

Complementary Color

#bcc4bb #c3bbc4

#bcc4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc4bb Color CSS Codes

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

#bcc4bb Text Font Color

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

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


#bcc4bb Background Color

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

This div background color is #bcc4bb


#bcc4bb Border Color

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

This div border color is #bcc4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc4bb


Comments

No comments written yet.

Please login to write comment.