Color Hex Logo

#bbcfbe Color Hex

#BBCFBE
(187,207,190)
0 Favorites   0 Comments

Color spaces of #bbcfbe

RGB 187207190
HSL0.360.170.77
HSV129°10°81°
CMYK 0.100.000.08   0.19
XYZ52.100658.908157.3396
Yxy58.90810.30950.3499
Hunter Lab76.7516-13.14589.4318
CIE-Lab81.2411-9.94016.1487

#bbcfbe color RGB value is (187,207,190).

#bbcfbe hex color red value is 187, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bbcfbe hue: 0.36 , saturation: 0.17 and the lightness value of bbcfbe is 0.77.

The process color (four color CMYK) of #bbcfbe color hex is 0.10, 0.00, 0.08, 0.19. Web safe color of #bbcfbe is #cccccc. Color #bbcfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 10111110
Octal 273 317 276
Decimal 187 207 190
Hex BB CF BE

RGB Percentages of Color #bbcfbe

%32.02
%35.45
%32.53

CMYK Percentages of Color #bbcfbe

%10
%0
%8
%19

Triadic Colors of #bbcfbe

#bbcfbe #bebbcf #cfbebb

Analogous Colors of #bbcfbe

#bbcfbe #bbcfc8 #c2cfbb

Monochromatic Colors of #bbcfbe

#bbcfbe

Complementary Color

#bbcfbe #cfbbcc

#bbcfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfbe Color CSS Codes

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

#bbcfbe Text Font Color

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

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


#bbcfbe Background Color

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

This div background color is #bbcfbe


#bbcfbe Border Color

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

This div border color is #bbcfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfbe


Comments

No comments written yet.

Please login to write comment.