Color Hex Logo

#bcbfad Color Hex

#BCBFAD
(188,191,173)
0 Favorites   0 Comments

Color spaces of #bcbfad

RGB 188191173
HSL0.190.120.71
HSV70°75°
CMYK 0.020.000.09   0.25
XYZ46.912750.970146.9008
Yxy50.97010.32400.3520
Hunter Lab71.3933-7.645711.0257
CIE-Lab76.6609-4.25778.7162

#bcbfad color RGB value is (188,191,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 10101101
Octal 274 277 255
Decimal 188 191 173
Hex BC BF AD

RGB Percentages of Color #bcbfad

%34.06
%34.60
%31.34

CMYK Percentages of Color #bcbfad

%2
%0
%9
%25

Triadic Colors of #bcbfad

#bcbfad #adbcbf #bfadbc

Analogous Colors of #bcbfad

#bcbfad #b3bfad #bfb9ad

Monochromatic Colors of #bcbfad

#bcbfad

Complementary Color

#bcbfad #b0adbf

#bcbfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfad Color CSS Codes

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

#bcbfad Text Font Color

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

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


#bcbfad Background Color

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

This div background color is #bcbfad


#bcbfad Border Color

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

This div border color is #bcbfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfad


Comments

No comments written yet.

Please login to write comment.