Color Hex Logo

#bbcbba Color Hex

#BBCBBA
(187,203,186)
0 Favorites   0 Comments

Color spaces of #bbcbba

RGB 187203186
HSL0.320.140.76
HSV116°80°
CMYK 0.080.000.08   0.20
XYZ50.712456.821854.7493
Yxy56.82180.31250.3501
Hunter Lab75.3802-11.82879.7033
CIE-Lab80.0793-8.59956.6152

#bbcbba color RGB value is (187,203,186).

#bbcbba hex color red value is 187, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bbcbba hue: 0.32 , saturation: 0.14 and the lightness value of bbcbba is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 10111010
Octal 273 313 272
Decimal 187 203 186
Hex BB CB BA

RGB Percentages of Color #bbcbba

%32.47
%35.24
%32.29

CMYK Percentages of Color #bbcbba

%8
%0
%8
%20

Triadic Colors of #bbcbba

#bbcbba #babbcb #cbbabb

Analogous Colors of #bbcbba

#bbcbba #bacbc2 #c4cbba

Monochromatic Colors of #bbcbba

#bbcbba

Complementary Color

#bbcbba #cabacb

#bbcbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbba Color CSS Codes

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

#bbcbba Text Font Color

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

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


#bbcbba Background Color

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

This div background color is #bbcbba


#bbcbba Border Color

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

This div border color is #bbcbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbba


Comments

No comments written yet.

Please login to write comment.