Color Hex Logo

#bbc995 Color Hex

#BBC995
(187,201,149)
0 Favorites   0 Comments

Color spaces of #bbc995

RGB 187201149
HSL0.210.330.69
HSV76°26°79°
CMYK 0.070.000.26   0.21
XYZ46.805054.508036.4880
Yxy54.50800.33970.3956
Hunter Lab73.8295-16.039822.3784
CIE-Lab78.7570-13.595324.4557

#bbc995 color RGB value is (187,201,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 10010101
Octal 273 311 225
Decimal 187 201 149
Hex BB C9 95

RGB Percentages of Color #bbc995

%34.82
%37.43
%27.75

CMYK Percentages of Color #bbc995

%7
%0
%26
%21

Triadic Colors of #bbc995

#bbc995 #95bbc9 #c995bb

Analogous Colors of #bbc995

#bbc995 #a1c995 #c9bd95

Monochromatic Colors of #bbc995

#bbc995

Complementary Color

#bbc995 #a395c9

#bbc995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc995 Color CSS Codes

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

#bbc995 Text Font Color

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

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


#bbc995 Background Color

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

This div background color is #bbc995


#bbc995 Border Color

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

This div border color is #bbc995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc995


Comments

No comments written yet.

Please login to write comment.