Color Hex Logo

#bbcfc7 Color Hex

#BBCFC7
(187,207,199)
0 Favorites   0 Comments

Color spaces of #bbcfc7

RGB 187207199
HSL0.430.170.77
HSV156°10°81°
CMYK 0.100.000.04   0.19
XYZ53.115159.314062.6821
Yxy59.31400.30330.3387
Hunter Lab77.0156-11.67175.6555
CIE-Lab81.4639-8.26171.6650

#bbcfc7 color RGB value is (187,207,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11000111
Octal 273 317 307
Decimal 187 207 199
Hex BB CF C7

RGB Percentages of Color #bbcfc7

%31.53
%34.91
%33.56

CMYK Percentages of Color #bbcfc7

%10
%0
%4
%19

Triadic Colors of #bbcfc7

#bbcfc7 #c7bbcf #cfc7bb

Analogous Colors of #bbcfc7

#bbcfc7 #bbcdcf #bbcfbd

Monochromatic Colors of #bbcfc7

#bbcfc7

Complementary Color

#bbcfc7 #cfbbc3

#bbcfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfc7 Color CSS Codes

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

#bbcfc7 Text Font Color

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

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


#bbcfc7 Background Color

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

This div background color is #bbcfc7


#bbcfc7 Border Color

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

This div border color is #bbcfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfc7


Comments

No comments written yet.

Please login to write comment.