Color Hex Logo

#bcbdaf Color Hex

#BCBDAF
(188,189,175)
0 Favorites   0 Comments

Color spaces of #bcbdaf

RGB 188189175
HSL0.180.100.71
HSV64°74°
CMYK 0.010.000.07   0.26
XYZ46.674550.181747.7835
Yxy50.18170.32270.3469
Hunter Lab70.8390-6.35819.5941
CIE-Lab76.1807-2.85766.9465

#bcbdaf color RGB value is (188,189,175).

#bcbdaf hex color red value is 188, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bcbdaf hue: 0.18 , saturation: 0.10 and the lightness value of bcbdaf is 0.71.

The process color (four color CMYK) of #bcbdaf color hex is 0.01, 0.00, 0.07, 0.26. Web safe color of #bcbdaf is #cccc99. Color #bcbdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 10101111
Octal 274 275 257
Decimal 188 189 175
Hex BC BD AF

RGB Percentages of Color #bcbdaf

%34.06
%34.24
%31.70

CMYK Percentages of Color #bcbdaf

%1
%0
%7
%26

Triadic Colors of #bcbdaf

#bcbdaf #afbcbd #bdafbc

Analogous Colors of #bcbdaf

#bcbdaf #b5bdaf #bdb7af

Monochromatic Colors of #bcbdaf

#bcbdaf

Complementary Color

#bcbdaf #b0afbd

#bcbdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdaf Color CSS Codes

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

#bcbdaf Text Font Color

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

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


#bcbdaf Background Color

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

This div background color is #bcbdaf


#bcbdaf Border Color

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

This div border color is #bcbdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdaf


Comments

No comments written yet.

Please login to write comment.