Color Hex Logo

#bbcfb0 Color Hex

#BBCFB0
(187,207,176)
0 Favorites   0 Comments

Color spaces of #bbcfb0

RGB 187207176
HSL0.270.240.75
HSV99°15°81°
CMYK 0.100.000.15   0.19
XYZ50.642858.325049.6630
Yxy58.32500.31920.3677
Hunter Lab76.3708-15.282514.9040
CIE-Lab80.9191-12.405313.1492

#bbcfb0 color RGB value is (187,207,176).

#bbcfb0 hex color red value is 187, green value is 207 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bbcfb0 hue: 0.27 , saturation: 0.24 and the lightness value of bbcfb0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 10110000
Octal 273 317 260
Decimal 187 207 176
Hex BB CF B0

RGB Percentages of Color #bbcfb0

%32.81
%36.32
%30.88

CMYK Percentages of Color #bbcfb0

%10
%0
%15
%19

Triadic Colors of #bbcfb0

#bbcfb0 #b0bbcf #cfb0bb

Analogous Colors of #bbcfb0

#bbcfb0 #b0cfb5 #cbcfb0

Monochromatic Colors of #bbcfb0

#bbcfb0

Complementary Color

#bbcfb0 #c4b0cf

#bbcfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfb0 Color CSS Codes

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

#bbcfb0 Text Font Color

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

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


#bbcfb0 Background Color

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

This div background color is #bbcfb0


#bbcfb0 Border Color

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

This div border color is #bbcfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfb0


Comments

No comments written yet.

Please login to write comment.