Color Hex Logo

#bcbfa5 Color Hex

#BCBFA5
(188,191,165)
0 Favorites   0 Comments

Color spaces of #bcbfa5

RGB 188191165
HSL0.190.170.70
HSV67°14°75°
CMYK 0.020.000.14   0.25
XYZ46.161450.669642.9446
Yxy50.66960.33030.3625
Hunter Lab71.1826-8.813514.0580
CIE-Lab76.4784-5.592012.7739

#bcbfa5 color RGB value is (188,191,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 10100101
Octal 274 277 245
Decimal 188 191 165
Hex BC BF A5

RGB Percentages of Color #bcbfa5

%34.56
%35.11
%30.33

CMYK Percentages of Color #bcbfa5

%2
%0
%14
%25

Triadic Colors of #bcbfa5

#bcbfa5 #a5bcbf #bfa5bc

Analogous Colors of #bcbfa5

#bcbfa5 #afbfa5 #bfb5a5

Monochromatic Colors of #bcbfa5

#bcbfa5

Complementary Color

#bcbfa5 #a8a5bf

#bcbfa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfa5 Color CSS Codes

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

#bcbfa5 Text Font Color

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

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


#bcbfa5 Background Color

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

This div background color is #bcbfa5


#bcbfa5 Border Color

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

This div border color is #bcbfa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfa5


Comments

No comments written yet.

Please login to write comment.