Color Hex Logo

#bbcca1 Color Hex

#BBCCA1
(187,204,161)
0 Favorites   0 Comments

Color spaces of #bbcca1

RGB 187204161
HSL0.230.300.72
HSV84°21°80°
CMYK 0.080.000.21   0.20
XYZ48.519456.323742.0325
Yxy56.32370.33030.3835
Hunter Lab75.0491-15.935419.3280
CIE-Lab79.7977-13.317819.5426

#bbcca1 color RGB value is (187,204,161).

#bbcca1 hex color red value is 187, green value is 204 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #bbcca1 hue: 0.23 , saturation: 0.30 and the lightness value of bbcca1 is 0.72.

The process color (four color CMYK) of #bbcca1 color hex is 0.08, 0.00, 0.21, 0.20. Web safe color of #bbcca1 is #cccc99. Color #bbcca1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 10100001
Octal 273 314 241
Decimal 187 204 161
Hex BB CC A1

RGB Percentages of Color #bbcca1

%33.88
%36.96
%29.17

CMYK Percentages of Color #bbcca1

%8
%0
%21
%20

Triadic Colors of #bbcca1

#bbcca1 #a1bbcc #cca1bb

Analogous Colors of #bbcca1

#bbcca1 #a6cca1 #ccc8a1

Monochromatic Colors of #bbcca1

#bbcca1

Complementary Color

#bbcca1 #b2a1cc

#bbcca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcca1 Color CSS Codes

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

#bbcca1 Text Font Color

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

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


#bbcca1 Background Color

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

This div background color is #bbcca1


#bbcca1 Border Color

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

This div border color is #bbcca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcca1


Comments

No comments written yet.

Please login to write comment.