Color Hex Logo

#bbc495 Color Hex

#BBC495
(187,196,149)
0 Favorites   0 Comments

Color spaces of #bbc495

RGB 187196149
HSL0.200.280.68
HSV71°24°77°
CMYK 0.050.000.24   0.23
XYZ45.658352.214636.1057
Yxy52.21460.34080.3897
Hunter Lab72.2597-13.666720.9566
CIE-Lab77.4090-11.036022.6184

#bbc495 color RGB value is (187,196,149).

#bbc495 hex color red value is 187, green value is 196 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bbc495 hue: 0.20 , saturation: 0.28 and the lightness value of bbc495 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 10010101
Octal 273 304 225
Decimal 187 196 149
Hex BB C4 95

RGB Percentages of Color #bbc495

%35.15
%36.84
%28.01

CMYK Percentages of Color #bbc495

%5
%0
%24
%23

Triadic Colors of #bbc495

#bbc495 #95bbc4 #c495bb

Analogous Colors of #bbc495

#bbc495 #a4c495 #c4b695

Monochromatic Colors of #bbc495

#bbc495

Complementary Color

#bbc495 #9e95c4

#bbc495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc495 Color CSS Codes

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

#bbc495 Text Font Color

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

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


#bbc495 Background Color

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

This div background color is #bbc495


#bbc495 Border Color

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

This div border color is #bbc495


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,196,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 #bbc495">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc495


Comments

No comments written yet.

Please login to write comment.