Color Hex Logo

#bbcfa9 Color Hex

#BBCFA9
(187,207,169)
0 Favorites   0 Comments

Color spaces of #bbcfa9

RGB 187207169
HSL0.250.280.74
HSV92°18°81°
CMYK 0.100.000.18   0.19
XYZ49.967858.055046.1083
Yxy58.05500.32420.3767
Hunter Lab76.1938-16.279217.4566
CIE-Lab80.7694-13.568716.6553

#bbcfa9 color RGB value is (187,207,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 10101001
Octal 273 317 251
Decimal 187 207 169
Hex BB CF A9

RGB Percentages of Color #bbcfa9

%33.21
%36.77
%30.02

CMYK Percentages of Color #bbcfa9

%10
%0
%18
%19

Triadic Colors of #bbcfa9

#bbcfa9 #a9bbcf #cfa9bb

Analogous Colors of #bbcfa9

#bbcfa9 #a9cfaa #cecfa9

Monochromatic Colors of #bbcfa9

#bbcfa9

Complementary Color

#bbcfa9 #bda9cf

#bbcfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfa9 Color CSS Codes

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

#bbcfa9 Text Font Color

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

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


#bbcfa9 Background Color

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

This div background color is #bbcfa9


#bbcfa9 Border Color

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

This div border color is #bbcfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfa9


Comments

No comments written yet.

Please login to write comment.