Color Hex Logo

#bdcbbf Color Hex

#BDCBBF
(189,203,191)
1 Favorites   0 Comments

Color spaces of #bdcbbf

RGB 189203191
HSL0.360.120.77
HSV129°80°
CMYK 0.070.000.06   0.20
XYZ51.746257.292357.6214
Yxy57.29230.31050.3438
Hunter Lab75.6917-10.42997.8488
CIE-Lab80.3437-7.00234.3374

#bdcbbf color RGB value is (189,203,191).

#bdcbbf hex color red value is 189, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bdcbbf hue: 0.36 , saturation: 0.12 and the lightness value of bdcbbf is 0.77.

The process color (four color CMYK) of #bdcbbf color hex is 0.07, 0.00, 0.06, 0.20. Web safe color of #bdcbbf is #cccccc. Color #bdcbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 10111111
Octal 275 313 277
Decimal 189 203 191
Hex BD CB BF

RGB Percentages of Color #bdcbbf

%32.42
%34.82
%32.76

CMYK Percentages of Color #bdcbbf

%7
%0
%6
%20

Triadic Colors of #bdcbbf

#bdcbbf #bfbdcb #cbbfbd

Analogous Colors of #bdcbbf

#bdcbbf #bdcbc6 #c2cbbd

Monochromatic Colors of #bdcbbf

#bdcbbf

Complementary Color

#bdcbbf #cbbdc9

#bdcbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbbf Color CSS Codes

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

#bdcbbf Text Font Color

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

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


#bdcbbf Background Color

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

This div background color is #bdcbbf


#bdcbbf Border Color

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

This div border color is #bdcbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbbf


Comments

No comments written yet.

Please login to write comment.