Color Hex Logo

#bbcfc5 Color Hex

#BBCFC5
(187,207,197)
0 Favorites   0 Comments

Color spaces of #bbcfc5

RGB 187207197
HSL0.420.170.77
HSV150°10°81°
CMYK 0.100.000.05   0.19
XYZ52.884459.221761.4669
Yxy59.22170.30470.3412
Hunter Lab76.9556-12.00606.5121
CIE-Lab81.4133-8.64082.6600

#bbcfc5 color RGB value is (187,207,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11000101
Octal 273 317 305
Decimal 187 207 197
Hex BB CF C5

RGB Percentages of Color #bbcfc5

%31.64
%35.03
%33.33

CMYK Percentages of Color #bbcfc5

%10
%0
%5
%19

Triadic Colors of #bbcfc5

#bbcfc5 #c5bbcf #cfc5bb

Analogous Colors of #bbcfc5

#bbcfc5 #bbcfcf #bbcfbb

Monochromatic Colors of #bbcfc5

#bbcfc5

Complementary Color

#bbcfc5 #cfbbc5

#bbcfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfc5 Color CSS Codes

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

#bbcfc5 Text Font Color

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

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


#bbcfc5 Background Color

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

This div background color is #bbcfc5


#bbcfc5 Border Color

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

This div border color is #bbcfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfc5


Comments

No comments written yet.

Please login to write comment.