Color Hex Logo

#bbc295 Color Hex

#BBC295
(187,194,149)
0 Favorites   0 Comments

Color spaces of #bbc295

RGB 187194149
HSL0.190.270.67
HSV69°23°76°
CMYK 0.040.000.23   0.24
XYZ45.210151.318335.9564
Yxy51.31830.34120.3874
Hunter Lab71.6368-12.712720.3865
CIE-Lab76.8714-10.004421.8826

#bbc295 color RGB value is (187,194,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000010 10010101
Octal 273 302 225
Decimal 187 194 149
Hex BB C2 95

RGB Percentages of Color #bbc295

%35.28
%36.60
%28.11

CMYK Percentages of Color #bbc295

%4
%0
%23
%24

Triadic Colors of #bbc295

#bbc295 #95bbc2 #c295bb

Analogous Colors of #bbc295

#bbc295 #a5c295 #c2b395

Monochromatic Colors of #bbc295

#bbc295

Complementary Color

#bbc295 #9c95c2

#bbc295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc295 Color CSS Codes

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

#bbc295 Text Font Color

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

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


#bbc295 Background Color

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

This div background color is #bbc295


#bbc295 Border Color

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

This div border color is #bbc295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc295


Comments

No comments written yet.

Please login to write comment.