Color Hex Logo

#bbc392 Color Hex

#BBC392
(187,195,146)
0 Favorites   0 Comments

Color spaces of #bbc392

RGB 187195146
HSL0.190.290.67
HSV70°25°76°
CMYK 0.040.000.25   0.24
XYZ45.196951.670334.7854
Yxy51.67030.34330.3925
Hunter Lab71.8821-13.559121.6256
CIE-Lab77.0833-10.955623.7652

#bbc392 color RGB value is (187,195,146).

#bbc392 hex color red value is 187, green value is 195 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bbc392 hue: 0.19 , saturation: 0.29 and the lightness value of bbc392 is 0.67.

The process color (four color CMYK) of #bbc392 color hex is 0.04, 0.00, 0.25, 0.24. Web safe color of #bbc392 is #cccc99. Color #bbc392 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 10010010
Octal 273 303 222
Decimal 187 195 146
Hex BB C3 92

RGB Percentages of Color #bbc392

%35.42
%36.93
%27.65

CMYK Percentages of Color #bbc392

%4
%0
%25
%24

Triadic Colors of #bbc392

#bbc392 #92bbc3 #c392bb

Analogous Colors of #bbc392

#bbc392 #a3c392 #c3b392

Monochromatic Colors of #bbc392

#bbc392

Complementary Color

#bbc392 #9a92c3

#bbc392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc392 Color CSS Codes

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

#bbc392 Text Font Color

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

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


#bbc392 Background Color

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

This div background color is #bbc392


#bbc392 Border Color

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

This div border color is #bbc392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc392


Comments

No comments written yet.

Please login to write comment.