Color Hex Logo

#bbccb6 Color Hex

#BBCCB6
(187,204,182)
0 Favorites   0 Comments

Color spaces of #bbccb6

RGB 187204182
HSL0.300.180.76
HSV106°11°80°
CMYK 0.080.000.11   0.20
XYZ50.529957.127952.6196
Yxy57.12790.31530.3564
Hunter Lab75.5830-12.936711.6314
CIE-Lab80.2515-9.82899.0016

#bbccb6 color RGB value is (187,204,182).

#bbccb6 hex color red value is 187, green value is 204 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #bbccb6 hue: 0.30 , saturation: 0.18 and the lightness value of bbccb6 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 10110110
Octal 273 314 266
Decimal 187 204 182
Hex BB CC B6

RGB Percentages of Color #bbccb6

%32.64
%35.60
%31.76

CMYK Percentages of Color #bbccb6

%8
%0
%11
%20

Triadic Colors of #bbccb6

#bbccb6 #b6bbcc #ccb6bb

Analogous Colors of #bbccb6

#bbccb6 #b6ccbc #c6ccb6

Monochromatic Colors of #bbccb6

#bbccb6

Complementary Color

#bbccb6 #c7b6cc

#bbccb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccb6 Color CSS Codes

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

#bbccb6 Text Font Color

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

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


#bbccb6 Background Color

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

This div background color is #bbccb6


#bbccb6 Border Color

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

This div border color is #bbccb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccb6


Comments

No comments written yet.

Please login to write comment.