Color Hex Logo

#bcbea6 Color Hex

#BCBEA6
(188,190,166)
0 Favorites   0 Comments

Color spaces of #bcbea6

RGB 188190166
HSL0.180.160.70
HSV65°13°75°
CMYK 0.010.000.13   0.25
XYZ46.035450.271543.3534
Yxy50.27150.32960.3600
Hunter Lab70.9024-8.183013.3787
CIE-Lab76.2356-4.903211.8913

#bcbea6 color RGB value is (188,190,166).

#bcbea6 hex color red value is 188, green value is 190 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bcbea6 hue: 0.18 , saturation: 0.16 and the lightness value of bcbea6 is 0.70.

The process color (four color CMYK) of #bcbea6 color hex is 0.01, 0.00, 0.13, 0.25. Web safe color of #bcbea6 is #cccc99. Color #bcbea6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10100110
Octal 274 276 246
Decimal 188 190 166
Hex BC BE A6

RGB Percentages of Color #bcbea6

%34.56
%34.93
%30.51

CMYK Percentages of Color #bcbea6

%1
%0
%13
%25

Triadic Colors of #bcbea6

#bcbea6 #a6bcbe #bea6bc

Analogous Colors of #bcbea6

#bcbea6 #b0bea6 #beb4a6

Monochromatic Colors of #bcbea6

#bcbea6

Complementary Color

#bcbea6 #a8a6be

#bcbea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbea6 Color CSS Codes

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

#bcbea6 Text Font Color

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

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


#bcbea6 Background Color

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

This div background color is #bcbea6


#bcbea6 Border Color

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

This div border color is #bcbea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbea6


Comments

No comments written yet.

Please login to write comment.