Color Hex Logo

#bbccbd Color Hex

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

Color spaces of #bbccbd

RGB 187204189
HSL0.350.140.77
HSV127°80°
CMYK 0.080.000.07   0.20
XYZ51.271757.424656.5259
Yxy57.42460.31030.3476
Hunter Lab75.7790-11.84118.8191
CIE-Lab80.4178-8.57345.4969

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

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

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

Base Numbers

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

RGB Percentages of Color #bbccbd

%32.24
%35.17
%32.59

CMYK Percentages of Color #bbccbd

%8
%0
%7
%20

Triadic Colors of #bbccbd

#bbccbd #bdbbcc #ccbdbb

Analogous Colors of #bbccbd

#bbccbd #bbccc6 #c2ccbb

Monochromatic Colors of #bbccbd

#bbccbd

Complementary Color

#bbccbd #ccbbca

#bbccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccbd Color CSS Codes

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

#bbccbd Text Font Color

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

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


#bbccbd Background Color

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

This div background color is #bbccbd


#bbccbd Border Color

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

This div border color is #bbccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccbd


Comments

No comments written yet.

Please login to write comment.