Color Hex Logo

#bdc7bb Color Hex

#BDC7BB
(189,199,187)
0 Favorites   0 Comments

Color spaces of #bdc7bb

RGB 189199187
HSL0.310.100.76
HSV110°78°
CMYK 0.050.000.06   0.22
XYZ50.379355.253555.0234
Yxy55.25350.31360.3439
Hunter Lab74.3327-9.10318.1446
CIE-Lab79.1871-5.64374.8120

#bdc7bb color RGB value is (189,199,187).

#bdc7bb hex color red value is 189, green value is 199 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bdc7bb hue: 0.31 , saturation: 0.10 and the lightness value of bdc7bb is 0.76.

The process color (four color CMYK) of #bdc7bb color hex is 0.05, 0.00, 0.06, 0.22. Web safe color of #bdc7bb is #cccccc. Color #bdc7bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 10111011
Octal 275 307 273
Decimal 189 199 187
Hex BD C7 BB

RGB Percentages of Color #bdc7bb

%32.87
%34.61
%32.52

CMYK Percentages of Color #bdc7bb

%5
%0
%6
%22

Triadic Colors of #bdc7bb

#bdc7bb #bbbdc7 #c7bbbd

Analogous Colors of #bdc7bb

#bdc7bb #bbc7bf #c3c7bb

Monochromatic Colors of #bdc7bb

#bdc7bb

Complementary Color

#bdc7bb #c5bbc7

#bdc7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc7bb Color CSS Codes

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

#bdc7bb Text Font Color

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

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


#bdc7bb Background Color

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

This div background color is #bdc7bb


#bdc7bb Border Color

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

This div border color is #bdc7bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc7bb


Comments

No comments written yet.

Please login to write comment.