Color Hex Logo

#bbccbe Color Hex

#BBCCBE
(187,204,190)
0 Favorites   0 Comments

Color spaces of #bbccbe

RGB 187204190
HSL0.360.140.77
HSV131°80°
CMYK 0.080.000.07   0.20
XYZ51.380657.468257.0996
Yxy57.46820.30960.3463
Hunter Lab75.8078-11.68088.4073
CIE-Lab80.4422-8.39064.9970

#bbccbe color RGB value is (187,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 10111110
Octal 273 314 276
Decimal 187 204 190
Hex BB CC BE

RGB Percentages of Color #bbccbe

%32.19
%35.11
%32.70

CMYK Percentages of Color #bbccbe

%8
%0
%7
%20

Triadic Colors of #bbccbe

#bbccbe #bebbcc #ccbebb

Analogous Colors of #bbccbe

#bbccbe #bbccc7 #c1ccbb

Monochromatic Colors of #bbccbe

#bbccbe

Complementary Color

#bbccbe #ccbbc9

#bbccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccbe Color CSS Codes

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

#bbccbe Text Font Color

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

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


#bbccbe Background Color

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

This div background color is #bbccbe


#bbccbe Border Color

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

This div border color is #bbccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccbe


Comments

No comments written yet.

Please login to write comment.