Color Hex Logo

#bbcdbd Color Hex

#BBCDBD
(187,205,189)
0 Favorites   0 Comments

Color spaces of #bbcdbd

RGB 187205189
HSL0.350.150.77
HSV127°80°
CMYK 0.090.000.08   0.20
XYZ51.510157.901656.6054
Yxy57.90160.31030.3488
Hunter Lab76.0931-12.33009.1595
CIE-Lab80.6841-9.09115.8806

#bbcdbd color RGB value is (187,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 10111101
Octal 273 315 275
Decimal 187 205 189
Hex BB CD BD

RGB Percentages of Color #bbcdbd

%32.19
%35.28
%32.53

CMYK Percentages of Color #bbcdbd

%9
%0
%8
%20

Triadic Colors of #bbcdbd

#bbcdbd #bdbbcd #cdbdbb

Analogous Colors of #bbcdbd

#bbcdbd #bbcdc6 #c2cdbb

Monochromatic Colors of #bbcdbd

#bbcdbd

Complementary Color

#bbcdbd #cdbbcb

#bbcdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdbd Color CSS Codes

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

#bbcdbd Text Font Color

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

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


#bbcdbd Background Color

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

This div background color is #bbcdbd


#bbcdbd Border Color

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

This div border color is #bbcdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdbd


Comments

No comments written yet.

Please login to write comment.