Color Hex Logo

#bdcbb0 Color Hex

#BDCBB0
(189,203,176)
0 Favorites   0 Comments

Color spaces of #bdcbb0

RGB 189203176
HSL0.250.210.74
HSV91°13°80°
CMYK 0.070.000.13   0.20
XYZ50.178756.665349.3671
Yxy56.66530.32120.3627
Hunter Lab75.2764-12.746813.8104
CIE-Lab79.9910-9.646611.8552

#bdcbb0 color RGB value is (189,203,176).

#bdcbb0 hex color red value is 189, green value is 203 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bdcbb0 hue: 0.25 , saturation: 0.21 and the lightness value of bdcbb0 is 0.74.

The process color (four color CMYK) of #bdcbb0 color hex is 0.07, 0.00, 0.13, 0.20. Web safe color of #bdcbb0 is #cccc99. Color #bdcbb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 10110000
Octal 275 313 260
Decimal 189 203 176
Hex BD CB B0

RGB Percentages of Color #bdcbb0

%33.27
%35.74
%30.99

CMYK Percentages of Color #bdcbb0

%7
%0
%13
%20

Triadic Colors of #bdcbb0

#bdcbb0 #b0bdcb #cbb0bd

Analogous Colors of #bdcbb0

#bdcbb0 #b0cbb1 #cbcbb0

Monochromatic Colors of #bdcbb0

#bdcbb0

Complementary Color

#bdcbb0 #beb0cb

#bdcbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbb0 Color CSS Codes

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

#bdcbb0 Text Font Color

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

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


#bdcbb0 Background Color

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

This div background color is #bdcbb0


#bdcbb0 Border Color

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

This div border color is #bdcbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbb0


Comments

No comments written yet.

Please login to write comment.