Color Hex Logo

#bbcfaa Color Hex

#BBCFAA
(187,207,170)
0 Favorites   0 Comments

Color spaces of #bbcfaa

RGB 187207170
HSL0.260.280.74
HSV92°18°81°
CMYK 0.100.000.18   0.19
XYZ50.062058.092746.6047
Yxy58.09270.32350.3754
Hunter Lab76.2186-16.139817.0995
CIE-Lab80.7903-13.405516.1544

#bbcfaa color RGB value is (187,207,170).

#bbcfaa hex color red value is 187, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bbcfaa hue: 0.26 , saturation: 0.28 and the lightness value of bbcfaa is 0.74.

The process color (four color CMYK) of #bbcfaa color hex is 0.10, 0.00, 0.18, 0.19. Web safe color of #bbcfaa is #cccc99. Color #bbcfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 10101010
Octal 273 317 252
Decimal 187 207 170
Hex BB CF AA

RGB Percentages of Color #bbcfaa

%33.16
%36.70
%30.14

CMYK Percentages of Color #bbcfaa

%10
%0
%18
%19

Triadic Colors of #bbcfaa

#bbcfaa #aabbcf #cfaabb

Analogous Colors of #bbcfaa

#bbcfaa #aacfac #cecfaa

Monochromatic Colors of #bbcfaa

#bbcfaa

Complementary Color

#bbcfaa #beaacf

#bbcfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfaa Color CSS Codes

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

#bbcfaa Text Font Color

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

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


#bbcfaa Background Color

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

This div background color is #bbcfaa


#bbcfaa Border Color

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

This div border color is #bbcfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfaa


Comments

No comments written yet.

Please login to write comment.