Color Hex Logo

#bbc895 Color Hex

#BBC895
(187,200,149)
0 Favorites   0 Comments

Color spaces of #bbc895

RGB 187200149
HSL0.210.320.68
HSV75°26°78°
CMYK 0.070.000.26   0.22
XYZ46.572654.043336.4105
Yxy54.04330.33990.3944
Hunter Lab73.5141-15.566622.0944
CIE-Lab78.4870-13.085924.0885

#bbc895 color RGB value is (187,200,149).

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

The process color (four color CMYK) of #bbc895 color hex is 0.07, 0.00, 0.26, 0.22. Web safe color of #bbc895 is #cccc99. Color #bbc895 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 10010101
Octal 273 310 225
Decimal 187 200 149
Hex BB C8 95

RGB Percentages of Color #bbc895

%34.89
%37.31
%27.80

CMYK Percentages of Color #bbc895

%7
%0
%26
%22

Triadic Colors of #bbc895

#bbc895 #95bbc8 #c895bb

Analogous Colors of #bbc895

#bbc895 #a2c895 #c8bc95

Monochromatic Colors of #bbc895

#bbc895

Complementary Color

#bbc895 #a295c8

#bbc895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc895 Color CSS Codes

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

#bbc895 Text Font Color

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

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


#bbc895 Background Color

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

This div background color is #bbc895


#bbc895 Border Color

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

This div border color is #bbc895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc895


Comments

No comments written yet.

Please login to write comment.