Color Hex Logo

#bbcaa2 Color Hex

#BBCAA2
(187,202,162)
0 Favorites   0 Comments

Color spaces of #bbcaa2

RGB 187202162
HSL0.230.270.71
HSV82°20°79°
CMYK 0.070.000.20   0.21
XYZ48.135655.414542.3415
Yxy55.41450.32990.3798
Hunter Lab74.4409-14.848518.3849
CIE-Lab79.2794-12.140418.2931

#bbcaa2 color RGB value is (187,202,162).

#bbcaa2 hex color red value is 187, green value is 202 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bbcaa2 hue: 0.23 , saturation: 0.27 and the lightness value of bbcaa2 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001010 10100010
Octal 273 312 242
Decimal 187 202 162
Hex BB CA A2

RGB Percentages of Color #bbcaa2

%33.94
%36.66
%29.40

CMYK Percentages of Color #bbcaa2

%7
%0
%20
%21

Triadic Colors of #bbcaa2

#bbcaa2 #a2bbca #caa2bb

Analogous Colors of #bbcaa2

#bbcaa2 #a7caa2 #cac5a2

Monochromatic Colors of #bbcaa2

#bbcaa2

Complementary Color

#bbcaa2 #b1a2ca

#bbcaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcaa2 Color CSS Codes

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

#bbcaa2 Text Font Color

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

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


#bbcaa2 Background Color

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

This div background color is #bbcaa2


#bbcaa2 Border Color

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

This div border color is #bbcaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcaa2

#bbcaa2 Color Palettes


Comments

No comments written yet.

Please login to write comment.