Color Hex Logo

#bbccbf Color Hex

#BBCCBF
(187,204,191)
0 Favorites   0 Comments

Color spaces of #bbccbf

RGB 187204191
HSL0.370.140.77
HSV134°80°
CMYK 0.080.000.06   0.20
XYZ51.490457.512157.6773
Yxy57.51210.30890.3450
Hunter Lab75.8367-11.51927.9930
CIE-Lab80.4668-8.20654.4973

#bbccbf color RGB value is (187,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 10111111
Octal 273 314 277
Decimal 187 204 191
Hex BB CC BF

RGB Percentages of Color #bbccbf

%32.13
%35.05
%32.82

CMYK Percentages of Color #bbccbf

%8
%0
%6
%20

Triadic Colors of #bbccbf

#bbccbf #bfbbcc #ccbfbb

Analogous Colors of #bbccbf

#bbccbf #bbccc8 #c0ccbb

Monochromatic Colors of #bbccbf

#bbccbf

Complementary Color

#bbccbf #ccbbc8

#bbccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccbf Color CSS Codes

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

#bbccbf Text Font Color

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

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


#bbccbf Background Color

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

This div background color is #bbccbf


#bbccbf Border Color

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

This div border color is #bbccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccbf


Comments

No comments written yet.

Please login to write comment.