Color Hex Logo

#bcbf9d Color Hex

#BCBF9D
(188,191,157)
0 Favorites   0 Comments

Color spaces of #bcbf9d

RGB 188191157
HSL0.180.210.68
HSV65°18°75°
CMYK 0.020.000.18   0.25
XYZ45.455650.387339.2282
Yxy50.38730.33650.3730
Hunter Lab70.9840-9.917116.9231
CIE-Lab76.3064-6.863716.8365

#bcbf9d color RGB value is (188,191,157).

#bcbf9d hex color red value is 188, green value is 191 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bcbf9d hue: 0.18 , saturation: 0.21 and the lightness value of bcbf9d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 10011101
Octal 274 277 235
Decimal 188 191 157
Hex BC BF 9D

RGB Percentages of Color #bcbf9d

%35.07
%35.63
%29.29

CMYK Percentages of Color #bcbf9d

%2
%0
%18
%25

Triadic Colors of #bcbf9d

#bcbf9d #9dbcbf #bf9dbc

Analogous Colors of #bcbf9d

#bcbf9d #abbf9d #bfb19d

Monochromatic Colors of #bcbf9d

#bcbf9d

Complementary Color

#bcbf9d #a09dbf

#bcbf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbf9d Color CSS Codes

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

#bcbf9d Text Font Color

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

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


#bcbf9d Background Color

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

This div background color is #bcbf9d


#bcbf9d Border Color

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

This div border color is #bcbf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbf9d


Comments

No comments written yet.

Please login to write comment.