Color Hex Logo

#bdc2bb Color Hex

#BDC2BB
(189,194,187)
0 Favorites   0 Comments

Color spaces of #bdc2bb

RGB 189194187
HSL0.290.050.75
HSV103°76°
CMYK 0.030.000.04   0.24
XYZ49.247752.990254.6462
Yxy52.99020.31390.3378
Hunter Lab72.7944-6.62926.4475
CIE-Lab77.8692-3.01592.9047

#bdc2bb color RGB value is (189,194,187).

#bdc2bb hex color red value is 189, green value is 194 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bdc2bb hue: 0.29 , saturation: 0.05 and the lightness value of bdc2bb is 0.75.

The process color (four color CMYK) of #bdc2bb color hex is 0.03, 0.00, 0.04, 0.24. Web safe color of #bdc2bb is #cccccc. Color #bdc2bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 10111011
Octal 275 302 273
Decimal 189 194 187
Hex BD C2 BB

RGB Percentages of Color #bdc2bb

%33.16
%34.04
%32.81

CMYK Percentages of Color #bdc2bb

%3
%0
%4
%24

Triadic Colors of #bdc2bb

#bdc2bb #bbbdc2 #c2bbbd

Analogous Colors of #bdc2bb

#bdc2bb #bbc2bd #c1c2bb

Monochromatic Colors of #bdc2bb

#bdc2bb

Complementary Color

#bdc2bb #c0bbc2

#bdc2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc2bb Color CSS Codes

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

#bdc2bb Text Font Color

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

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


#bdc2bb Background Color

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

This div background color is #bdc2bb


#bdc2bb Border Color

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

This div border color is #bdc2bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,194,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 #bdc2bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc2bb


Comments

No comments written yet.

Please login to write comment.