Color Hex Logo

#bdccbb Color Hex

#BDCCBB
(189,204,187)
0 Favorites   0 Comments

Color spaces of #bdccbb

RGB 189204187
HSL0.310.140.77
HSV113°80°
CMYK 0.070.000.08   0.20
XYZ51.548857.592455.4132
Yxy57.59240.31330.3500
Hunter Lab75.8897-11.55909.8303
CIE-Lab80.5116-8.24596.7204

#bdccbb color RGB value is (189,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10111011
Octal 275 314 273
Decimal 189 204 187
Hex BD CC BB

RGB Percentages of Color #bdccbb

%32.59
%35.17
%32.24

CMYK Percentages of Color #bdccbb

%7
%0
%8
%20

Triadic Colors of #bdccbb

#bdccbb #bbbdcc #ccbbbd

Analogous Colors of #bdccbb

#bdccbb #bbccc2 #c6ccbb

Monochromatic Colors of #bdccbb

#bdccbb

Complementary Color

#bdccbb #cabbcc

#bdccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccbb Color CSS Codes

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

#bdccbb Text Font Color

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

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


#bdccbb Background Color

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

This div background color is #bdccbb


#bdccbb Border Color

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

This div border color is #bdccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccbb


Comments

No comments written yet.

Please login to write comment.