Color Hex Logo

#bcbfa8 Color Hex

#BCBFA8
(188,191,168)
0 Favorites   0 Comments

Color spaces of #bcbfa8

RGB 188191168
HSL0.190.150.70
HSV68°12°75°
CMYK 0.020.000.12   0.25
XYZ46.437750.780144.3998
Yxy50.78010.32790.3586
Hunter Lab71.2602-8.383212.9405
CIE-Lab76.5456-5.098911.2514

#bcbfa8 color RGB value is (188,191,168).

#bcbfa8 hex color red value is 188, green value is 191 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bcbfa8 hue: 0.19 , saturation: 0.15 and the lightness value of bcbfa8 is 0.70.

The process color (four color CMYK) of #bcbfa8 color hex is 0.02, 0.00, 0.12, 0.25. Web safe color of #bcbfa8 is #cccc99. Color #bcbfa8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 10101000
Octal 274 277 250
Decimal 188 191 168
Hex BC BF A8

RGB Percentages of Color #bcbfa8

%34.37
%34.92
%30.71

CMYK Percentages of Color #bcbfa8

%2
%0
%12
%25

Triadic Colors of #bcbfa8

#bcbfa8 #a8bcbf #bfa8bc

Analogous Colors of #bcbfa8

#bcbfa8 #b1bfa8 #bfb7a8

Monochromatic Colors of #bcbfa8

#bcbfa8

Complementary Color

#bcbfa8 #aba8bf

#bcbfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfa8 Color CSS Codes

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

#bcbfa8 Text Font Color

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

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


#bcbfa8 Background Color

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

This div background color is #bcbfa8


#bcbfa8 Border Color

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

This div border color is #bcbfa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfa8


Comments

No comments written yet.

Please login to write comment.